.progBarTotal               
{
    background-color:white;
    height:6px;
    width:100%;
}   
.progBarEl.finished             
{
    background-color: #34538c;
    height:6px;
    border-right:1px solid white;
    box-sizing:border-box;
}