﻿#EventFilterTable {
    padding: 10px 15px;
    overflow: hidden;
}

#EventFilterTable th {
    width: 200px;
}

#EventsTable thead th {
    white-space: nowrap;
}

@media screen and (max-width: 320px) {
    #EventFilterTable th, #EventFilterTable td {
        width: 100% !important;
        display: inline-block;
    }

    #btnApplyFilters {
        width: 100%;
    }
}
