body {
  background: #f4f6f8;
}

.table-standings tr:first-child td {
  font-weight: 600;
}

.badge-locked {
  background: #6c757d;
}

.badge-open {
  background: #198754;
}

.spread-pick {
  cursor: pointer;
}

.results-table .result-win {
  background-color: #d1e7dd;
}

.results-table .result-loss {
  background-color: #f8d7da;
}

.results-table .result-pending,
.results-table .result-none {
  background-color: #fff;
}

@media (max-width: 576px) {
  .container {
    padding-left: 12px;
    padding-right: 12px;
  }
  h1, h2 {
    font-size: 1.4rem;
  }
}
