body {
  padding: 0;
  margin: 0;
  background-color: #E3170D;
  font-family: sans-serif;
}

html {
  width: 100%;
  height: 100%;
}

body:not(.statspage) {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
body:not(.statspage) .wrapper {
  width: 100%;
  height: 100%;
}

body.statspage {
  padding: 10px;
}

p {
  margin: 0;
  line-height: 1.2em;
}

.wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

a {
  text-decoration: none;
  color: #6e6e6e;
  border-bottom: 1px solid #6e6e6e;
}
a.button {
  border: none;
  background-color: #3c3cc4;
  border-radius: 3px;
  border-bottom: 3px solid #242476;
  padding: 5px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  display: block;
  color: white;
  margin-top: 10px;
  margin-bottom: 10px;
}

footer {
  text-align: center;
  border-top: 1px dotted #c8c8c8;
  padding-top: 5px;
  margin-top: 5px;
  font-size: 12px;
}

.logo {
  width: 100px;
  height: 100px;
  background-image: url("../img/logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 15px;
}

.message, .stats {
  background-color: white;
  padding: 10px;
  box-shadow: 0px 2px 4px #320014;
  border-radius: 5px;
  margin-left: 10px;
  margin-right: 10px;
  box-sizing: border-box;
}
@media screen and (min-width: 300px) {
  .message, .stats {
    width: 50vw;
    min-width: 280px;
    max-width: 500px;
  }
}

.stats table {
  border-collapse: collapse;
  width: 100%;
}

.stats th {
  text-align: left;
}

.stats td {
  padding: 5px;
  border-top: 1px solid #c8c8c8;
}
.stats td.zero {
  color: #c8c8c8;
}
.stats td.disabled {
  color: #6e6e6e;
  font-size: 12px;
}
.stats td.disabled.is-disabled {
  color: #E3170D;
}

.stats th {
  padding: 5px;
}

.stats tr.highlight {
  font-weight: bold;
  background-color: #E3170D;
  color: white;
}
.stats tr.highlight td {
  border: none;
}

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