body, html {
  background-color: #202020;
  color: #efefef;
  margin: 0 0 3rem;
  padding: 0;
  font-family: sans-serif;
}

a {
  color: #efefef;
  text-decoration: none;
}

.corner {
  position: fixed;
  bottom: 25px;
  right: 25px;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #303030;
  background-color: #101010;
}
.corner img {
  max-height: 2rem;
  margin: 0 10px;
}

.header img {
  width: 100%;
  border-bottom: 1px solid #101010;
}
.header nav {
  max-width: 960px;
  margin: 0 auto;
}
.header nav ul {
  text-align: center;
  margin: 0;
  padding: 0;
}
.header nav ul li {
  display: inline-block;
  list-style: none;
}
.header nav ul li a {
  display: inline-block;
  margin: 5px;
  padding: 25px;
  background-color: #303030;
  border: 1px solid #ed1414;
  border-radius: 10px;
  box-shadow: #101010 0 0 10px 0 inset;
  font-size: 1.5rem;
  font-weight: bold;
}
.header nav ul li a:hover {
  background-color: #101010;
}

.container {
  max-width: 960px;
  margin: 20px auto;
}

table {
  width: 100%;
}
table td, table th {
  text-align: center;
  text-wrap: nowrap;
}

.red {
  color: #ed1414;
}

.light {
  color: #3f3f3f;
}

.green {
  color: #196519;
}

.yellow {
  color: #808019;
}

img {
  max-width: 100%;
}

ul.no-bullet {
  list-style: none;
}
ul.no-bullet li {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 4px 0;
}

.strike {
  text-decoration: line-through;
}

.bg-results {
  background-image: url("/images/results-backdrop.png");
  background-repeat: no-repeat;
  background-clip: padding-box;
  background-size: 100%;
}

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