body {
  font-family: "Lato", sans-serif;
}

table {
  width: 100%;
  max-width: 600px;
  margin: 20px auto;
}

a,
a:active,
a:visited {
  color: #1a50ef !important;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.tnormal {
  font-weight: normal;
}

th.small,
td.small {
  width: 30px;
  padding: 0px;
}

h3 {
  margin: 12px 0px;
}

tr.spaced td {
  padding: 6px 6px;
}

img.spaced {
  margin: 6px 12px;
}

tbody.alternating tr:nth-child(odd) {
  background-color: whitesmoke;
}

#dataArea tr.data:nth-child(even) {
  background-color: whitesmoke;
}

.sectionHeader {
  font-size: 18px;
  padding: 20px 12px 6px;
}

.statsHeader td:first-child {
  font-weight: bold;
}
.statsHeader {
  color: #680000;
  background-color: #fff1f1;
}

.filterHeader td {
  padding-top: 20px;
}

.filterHeader .filterButton {
  background: whitesmoke;
  width: 20%;
  float: left;
  font-weight: normal;
  font-size: 0.9em;
  padding: 4px 0px;
  box-sizing: border-box;
  border-left: 6px solid white;
}
.filterButton.f-gray {
  background-color: #7f7f7f;
  color: whitesmoke;
}
.filterButton.f-green {
  background-color: #1fab03;
  color: whitesmoke;
}
.filterButton.f-orange {
  background-color: #e38007;
  color: whitesmoke;
}
.filterButton.f-red {
  background-color: #bd0202;
  color: whitesmoke;
}

.clickable:hover {
  cursor: pointer;
  background-color: #1a50ef;
  color: white;
}

#navArea {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: center;
  justify-content: center;
}
#navArea .navLink {
  flex-basis: 85px;
  margin: 1px;
  padding: 4px 0px;
  background-color: whitesmoke;
}

tr.rounded td:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
tr.rounded td:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.hoverable {
  cursor: pointer;
}

.topButton {
  width: fit-content;
  float: right;
  text-transform: uppercase;
  font-size: 15px;
  padding: 4px 0px 0px;
}
.topButton a {
  text-decoration: none !important;
}
