.progressBar{
    margin: auto;
    border: solid 1px #405189;
    width:  100%;
    border-radius: 1px;
    text-align: center;
    background: #405189;
}
.progressText{
    display: block;
    width: 100%;
    font-size: 10px;
    font-weight: bold;
    background: rgba( 0, 0, 0, 0.7 );
    -webkit-background-clip: text;
    color: transparent;
}