
table.dataTable thead th {
  border-bottom: 0;
  border-top: 0;
}
table.dataTable tfoot th {
  /*border-top: 0;*/
  border-bottom: 0;
}

th.dt-center, td.dt-center { 
	text-align: center; 
}

tr.highlight {
    background-color: azure !important;
}