html {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  background-color: #000;
  color: #e1e1e1;
}

tr:nth-child(even) {
  background-color: #333;
}

th {
  position: sticky;
  background-color: #222;
  top: 0;
}

td {
  padding: 0 4px;
  color: #eee;
}

button, input {
  background-color: #111;
  color: #e1e1e1;
}

a {
  color: inherit;
  text-decoration: none;
}

header > a {
  text-decoration: underline;
  color: lightblue;
}

h3 {
  margin-bottom: 0;
}

.legend-guide {
  width: 12px;
  height: 12px;
  padding: 0;
}

#legend-table thead th {
  width: 32px;
}

.hidden {
  display: none;
}

.no-vid.no-img {
  background-color: #940000;
}

.no-img {
  background-color: #8000cc;
}

.high-res-img {
  background-color: #007acc;
}

.low-res-img {
  background-color: #005bb0;
}

.has-vid.low-res-img {
  background-color: #008020;
}

.has-vid.high-res-img {
  background-color: #00aa33;
}