.counters {
    font-size: 13px;
    line-height: 30px;
}

.counters a {
    position: relative;
    display: block;
    padding: 0 5px 0 5px;
    height: 30px;
    margin-bottom: 3px;
}

.segment-progress-bar {
    height: 30px;
    background: #eeeeee;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -100;
}

div.counters>div {
    float: left;
    width: 270px;
}

.counters .all-counts span{
    color: #257dba;
    display: block;
    float: right;
    font-size: 16px;
    font-weight: bold;
}

.counters .all-counts {
    padding-right: 28px;
    width: 290px;
}

.counters .all-counts p {
    color: #8a9398;
    margin-bottom: 3px;
}

.counters h3 {
    color: #8a9398;
    padding-left: 5px;
    height: 30px;
    margin-bottom: 3px;
}