<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div.dataTables_length label {

  float: left;
  text-align: left;
}

div.dataTables_length select {

}

div.dataTables_filter label {
  float: right;

}

div.dataTables_info {
  padding-top: 4px;
}

div.dataTables_paginate {
  float: right;
  margin: 0;
}

table {
  margin-bottom: 6px !important;
  clear: both;
}

table.table thead .sorting,
table.table thead .sorting_asc,
table.table thead .sorting_desc,
table.table thead .sorting_asc_disabled,
table.table thead .sorting_desc_disabled {
  cursor: pointer;
  *cursor: hand;
}
table.table thead .sorting { background: url('DataTables/images/sort_both-94b34ff5224ba38210d67623bb1a1504.png') no-repeat center right; }
table.table thead .sorting_asc { background: url('DataTables/images/sort_asc-6c56b94fd0540844a7118cdff565b0ae.png') no-repeat center right; }
table.table thead .sorting_desc { background: url('DataTables/images/sort_desc-8f88d990024975797f96ce7648dacd2f.png') no-repeat center right; }

table.table thead .sorting_asc_disabled { background: url('DataTables/images/sort_asc_disabled-64f2d23d70cb2b2810031880f554b13c.png') no-repeat center right; }
table.table thead .sorting_desc_disabled { background: url('DataTables/images/sort_desc_disabled-d48475e6c742940f44e62622e16865b9.png') no-repeat center right; }

.paginate_enabled_previous { background: url('DataTables/images/back_enabled-2998e23d43af7c7857149b0e725ccad6.png') no-repeat top left; }
.paginate_enabled_previous:hover { background: url('DataTables/images/back_enabled_hover-9d29134dd5e1c2192916ef9104dd877e.png') no-repeat top left; }
.paginate_disabled_previous { background: url('DataTables/images/back_disabled-574c1fdbe98e07b336aeee94514cba7f.png') no-repeat top left; }

.paginate_enabled_next { background: url('DataTables/images/forward_enabled-a8c664b8219ffde978db3d8308713975.png') no-repeat top right; }
.paginate_enabled_next:hover { background: url('DataTables/images/forward_enabled_hover-9be5f327f16bcad317c8ad0ae92635d8.png') no-repeat top right; }
.paginate_disabled_next { background: url('DataTables/images/forward_disabled-72ead25432b5a84031b8333aa5fbf259.png') no-repeat top right; }

/* Full number pagination */
.paging_full_numbers {
  height: 22px;
  line-height: 22px;
}
.paging_full_numbers a:active {
  outline: none
}
.paging_full_numbers a:hover {
  text-decoration: none;
}

.paging_full_numbers a.paginate_button,
.paging_full_numbers a.paginate_active {
  border: 1px solid #aaa;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 2px 5px;
  margin: 0 3px;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important;
}

.paging_full_numbers a.paginate_button {
  background-color: #ddd;
}

.paging_full_numbers a.paginate_button:hover {
  background-color: #ccc;
  text-decoration: none !important;
}

.paging_full_numbers a.paginate_active {
  background-color: #99B3FF;
}

.paginate_disabled_previous, .paginate_enabled_previous,
.paginate_disabled_next, .paginate_enabled_next {
  height: 19px;
  float: left;
  cursor: pointer;
  *cursor: hand;
  color: #111 !important;
}
.paginate_disabled_previous:hover, .paginate_enabled_previous:hover,
.paginate_disabled_next:hover, .paginate_enabled_next:hover {
  text-decoration: none !important;
}
.paginate_disabled_previous:active, .paginate_enabled_previous:active,
.paginate_disabled_next:active, .paginate_enabled_next:active {
  outline: none;
}

.paginate_disabled_previous,
.paginate_disabled_next {
  color: #666 !important;
}
.paginate_disabled_previous, .paginate_enabled_previous {
  padding-left: 23px;
}
.paginate_disabled_next, .paginate_enabled_next {
  padding-right: 23px;
  margin-left: 10px;
}


</pre></body></html>