table.dataTable span.highlight {
  /*background-color: greenyellow;*/
  background-color: rgba(255, 255, 0, 0.8);
  border-radius: 0.28571429rem;
}

table.dataTable span.column_highlight {
  background-color: #ffcc99;
  border-radius: 0.28571429rem;
}
