﻿#VacancyFilterTable {
    padding: 10px 15px;
}

#VacancyFilterTable th {
    width: 200px;
}

@media screen and (max-width: 320px) {
    #VacancyFilterTable th, #VacancyFilterTable td {
        width: 100% !important;
        display: inline-block;
    }

    #btnApplyFilters {
        width: 100%;
    }
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}