/* custom-datatables.css
   when migrating v1.10.12 => 1.13.3 the header alignment changed from center to left. Overwriting!
*/
table.dataTable th,
table.dataTable td {
    text-align: center !important;
}