.custom_progress {
    display: block;
    position: relative;
    background: #edeef0;
    width: 100%;
    height: 25px;
    border: 1px none #555;

    font-weight: 600;
    text-align: center;
    color: grey;
}
.custom_progress_bar {
    position: absolute;
    background-color: #C0C0C0;
    width: 0%;
    height: 100%;
}
.custom_progress_text {
    position: absolute;
    width: 100%;
    height: 100%;
}