table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
  bottom: .5em;
}

table.dataTable {
  font:90%/1.5em system-ui;
}

div.dt-length label {
  padding-left: 0.5em;
}

div.table_info {
  padding-bottom: 1em;
}

.clickable-row {
    cursor: pointer;
}

.clickable-row:hover {
    background-color: var(--lightorange);
}