.progress-bar {
    background-color: #e5e5e5;
    border-radius: 2px;
    height: 18px;
}
.progress {
    width: 20% !important;
    border-radius: 2px;
    height: 18px;
    text-align: right;
    position: relative;
}
.progress span {
    font-size: 12px;
    line-height: 1.7;
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 10px;
    color: white;
}

.progress.progress-yellow {
    width: 60% !important;
}

.progress.progress-blue {
    width: 45% !important;
}