table {
  cursor: default !important;
  padding: 0 !important;
  width: 100% !important;
}

thead {
  font-size: 11pt;
  text-align: center;
}

tbody {
  font-size: 10pt;
  text-align: center;
}

tr:nth-child(odd) {
  background-color: #F1E6B2;
}

tr > th {
  background-color: #C8102E !important;
  border-right: 1px solid white !important;
  color: white !important;
  font-family: Century Gothic, sans-serif !important;
  font-size: 10pt;
  padding: 10px 0 !important;
}

tr > th:hover {
  cursor: pointer;
  text-decoration: underline;
}

td > a,
td > span > a {
  color: #C8102E !important;
  cursor: pointer;
}