#SubscriptionsTable .label {
    height: 5px;
    color: #45484d;
    font-weight: normal !important;
}

#SubscriptionsTable .label span {
    font-size: 11px;
}

#SubscriptionsTable .progress {
    height: 6px !important;
    margin: 0 auto !important;
    background: #eeeeee !important;
    cursor: pointer;
}

#SubscriptionsTable .progress .progress-bar {
    line-height: 5px;
    background-color: #99cc68;
}

#SubscriptionsTable .progress-bar.exceeded {
    background-color: #FF5052;
}

.statusIndicator {
    color: red !important;
}


