div.editor-datetime {
  z-index: 99999 !important;
}
table.dataTable td.sorting_1, table.dataTable td.sorting_2, table.dataTable td.sorting_3, table.dataTable th.sorting_1, table.dataTable th.sorting_2, table.dataTable th.sorting_3 {
    background: inherit !important;
}
a.red{
	color: red !important;
}
span.red{
	color: red !important;
}
a.orange{
	color: orange !important;
}
a.black{
	color: black !important;
}
a.green{
	color: green !important;
}
#results thead th {
	position: sticky !important;
	top: 0 !important;
	background: lightgray !important;
}