.taxonomy-filter {
    margin-bottom: 20px;
    padding: 15px;
    /*border: none;*/
    display: flex;
    flex-direction: row;
}

.taxonomy-dropdown {
    margin-right: 10px;
    padding: 5px;
    /*border: none;*/
    display: flex;
    flex-direction: row;
}

#filter-results {
    margin-top: 20px;
}

#filter-results h2 {
    margin-bottom: 10px;
}

#filter-results div {
    margin-bottom: 20px;
}