﻿.dt-button {
    margin: 0 2px;
}
.dt-buttons {
    margin-left: 10px;
}
table.dataTable tbody td {
    vertical-align: middle;
}

@media screen and (max-width: 767px) {

    div.dataTables_wrapper div.dataTables_filter label {
        white-space: unset !important;
    }

    #dataTable_info {
        white-space: unset !important;
    }

    div#datatable_info {
        white-space: unset !important;
    }

    li.paginate_button.previous {
        display: inline;
    }

    li.paginate_button.next {
        display: inline;
    }

    li.paginate_button {
        display: none;
    }
}