:root {
    --blue: #2B383E;
    --dark_grey: #6c757d;
    --yellow: #F1B545;
}

#eval-tables {
    height: 70vh !important;
    overflow: auto;
}

#aeronet-scores {
    min-width: fit-content;
    width: -webkit-fill-available;
}

#aeronet-scores table {
    border: 1px solid var(--dark_grey);
    background-color: white;
    width: 100%;
    font-family: "Roboto", sans-serif !important;
}

.stats-title {
    background-color: var(--yellow);
    text-align: center;
    font-weight: bold;
    color: var(--blue);
    margin-bottom: 0;
}

#aeronet-scores tr:hover {
    background-color: #00000010;
}

#aeronet-scores td,
th {
    white-space: normal;
    height: 2.5rem;
    text-transform: capitalize;
    text-align: center;
    font-family: "Roboto", sans-serif !important;
    font-weight: bold;
    border: 1px solid var(--dark_grey);
    padding: 0.6rem;

}

#aeronet-scores td:first-of-type {
    text-align: left;
    padding-left: 1rem;
    padding-right: 1rem;
    min-width: 11rem;
}

.region td:first-of-type:after {
    font-family: 'Font Awesome 5 free';
    content: "\f107";
    font-weight: 900;
    font-size: 1.3rem;
    float: right;
}


.region:last-of-type td:first-of-type:after {
    content: none !important;
}


.region .table_caret_up:after {
    font-family: 'Font Awesome 5 free';
    content: "\f106" !important;
    font-weight: 900;
    font-size: 1.3rem;
    float: right;
}

#aeronet-scores th:first-of-type {
    display: none;
}

#aeronet-scores thead {
    background-color: var(--blue);
    color: white;
}

#aeronet-scores .station td {
    font-weight: lighter;
    font-size: 0.8rem;
    padding: 0.2rem;
    height: 0.5rem;
    text-transform: capitalize;
}

#aeronet-scores .station_invisible {
    display: none;
}
