body {
    font-family: 'Enriqueta', arial, serif;
}

.conditional-table {
    border-collapse: collapse;
    border-top: 10px;
    margin-top: 1rem;
}

.conditional-table .dist-under:nth-child(odd) {
    background-color: #9bff98;
}

.conditional-table .dist-under:nth-child(even) {
    background-color: #82f53f;
}

.conditional-table .dist-dash:nth-child(odd) {
    background-color: #fdff98;
}

.conditional-table .dist-dash:nth-child(even) {
    background-color: #f5e93f;
}

.conditional-table .dist-over:nth-child(odd) {
    background-color: #ff9898;
}

.conditional-table .dist-over:nth-child(even) {
    background-color: #ff8585;
}

.conditional-table td {
    padding: 10px;
}

.conditional-table th {
    background-color: #58f8dd;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    padding: 10px;
}

.conditional-table tr:last-child {
    border-bottom: 2px solid black;
}

.conditional-table .spacer {
    background-color: #ffffff;
    border-top: 2px solid black;
}

.num-sm {
    width: 3rem;
}