@media (max-width: 767px) {
  .standings-toggle {
    text-align: center !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
}
.standings .season-title {
  margin-top: 0;
  margin-bottom: 0;
}
.standings .standings-toggle {
  margin-bottom: 20px;
  text-align: right;
}
.standings .standings-toggle button {
  border: 1px solid #005200;
  border-radius: 25px;
  padding: 5px 19px;
  font-size: 0.8em;
  color: black;
}
.standings .standings-toggle button + button {
  margin-left: 15px;
}
.standings .standings-toggle button.active {
  background-color: #dff0d8;
}
.standings .standings-toggle button:focus {
  outline: none;
  text-decoration: none;
}
.standings .standings-toggle button:hover {
  text-decoration: none;
}
.standings table.preseason td.projected,
.standings table.preseason th.projected,
.standings table.preseason td.actual,
.standings table.preseason th.actual {
  display: none !important;
}
.standings table.preseason .score,
.standings table.preseason .count,
.standings table.preseason .tiebreaker {
  display: none;
}
.standings table.actual td.projected,
.standings table.actual th.projected {
  display: none !important;
}
.standings table.projected td.actual,
.standings table.projected th.actual {
  display: none !important;
}
.standings .score {
  width: 97px;
  max-width: 97px;
}
.standings .details {
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  font-size: 16px;
}
.standings .rank,
.standings .count,
.standings .score {
  text-align: right;
}
.standings .rank {
  width: 70px;
  max-width: 70px;
}
.standings .rank,
.standings .name,
.standings .score,
.standings .count {
  vertical-align: middle !important;
}
.standings .score {
  font-weight: bold;
}
.standings .tiebreaker {
  text-align: center;
  width: 73px;
  max-width: 73px;
}
.standings .tiebreaker.correct {
  background-color: #dff0d8;
}
.standings .tiebreaker.incorrect {
  text-decoration: line-through;
}
.standings td.tiebreaker {
  font-size: 10px;
}
.standings .user-overview .details {
  cursor: pointer;
}
.standings .user-overview:hover {
  background-color: #f5f5f5;
}
.standings .user-details {
  display: none;
}
@media (max-width: 992px) {
  .standings .user-details {
    font-size: 12px;
  }
}
.standings .user-details td {
  border-top: none !important;
  padding-top: 0 !important;
}
.standings .user-details.details-expanded {
  display: table-row !important;
}
.standings .user-details .chunks {
  margin-top: 8px;
}
.standings .user-details .chunks .getting-details-message {
  font-style: italic;
}
.standings .user-details .chunks .pick-chunk {
  float: left;
  margin-right: 25px;
}
.standings .user-details .chunks .pick-chunk .team {
  font-weight: bold;
  width: 37px;
  display: inline-block;
}
