<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">table.dataTable tbody &gt; tr.selected,
table.dataTable tbody &gt; tr &gt; .selected {
  background-color: rgba(0, 0, 0, 0.05);
}
table.dataTable.stripe tbody &gt; tr.odd.selected,
table.dataTable.stripe tbody &gt; tr.odd &gt; .selected, table.dataTable.display tbody &gt; tr.odd.selected,
table.dataTable.display tbody &gt; tr.odd &gt; .selected {
  background-color: rgba(0, 0, 0, 0.07233);
}
table.dataTable.hover tbody &gt; tr.selected:hover,
table.dataTable.hover tbody &gt; tr &gt; .selected:hover, table.dataTable.display tbody &gt; tr.selected:hover,
table.dataTable.display tbody &gt; tr &gt; .selected:hover {
  background-color: rgba(0, 0, 0, 0.0842);
}
table.dataTable.order-column tbody &gt; tr.selected &gt; .sorting_1,
table.dataTable.order-column tbody &gt; tr.selected &gt; .sorting_2,
table.dataTable.order-column tbody &gt; tr.selected &gt; .sorting_3,
table.dataTable.order-column tbody &gt; tr &gt; .selected, table.dataTable.display tbody &gt; tr.selected &gt; .sorting_1,
table.dataTable.display tbody &gt; tr.selected &gt; .sorting_2,
table.dataTable.display tbody &gt; tr.selected &gt; .sorting_3,
table.dataTable.display tbody &gt; tr &gt; .selected {
  background-color: rgba(0, 0, 0, 0.069);
}
table.dataTable.display tbody &gt; tr.odd.selected &gt; .sorting_1, table.dataTable.order-column.stripe tbody &gt; tr.odd.selected &gt; .sorting_1 {
  background-color: rgba(0, 0, 0, 0.1013);
}
table.dataTable.display tbody &gt; tr.odd.selected &gt; .sorting_2, table.dataTable.order-column.stripe tbody &gt; tr.odd.selected &gt; .sorting_2 {
  background-color: rgba(0, 0, 0, 0.09465);
}
table.dataTable.display tbody &gt; tr.odd.selected &gt; .sorting_3, table.dataTable.order-column.stripe tbody &gt; tr.odd.selected &gt; .sorting_3 {
  background-color: rgba(0, 0, 0, 0.08705);
}
table.dataTable.display tbody &gt; tr.even.selected &gt; .sorting_1, table.dataTable.order-column.stripe tbody &gt; tr.even.selected &gt; .sorting_1 {
  background-color: rgba(0, 0, 0, 0.069);
}
table.dataTable.display tbody &gt; tr.even.selected &gt; .sorting_2, table.dataTable.order-column.stripe tbody &gt; tr.even.selected &gt; .sorting_2 {
  background-color: rgba(0, 0, 0, 0.0614);
}
table.dataTable.display tbody &gt; tr.even.selected &gt; .sorting_3, table.dataTable.order-column.stripe tbody &gt; tr.even.selected &gt; .sorting_3 {
  background-color: rgba(0, 0, 0, 0.0538);
}
table.dataTable.display tbody &gt; tr.odd &gt; .selected, table.dataTable.order-column.stripe tbody &gt; tr.odd &gt; .selected {
  background-color: rgba(0, 0, 0, 0.1013);
}
table.dataTable.display tbody &gt; tr.even &gt; .selected, table.dataTable.order-column.stripe tbody &gt; tr.even &gt; .selected {
  background-color: rgba(0, 0, 0, 0.069);
}
table.dataTable.display tbody &gt; tr.selected:hover &gt; .sorting_1, table.dataTable.order-column.hover tbody &gt; tr.selected:hover &gt; .sorting_1 {
  background-color: rgba(0, 0, 0, 0.1279);
}
table.dataTable.display tbody &gt; tr.selected:hover &gt; .sorting_2, table.dataTable.order-column.hover tbody &gt; tr.selected:hover &gt; .sorting_2 {
  background-color: rgba(0, 0, 0, 0.12125);
}
table.dataTable.display tbody &gt; tr.selected:hover &gt; .sorting_3, table.dataTable.order-column.hover tbody &gt; tr.selected:hover &gt; .sorting_3 {
  background-color: rgba(0, 0, 0, 0.10985);
}
table.dataTable.display tbody &gt; tr:hover &gt; .selected,
table.dataTable.display tbody &gt; tr &gt; .selected:hover, table.dataTable.order-column.hover tbody &gt; tr:hover &gt; .selected,
table.dataTable.order-column.hover tbody &gt; tr &gt; .selected:hover {
  background-color: rgba(0, 0, 0, 0.1279);
}
table.dataTable td.select-checkbox,
table.dataTable th.select-checkbox {
  position: relative;
}
table.dataTable td.select-checkbox:before, table.dataTable td.select-checkbox:after,
table.dataTable th.select-checkbox:before,
table.dataTable th.select-checkbox:after {
  display: block;
  position: absolute;
  top: 1.2em;
  left: 50%;
  width: 12px;
  height: 12px;
  box-sizing: border-box;
}
table.dataTable td.select-checkbox:before,
table.dataTable th.select-checkbox:before {
  content: ' ';
  margin-top: -6px;
  margin-left: -6px;
  border: 1px solid black;
  border-radius: 3px;
}
table.dataTable tr.selected td.select-checkbox:after,
table.dataTable tr.selected th.select-checkbox:after {
  content: '\2714';
  margin-top: -11px;
  margin-left: -4px;
  text-align: center;
  text-shadow: 1px 1px #B0BED9, -1px -1px #B0BED9, 1px -1px #B0BED9, -1px 1px #B0BED9;
}

div.dataTables_wrapper span.select-info,
div.dataTables_wrapper span.select-item {
  margin-left: 0.5em;
}

@media screen and (max-width: 640px) {
  div.dataTables_wrapper span.select-info,
  div.dataTables_wrapper span.select-item {
    margin-left: 0;
    display: block;
  }
}
table.dataTable tbody tr.selected,
table.dataTable tbody th.selected,
table.dataTable tbody td.selected {
  color: rgba(0, 0, 0, 0.95);
}
</pre></body></html>