/* DataTables buttons overlapping dropdowns on mobile */
@media screen and (max-width: 767px) {
    div.dt-buttons {
        z-index: 0 !important;
        position: relative !important;
    }

    div.dataTables_wrapper div.dataTables_length {
        position: relative !important; 
        top: auto !important;          
        z-index: 0 !important;
    }
}