<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.table-hov tbody tr:hover td, .table-hov tbody tr:hover th {
  background-color: gold;
}
.atable {
  text-decoration:none;
  color: black;
}
.atable:hover{
  color: black;
}

.table-bordered&gt;thead&gt;tr&gt;th, .table-bordered&gt;tbody&gt;tr&gt;th, .table-bordered&gt;tfoot&gt;tr&gt;th, .table-bordered&gt;thead&gt;tr&gt;td, .table-bordered&gt;tbody&gt;tr&gt;td, .table-bordered&gt;tfoot&gt;tr&gt;td {
  border: 1px solid #f4f4f4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

table.table-bordered.dataTable {
  border-collapse: separate !important;
  table-layout: fixed;
  width: 100%;
}

table thead tr.custom {
  text-shadow: 2px 2px 4px #737373;
  background: #0099FF;
  color: #fff;
}

.align_right {
  text-align: right;
}

.align_center {
  text-align: center;
}

.align_left {
  text-align: left;
}

.columnfont {
  font-size: 13px;
  overflow: hidden;
  padding-left: 0!important;
  padding-right: 0!important;
}

#example_filter {
  margin-top: -38px;
}

.table-striped&gt;tbody&gt;tr:nth-of-type(odd) {

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