.progress-bar {
    width: 200px;
    margin: 0.2rem;
    margin-top: 5px;
    background-color: #ddd;
    border-radius: 6px;
    height: 15px;
}
.progress {
    width: 0;
    border-radius: 6px;
    height: 15px;
    text-align: right;
    position: relative;
}
.progress span {
    font-size: 10px;
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 10px;
    color:  dimgrey;

}
