/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 11 2024 | 14:15:11 */
.table-front .table-dark {
  background-color: #4b4f54;
  border: 2px solid #4b4f54;
  border-bottom: 3px solid var(--wd-primary-color);
}
.table-front .table-dark th {
  color: white;
  font-family: unset;
  font-size: 14px;
}
.table-front .table-dark th.text-right .tablesorter-header-inner {
  padding-right: 10px;
}
.table-front tbody tr {
  background-color: rgba(67, 176, 42, 0.14);
}
