table.standings {
  margin-bottom: 1em !important;
}
table.standings thead > tr > td {
  padding: 0.8em;
}
table.standings thead > tr.sortable > th > .fa-sort-asc,
table.standings thead > tr.sortable > td > .fa-sort-asc {
  line-height: 2.5em;
}
table.standings thead > tr.sortable > th > .fa-sort-desc,
table.standings thead > tr.sortable > td > .fa-sort-desc {
  line-height: 1.5em;
}
table.standings td {
  text-align: right;
  vertical-align: top;
  white-space: nowrap;
  padding: 0.8em;
  line-height: 0.5em !important;
}
table.standings td[colspan="100%"] {
  text-align: left;
  border-bottom: none;
}
table.standings td:first-child {
  width: 3em;
  padding-left: 1em;
  text-align: left;
}
table.standings td:last-child .fa-caret-up,
table.standings td:last-child .fa-caret-down,
table.standings td:last-child .fa-caret-right {
  margin-top: -0.25em;
  margin-right: 0.1em;
  margin-bottom: -2em;
}
table.standings td:last-child .fa-caret-right {
  visibility: hidden;
}
table.standings td:nth-child(2),
table.standings td:nth-child(3),
table.standings td:nth-child(4) {
  text-align: left;
}
table.standings > tbody > tr.myteam > td {
  background: var(--myteam-color);
}
.fa {
  line-height: 0 !important;
}
.cutline_row {
  background: var(--subheader-bg-color) !important;
  color: white !important;
  font-weight: bold;
}
table.condensed_standings {
  margin-bottom: 1em !important;
}
table.condensed_standings thead > tr > td {
  padding: 0.8em;
}
table.condensed_standings thead > tr.sortable > th > .fa-sort-asc,
table.condensed_standings thead > tr.sortable > td > .fa-sort-asc {
  line-height: 2.5em;
}
table.condensed_standings thead > tr.sortable > th > .fa-sort-desc,
table.condensed_standings thead > tr.sortable > td > .fa-sort-desc {
  line-height: 1.5em;
}
table.condensed_standings td {
  text-align: right;
  vertical-align: top;
  white-space: nowrap;
  padding: 0.8em;
  line-height: 0.5em;
}
table.condensed_standings td[colspan="100%"] {
  text-align: left;
  border-bottom: none;
}
table.condensed_standings td:first-child {
  width: 3em;
  padding-left: 1em;
  text-align: left;
}
table.condensed_standings td:last-child .fa-caret-up,
table.condensed_standings td:last-child .fa-caret-down,
table.condensed_standings td:last-child .fa-caret-right {
  margin-top: -0.25em;
  margin-right: 0.1em;
  margin-bottom: -2em;
}
table.condensed_standings td:last-child .fa-caret-right {
  visibility: hidden;
}
table.condensed_standings td:nth-child(2),
table.condensed_standings td:nth-child(3),
table.condensed_standings td:nth-child(4) {
  text-align: left;
}
table.condensed_standings > tbody > tr.myteam > td {
  background: var(--myteam-color);
}
.sticky {
  overflow-x: auto;
  overflow-y: visible;
  margin-bottom: 1em;
}
.StandingsPage {
  padding: 0 1em;
}
.StandingsPage .selectors > select {
  margin-top: 0;
  margin-bottom: 0.5em;
}
.StandingsPage table.data {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media screen and (max-width: 45em) {
  table.data {
    margin-top: 0;
  }
  table.standings td:nth-child(1) {
    left: 0;
  }
  table.condensed_standings td:nth-child(1) {
    left: 0;
  }
  .StandingsPage {
    padding: 0;
  }
  .StandingsPage .selectors > select {
    width: 100%;
    display: block;
  }
}
/*# sourceMappingURL=standings_overall.page.css.map */