table.dataTable span.highlight {
  color: #ff0000;
  font-weight:900;
    border-radius: 0.28571429rem;
}

table.dataTable span.column_highlight {
  background-color: #ffcc99;
  border-radius: 0.28571429rem;
}
.dataTables_empty{
	color:#f72828;
	font-weight:bold;
	font-size:20px;
}