th > a:hover,
th > a:focus,
th.is-active > a:hover,
th.is-active > a:focus {
  color: #00adef;
}
th > a:hover:after,
th > a:focus:after,
th.is-active > a:hover:after,
th.is-active > a:focus:after {
  border-color: #00adef;
}
table.views-table thead th {
  background: #666666;
  color: #ffffff;
}
table.views-table thead th a {
  color: #ffffff;
}
table.views-table tbody tr:nth-child(even) td {
  background: #f8f8f8;
}
table.views-table .fa,
table.views-table .fas,
table.views-table .far {
  color: #3c3c3c;
}
table.views-table .fa:hover,
table.views-table .fas:hover,
table.views-table .far:hover {
  color: #666666;
}
.table-div .tr .th.td-blocked,
.table-div .tr .td.td-blocked {
  background: #dfdfdf;
}
