
.bar{
    background-color: #f3f3f3;
    border-radius: 5px;
    box-shadow: inset 0px 0px 5px rgba(0,0,0.2);
    height: 25px;
}

.bar_blue{
    background-color: #247CC0;
    border-radius: 10px;
    display: block;
    height: 25px;
    line-height: 25px;
    text-align: center;
    width: 0%;
}

.bar_green{
    background-color: #2EA265 !important;
}

.bar_red{
    background-color: #DE3152 !important;
}

#bar_state span{
    color: #fff;
    font-weight: bold;
    line-height: 25px;
}

