.total {
    padding-right: 10px;
    text-align: right;
}

.progress-bar {
    border: 1px solid black;
    border-radius: 3px;
    width: 99%;
    margin: 2px auto;
}

.progress-bar .progress {
    border-right: 1px solid black;
    border-radius: 3px;
    width: 0%;
    text-align: left;
    overflow-wrap: normal;
    padding-bottom: 0;
    margin-bottom: 0;
}
