html,
body {
  margin: 0;
  font-family: Roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.btn-jumbo {
  background: #ffcd00;
  color: #000;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  font-size: 1.25rem;
  justify-content: center;
  line-height: 1.4;
  padding: 1rem 2rem 1.2rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  font-family: Antonio, Antonio-fallback, sans-serif;
}

.spacer {
  border-top: 2px solid #444;
}
.result-total {
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
}
.result-label {
  background-color: #333;
  color: #fff;
}
.result-table tr th,
.result-table tr td {
  padding: 0.75rem;
  font-size: 1.25rem;
}

.result-table .title-row th {
  text-align: center;
  background-color: #000;
  color: #fff;
}
.result-table .header-row th {
  background-color: #ffcd00;
  color: #000;
}
