/* Final table text color override — loaded after every other stylesheet */
body main table:not(.live-wins-table) thead th,
body main table:not(.live-wins-table) thead th * {
  color: #1b0d05 !important;
  -webkit-text-fill-color: #1b0d05 !important;
  opacity: 1 !important;
  text-shadow: none !important;
}

body main table:not(.live-wins-table) tbody td,
body main table:not(.live-wins-table) tbody td * {
  color: #fffaf2 !important;
  -webkit-text-fill-color: #fffaf2 !important;
  opacity: 1 !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .42) !important;
}

body main table:not(.live-wins-table) tbody td:first-child,
body main table:not(.live-wins-table) tbody td:first-child * {
  color: #ffe28b !important;
  -webkit-text-fill-color: #ffe28b !important;
  font-weight: 800 !important;
}

body main table:not(.live-wins-table) tbody td a,
body main table:not(.live-wins-table) tbody td a * {
  color: #ffe28b !important;
  -webkit-text-fill-color: #ffe28b !important;
}

body main table:not(.live-wins-table) tbody tr:hover td,
body main table:not(.live-wins-table) tbody tr:hover td * {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

body main table:not(.live-wins-table) tbody tr:hover td:first-child,
body main table:not(.live-wins-table) tbody tr:hover td:first-child * {
  color: #ffea9f !important;
  -webkit-text-fill-color: #ffea9f !important;
}
