#userprofile-tab-credit.tab-pane .achievment-group .badge {
    min-width: 50px;
    margin-top: 3px;
    margin-right: 10px;
}
#userprofile-tab-credit.tab-pane .progress{
    position: relative;
    overflow: visible;
    height: 20px;
    margin-top: 30px;
    margin-bottom: 40px;

}
#userprofile-tab-credit.tab-pane .progress .progress-bar {
    position: relative;
    text-align: right;
    padding-right: 5px;
    color: #1f7994;
    border-right: 1px solid #000;
}
#userprofile-tab-credit.tab-pane .progress .progress-bar:first-child {
    border-radius: 2px 0 0 2px;
}
#userprofile-tab-credit.tab-pane .progress .progress-bar:last-child {
    border-radius: 0 2px 2px 0;
}
#userprofile-tab-credit.tab-pane .progress .progress-bar:only-child {
    border-radius: 2px;
}
#userprofile-tab-credit.tab-pane .progress .progress-bar span{
    position: absolute;
    top: 20px;
    right: -1px;
    padding-right: 5px;
    color: #000;
    font-size: 10px;
    border-right: 1px solid #000;
    min-width: 50px;
}
#userprofile-tab-credit.tab-pane .progress .progress-bar.current{
    position: absolute;
    height: 20px;
    border-radius: 2px 0 0 2px;
    min-width: 1em;
    padding-left: 2px;
    color: #dbe8f3;
    font-weight: bold;
}
#userprofile-tab-credit.tab-pane .progress-bar.progress-bar-transparent{
    background-color: transparent;
    position: absolute;
    left: 0;
    top: 0;
}
#userprofile-tab-credit.tab-pane .progress-bar.active, #userprofile-tab-credit.tab-pane .progress.active .progress-bar{
    animation-direction: reverse;
}
#userprofile-tab-credit.tab-pane .achievment-group .list-group-item:nth-child(even) {
    background-color: #f5f5f5;
}
#userprofile-tab-credit.tab-pane .achievment-group .list-group-item {
    font-size: 80%;
    color: #777;
}
#userprofile-tab-credit.tab-pane #credit-logs .row,
#userprofile-tab-credit.tab-pane #credit-user-requests .row,
#userprofile-tab-credit.tab-pane #credit-coupons .row,
#userprofile-tab-credit.tab-pane #credit-coupon-promo .row {
    line-height: 2em;
}
#userprofile-tab-credit.tab-pane #credit-logs .row:nth-child(even),
#userprofile-tab-credit.tab-pane #credit-user-requests .row:nth-child(even),
#userprofile-tab-credit.tab-pane #credit-coupons .row:nth-child(even),
#userprofile-tab-credit.tab-pane #credit-coupon-promo .row:nth-child(even) {
    background-color: #f5f5f5;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}
#userprofile-tab-credit.tab-pane #credit-logs .date,
#userprofile-tab-credit.tab-pane #credit-logs .entry,
#userprofile-tab-credit.tab-pane #credit-user-requests .value,
#userprofile-tab-credit.tab-pane #credit-user-requests .date,
#userprofile-tab-credit.tab-pane #credit-coupons .value,
#userprofile-tab-credit.tab-pane #credit-coupon-promo .value {
    font-size: 80%;
    color: #777;
}