.progressBC {
    height: 12px;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 20%;
    overflow: hidden;
    background-color: #cfe9fd;
}
.progress-barBC {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #F90;
}
.sr-onlyBC {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}