/* body {
    margin-top: 5px;
} */

.red-item {
    color: red;
    font-weight: bold;
}

.green-item {
    color: green;
    font-weight: bold;
}

.transparent-item {
    color: transparent !important;
}

.center-item {
    text-align: center;
}

.bold-item {
    font-weight: bold;
}

.progress {
    margin-bottom: 0px;
}