/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.dt-length label {
    padding: 5px;
}

table.dataTable thead,
table.dataTable tbody,
table.dataTable tfoot {
    border-top: 1px solid #d9dee3 !important;
}


table.dataTable thead th,
table.dataTable tfoot th {
    /* padding: 20px 10px !important; */
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}