table.dataTable tbody th.focus, table.dataTable tbody td.focus, div.dtk-focus-alt table.dataTable tbody th.focus, div.dtk-focus-alt table.dataTable tbody td.focus {
  outline: unset;
  outline-offset: unset;
}

/* VOOR AUTO FILL */
div.dt-autofill-background {
  z-index: 99999;
}
div.dt-autofill-list {
  z-index: 999999;
}
div.dt-autofill-list div.dt-autofill-question input[type="number"] {
  width: 50px;
}