﻿body {
    padding: 30px;
}

.progress {
    position: relative;
    width: 30%;
    border: 1px solid #ddd;
    padding: 1px;
    border-radius: 3px;
    display: none;
}

.bar {
    background-color: #BB2226;
    width: 0%;
    height: 20px;
    border-radius: 3px;
}

.percent {
    position: absolute;
    display: inline-block;
    top: 3px;
    left: 48%;
}
