
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_disabled,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    vertical-align: middle;
}
table.small-text {
    font-size: 0.9rem;
}
/* Target odd rows in a DataTables table with the ID 'myTable' and remove background color */
table.dataTable tbody tr td {
    box-shadow: initial !important;
}
table.dataTable {
    border-bottom: initial !important;
}