.table-container {
  font-family: "Raleway", sans-serif;
}
.table-container .header-container {
  background-color: #000;
  padding: 30px 60px;
  text-align: center;
}
.table-container .menu {
  text-align: center;
  background-color: #000;
  margin-bottom: 30px;
}
.table-container .menu .menu-inner-container A {
  display: inline-block;
  padding: 10px 30px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  width: 200px;
  position: relative;
}
.table-container .menu .menu-inner-container A.active:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 6px;
  background-color: #e11b22;
}
.table-container .filter-container {
  text-align: center;
  margin-bottom: 20px;
}
.table-container .download-container {
  text-align: center;
  margin-bottom: 20px;
}
.table-container .download-container A {
  background-color: #e11b22;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  border-color: #e11b22;
}
.table-container .download-container A:hover {
  background-color: #000;
  color: #e11b22;
}
.table-container .title-container {
  font-weight: bold;
  text-align: center;
  color: #e11b22;
  margin-bottom: 30px;
}
.table-container .title-container h1 {
  font-weight: bold;
}
.table-container TD {
  white-space: nowrap;
}
.table-container TD I {
  margin-right: 5px;
}
.table-container TD I.fa-check-circle {
  color: #00AA00;
}
.table-container TD I.fa-times-circle {
  color: #e11b22;
}
.table-container TD A {
  color: #00AAFF !important;
  cursor: pointer !important;
}
.table-container TD .covid {
  display: inline-flex;
  background-color: #e11b22;
  padding: 3px 5px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}

/*# sourceMappingURL=style.css.map */
