﻿body {
}

.progress-container {
    margin-top: 20px;
    margin-bottom: 10px;
}

.progress-label {
    margin-bottom: 5px;
}

.progress-bar {
    width: 100%;
    height: 14px;
    background-color: #f3f3f5;
    overflow: hidden;
    position: relative;
}

.progress-bar-inner {
    height: 100%;
    background-color: #1b264f;
    text-align: right;
    line-height: 14px;
    color: white;
    font-size: 10px;
    padding-right: 5px;
}
