* {
  user-select:none;
}

body {
  background-color: #111;
  font-family: "Economica", sans-serif;
}

.container {
  background-color: #222;
  margin: 64px auto;
  width: fit-content;
  padding: 16px;
  border-radius: 16px;
}

.separator {
  color: #aaa;
}

.legend td {
  font-size: 20px;
  text-align: center;
  color: #aaa;
}

.header td {
  font-size: 42px;
  text-align: center;
  color: #aaa;
  padding-bottom: 12px;
}

td {
  text-align: center;
}

button:focus {
  outline: none;
}

.btn {
  font-size: 48px;
  display: inline-block;

  width: 90%;
  height: 72px;
  padding: 0;
  margin: 8px auto;
  border-radius: 8px;
  color: white;
  cursor: pointer;
  text-decoration: none;
  border: 0;
  background-color: #836f69;
  box-shadow: 0 2px 8px black;
}

#reset {
  font-family: "Economica", sans-serif;
  font-size: 36px;
  width: 95%;
  margin-left: 1px;
}

.btn:hover {
  transition: background-color .2s;
  background-color: #FF7648;
}

.btn:active {
  background-color: #E24916;
  box-shadow: 0 0 8px black;
}

/* ---- Footer ---------------------------------------------------------------------------------- */

.footer {
  text-align: right;
  color: #aaa;
  margin: 0;
  padding: 0;
  font-size: 0.9rem;
}

.footer a {
  color: #c19f9f;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

/* ---- Odometer -------------------------------------------------------------------------------- */

.odometer, .separator {
  font-size: 128px;
  margin-right: 12px;
}

.odometer:last-child {
  margin-right: 0;
}

.odometer.odometer-theme-train-station.fractional .odometer-digit {
  background-size: 100%;
  background-image: linear-gradient(to bottom, #999 0%, #999 35%, #b8b8b8 55%, #999 55%, #999 100%);
  background-color: #aaa;
  color: #222;
}