 .cDonateProgressBar{width:100%;height:40px;overflow:hidden;background:rgb(156,156,156);background:-moz-linear-gradient(top, rgba(156,156,156,1) 0%, rgba(180,180,180,1) 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(156,156,156,1)), color-stop(100%,rgba(180,180,180,1)));background:-webkit-linear-gradient(top, rgba(156,156,156,1) 0%,rgba(180,180,180,1) 100%);background:-o-linear-gradient(top, rgba(156,156,156,1) 0%,rgba(180,180,180,1) 100%);background:-ms-linear-gradient(top, rgba(156,156,156,1) 0%,rgba(180,180,180,1) 100%);background:linear-gradient(to bottom, rgba(156,156,156,1) 0%,rgba(180,180,180,1) 100%);border-radius:4px;box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1);}.cDonateProgressBar_condensed{height:10px;}.cDonateProgressBar_progress{float:left;width:0;height:100%;font-size:12px;color:#ffffff;text-align:center;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);background:#5490c0;position:relative;}.cDonateProgressBar_progress[data-progress]:after{position:absolute;top:0;line-height:32px;color:#fff;content:attr(data-progress);display:block;font-weight:bold;}html[dir="ltr"] .cDonateProgressBar_progress[data-progress]:after{right:5px;}html[dir="rtl"] .cDonateProgressBar_progress[data-progress]:after{left:5px;}