.progress {
    display: inline-block;
    width: 80%;
    height: 14px;
    background-color: #fff;
    border-radius: 20px;
    border: 2px groove #666;
    vertical-align: middle;
    padding: 0 2px;
    margin-bottom: 0;
}

.progress-bar {
    width: 0;
    height: 10px;
    padding: 2px 0;
    border-radius: 20px;
    background-color: lightgray;
}