@import "regionals.css";

.standings table {
    text-align: unset;
}

.filters {
    display: flex;
    gap: 20px;
    padding-top: 20px;
    justify-content: center;
}

.filters select {
    border: 1px solid #aaa;
    border-radius: 3px;
    background-color: transparent;
    padding: 4px;
}

.region-select.classification button {
    min-width: 40px
}

.region-select.classification button::before {
    content: 'Class ';
}

@media screen and (max-width: 700px) {
    .region-select.classification button::before {
        content: '';
    }
}

@media screen and (max-width: 400px) {
    .filters {
        flex-direction: column;
    }
}