div.button-select-row {
    display: block;
    margin-bottom: 2rem;
}

@media screen and (min-width: 700px) {
    div.button-select-row {
        display: flex;
        gap: 1.5rem;
        align-items: center;
    }
}

select#education {
    width: 100%;
    margin-right: 1.5rem;
    margin-bottom: 0.7rem;
}

@media screen and (min-width: 700px) {
    select#education {
        width: 100%;
        min-width: 500px;
        margin-bottom: 0;
    }
}

button#filter-submit {
    margin-bottom: 0;
}

table#licenses td,
table#licenses th {
    font-size: 0.9rem;
}