/*
* Theme Name: Insights 2.0
* Author: Sports Interaction
* Description: Sports Interaction Blog Theme
* Version: 1.0.0
* License: GNU General Public License v2 or later
* License URI: LICENSE
* Text Domain: sia-blog
* Template: alchemists
*/
/* ------------------------------------------------------------ *\
	Mixins
\* ------------------------------------------------------------ */
/* Icon Mixin */
.ico-arrow-up {
  background-image: url(images/sprite.png);
  background-position: 53.333333333333336% 0%;
  background-size: 314.2857142857143% 300%;
  width: 21px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0; }

.ico-chevron-down {
  background-image: url(images/sprite.png);
  background-position: 96.07843137254902% 64.28571428571429%;
  background-size: 440.00000000000006% 450%;
  width: 15px;
  height: 8px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0; }

.ico-triangle-down {
  background-image: url(images/sprite.png);
  background-position: 0% 100%;
  background-size: 388.2352941176471% 257.14285714285717%;
  width: 17px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0; }

.ico-triangle-left {
  background-image: url(images/sprite.png);
  background-position: 42.857142857142854% 100%;
  background-size: 388.2352941176471% 257.14285714285717%;
  width: 17px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0; }

.ico-triangle-up {
  background-image: url(images/sprite.png);
  background-position: 100% 0%;
  background-size: 388.2352941176471% 257.14285714285717%;
  width: 17px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0; }

.ico-twitter-blue {
  background-image: url(images/sprite.png);
  background-position: 0% 0%;
  background-size: 330% 200%;
  width: 20px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0; }

@media (min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-arrow-up {
    background-image: url(images/sprite.@2x.png);
    background-position: 0% 0%;
    background-size: 190.47619047619045% 100%;
    width: 21px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0; }
  .ico-chevron-down {
    background-image: url(images/sprite.@2x.png);
    background-position: 100% 0%;
    background-size: 266.66666666666663% 150%;
    width: 15px;
    height: 8px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.article {
  padding: 0 10px;
  zoom: 1; }
  .article::before, .article::after {
    display: table;
    content: ''; }
  .article::after {
    clear: both; }
  .article * {
    box-sizing: border-box; }
  .article p a, .article .article__inner .content a {
    color: #e67300;
    font-weight: 500; }
  .article ul {
    margin: 0;
    list-style-type: none;
    padding-inline-start: 0px; }
  .article .collapse {
    display: none; }
  .article .sia_multiLineChart {
    margin: 30px 0; }
  .article .widget {
    border: 1px solid #efefef; }
    .article .widget .sia_table.sia_lineHistoryTable,
    .article .widget .sia_table.sia_teamLeaders,
    .article .widget .sia_table.sia_injuries,
    .article .widget .sia_bettingTrends .sia_table {
      border: 0px;
      background-color: transparent;
      margin: 0;
      padding: 0; }
      .article .widget .sia_table.sia_lineHistoryTable .sia_table__td:first-child,
      .article .widget .sia_table.sia_teamLeaders .sia_table__td:first-child,
      .article .widget .sia_table.sia_injuries .sia_table__td:first-child,
      .article .widget .sia_bettingTrends .sia_table .sia_table__td:first-child {
        width: 100px; }
      .article .widget .sia_table.sia_lineHistoryTable img,
      .article .widget .sia_table.sia_teamLeaders img,
      .article .widget .sia_table.sia_injuries img,
      .article .widget .sia_bettingTrends .sia_table img {
        height: 25px;
        width: 25px; }
    .article .widget .sia_bettingTrends .sia_table__title {
      margin-bottom: 16px; }
    .article .widget .sia_teamLeaders.away .sia_table__singleTeam--home,
    .article .widget .sia_teamLeaders.home .sia_table__singleTeam--away {
      display: none; }
    .article .widget .sia_teamLeaders .sia_table__singleTeam {
      margin-top: 16px; }
    .article .widget .sia_teamLeaders .sia_teamlogo__divider {
      margin-bottom: 8px; }
      .article .widget .sia_teamLeaders .sia_teamlogo__divider .sia_tableSection__link {
        text-decoration: none; }
    .article .widget .sia_teamLeaders .sia_table__td p {
      font-size: 14px;
      margin: 0; }
    .article .widget .sia_teamLeaders .sia_table__td .sia_teamPortalLink a {
      color: #607596; }
    .article .widget .sia_table__title {
      margin: 0;
      padding: 20px 0 0; }
    .article .widget .sia_table__th {
      height: auto; }

.wrapper .casino-article {
  max-width: 700px;
  margin: 0 auto; }
  .wrapper .casino-article .article__head {
    margin-bottom: 20px; }
  .wrapper .casino-article ul {
    margin-bottom: 20px; }

.article__head {
  margin-bottom: 30px;
  padding: 0; }
  .article__head h1,
  .article__head h2,
  .article__head h3,
  .article__head h4 {
    margin: 0 0 20px;
    padding: 10px 0 0;
    color: #191919;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4; }
  .article__head p {
    margin: 0 0 20px;
    color: #191919;
    font-size: 16px; }
  .article__head .sia_banner {
    height: 400px;
    width: 100%; }
    .article__head .sia_banner .sia_banner__figure {
      left: 0;
      top: 0;
      transform: none;
      transition: none; }
      .article__head .sia_banner .sia_banner__figure:hover {
        transform: none; }
  .article__head h1 {
    font-size: 18px;
    margin: 0;
    padding: 20px 0 0; }
  .article__head h4 {
    color: #8f8f8f;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .03em;
    margin: 0 0 20px;
    text-transform: uppercase; }
  .article__head figure {
    background-position: center;
    background-size: cover;
    overflow: hidden; }
    .article__head figure img {
      width: 100%; }

.article__body {
  margin-bottom: 20px;
  zoom: 1; }
  .article__body::before, .article__body::after {
    display: table;
    content: ''; }
  .article__body::after {
    clear: both; }
  .article__body .article__inner .container {
    padding: 0;
    width: auto; }
    .article__body .article__inner .container.sia-score-prediction {
      padding-bottom: 30px;
      margin-bottom: 10px; }
    .article__body .article__inner .container.sia-universal-odds {
      background-color: #f6f6f6;
      border: 0.5px solid #efefef;
      margin: 30px -10px;
      width: calc(100% + 20px); }
      .article__body .article__inner .container.sia-universal-odds h4 {
        font-size: 18px;
        margin: 0 20px 10px;
        padding-top: 20px; }
      .article__body .article__inner .container.sia-universal-odds p {
        color: #636363;
        font-size: 13px;
        margin-bottom: 10px;
        padding-left: 20px; }
        .article__body .article__inner .container.sia-universal-odds p span {
          font-weight: bold; }
      .article__body .article__inner .container.sia-universal-odds .payout-calculator {
        font-size: 13px;
        padding: 20px;
        width: 100%; }
        .article__body .article__inner .container.sia-universal-odds .payout-calculator form input,
        .article__body .article__inner .container.sia-universal-odds .payout-calculator form label {
          width: 100%; }
        .article__body .article__inner .container.sia-universal-odds .payout-calculator form input {
          border: solid 1px #8f8f8f;
          border-radius: 2px;
          font-family: Inter UI;
          margin: 0 0 10px;
          padding: 5px 10px; }
          .article__body .article__inner .container.sia-universal-odds .payout-calculator form input[id^='payout-amount'] {
            background-color: #e6e6e6;
            pointer-events: none;
            -webkit-user-select: none;
            -moz-user-select: none;
            user-select: none; }
        .article__body .article__inner .container.sia-universal-odds .payout-calculator form label {
          text-transform: uppercase; }
        .article__body .article__inner .container.sia-universal-odds .payout-calculator form a.btn {
          color: #fff;
          display: block;
          font-family: Inter UI;
          height: 30px;
          line-height: 19px;
          text-align: center;
          text-decoration: none;
          width: 100%; }
      .article__body .article__inner .container.sia-universal-odds .odds-main {
        overflow: auto; }
        .article__body .article__inner .container.sia-universal-odds .odds-main .table__fixed .table-responsive .table__body table {
          font-size: 13px;
          font-weight: 500;
          padding: 0 20px; }
          .article__body .article__inner .container.sia-universal-odds .odds-main .table__fixed .table-responsive .table__body table tr {
            display: flex;
            flex-wrap: nowrap; }
            .article__body .article__inner .container.sia-universal-odds .odds-main .table__fixed .table-responsive .table__body table tr td {
              border: 1px solid transparent;
              width: 80px; }
              .article__body .article__inner .container.sia-universal-odds .odds-main .table__fixed .table-responsive .table__body table tr td:nth-child(n+2) {
                background-color: #e6e6e6;
                border-radius: 5px;
                list-style: none;
                margin: 2px;
                padding: 5px;
                text-align: center; }
                .article__body .article__inner .container.sia-universal-odds .odds-main .table__fixed .table-responsive .table__body table tr td:nth-child(n+2):hover {
                  background-color: #fff; }
                .article__body .article__inner .container.sia-universal-odds .odds-main .table__fixed .table-responsive .table__body table tr td:nth-child(n+2).chosen {
                  background-color: #fff;
                  border: 1px solid #e67300; }
              .article__body .article__inner .container.sia-universal-odds .odds-main .table__fixed .table-responsive .table__body table tr td:first-child {
                font-weight: 700;
                margin-right: 10px; }
            .article__body .article__inner .container.sia-universal-odds .odds-main .table__fixed .table-responsive .table__body table tr th {
              color: #8f8f8f;
              font-size: 12px;
              font-weight: 500;
              text-transform: uppercase;
              width: 83px; }
              .article__body .article__inner .container.sia-universal-odds .odds-main .table__fixed .table-responsive .table__body table tr th:first-child {
                margin-right: 10px; }
              .article__body .article__inner .container.sia-universal-odds .odds-main .table__fixed .table-responsive .table__body table tr th:last-child {
                width: 84px; }
        .article__body .article__inner .container.sia-universal-odds .odds-main.future-event ul, .article__body .article__inner .container.sia-universal-odds .odds-main.prop-event ul, .article__body .article__inner .container.sia-universal-odds .odds-main.future-line ul {
          display: flex;
          flex: 1 0 100%;
          flex-wrap: wrap;
          font-size: 13px;
          justify-content: center;
          margin-bottom: 15px;
          padding: 0 15px; }
          .article__body .article__inner .container.sia-universal-odds .odds-main.future-event ul li, .article__body .article__inner .container.sia-universal-odds .odds-main.prop-event ul li, .article__body .article__inner .container.sia-universal-odds .odds-main.future-line ul li {
            background-color: #e6e6e6;
            border-radius: 5px;
            flex: auto;
            list-style: none;
            margin: 5px;
            padding: 10px;
            width: 162px; }
            .article__body .article__inner .container.sia-universal-odds .odds-main.future-event ul li span, .article__body .article__inner .container.sia-universal-odds .odds-main.prop-event ul li span, .article__body .article__inner .container.sia-universal-odds .odds-main.future-line ul li span {
              font-weight: 500; }
            .article__body .article__inner .container.sia-universal-odds .odds-main.future-event ul li span:first-child, .article__body .article__inner .container.sia-universal-odds .odds-main.prop-event ul li span:first-child, .article__body .article__inner .container.sia-universal-odds .odds-main.future-line ul li span:first-child {
              display: block;
              float: left;
              max-width: calc(100% - 50px);
              flex: 1; }
            .article__body .article__inner .container.sia-universal-odds .odds-main.future-event ul li span:last-child, .article__body .article__inner .container.sia-universal-odds .odds-main.prop-event ul li span:last-child, .article__body .article__inner .container.sia-universal-odds .odds-main.future-line ul li span:last-child {
              color: #e67300;
              margin-left: 8px;
              float: right;
              font-weight: 500;
              text-align: right; }
            .article__body .article__inner .container.sia-universal-odds .odds-main.future-event ul li:nth-child(n+7), .article__body .article__inner .container.sia-universal-odds .odds-main.prop-event ul li:nth-child(n+7), .article__body .article__inner .container.sia-universal-odds .odds-main.future-line ul li:nth-child(n+7) {
              animation: fadeOut 1s;
              display: none; }
              .article__body .article__inner .container.sia-universal-odds .odds-main.future-event ul li:nth-child(n+7).show, .article__body .article__inner .container.sia-universal-odds .odds-main.prop-event ul li:nth-child(n+7).show, .article__body .article__inner .container.sia-universal-odds .odds-main.future-line ul li:nth-child(n+7).show {
                animation: fadeIn 1s;
                display: block; }
          .article__body .article__inner .container.sia-universal-odds .odds-main.future-event ul.show-all, .article__body .article__inner .container.sia-universal-odds .odds-main.prop-event ul.show-all, .article__body .article__inner .container.sia-universal-odds .odds-main.future-line ul.show-all {
            margin-bottom: 20px; }
        .article__body .article__inner .container.sia-universal-odds .odds-main.future-event p, .article__body .article__inner .container.sia-universal-odds .odds-main.prop-event p, .article__body .article__inner .container.sia-universal-odds .odds-main.future-line p {
          margin: 0 0 0 20px; }
        .article__body .article__inner .container.sia-universal-odds .odds-main.future-event p {
          margin: 0 16px 20px; }
        .article__body .article__inner .container.sia-universal-odds .odds-main .show-more {
          cursor: pointer;
          float: right; }
        .article__body .article__inner .container.sia-universal-odds .odds-main ul li {
          border: 1px solid transparent;
          justify-content: space-between; }
          .article__body .article__inner .container.sia-universal-odds .odds-main ul li:hover {
            background-color: #fff;
            cursor: pointer; }
        .article__body .article__inner .container.sia-universal-odds .odds-main ul li.chosen {
          background-color: #fff;
          border: 1px solid #e67300; }
        .article__body .article__inner .container.sia-universal-odds .odds-main.event {
          margin-bottom: 20px; }
      .article__body .article__inner .container.sia-universal-odds .odds-actions a {
        display: block;
        text-align: center;
        text-decoration: none; }
      .article__body .article__inner .container.sia-universal-odds .odds-actions .odds-warning {
        font-size: 12px;
        margin: 20px;
        text-align: right; }
        .article__body .article__inner .container.sia-universal-odds .odds-actions .odds-warning .icon-information {
          color: #e67300;
          margin-right: 10px;
          vertical-align: middle; }
    .article__body .article__inner .container.js-odds-anchor h2 {
      margin-bottom: 10px; }
  .article__body .article__inner.js-odds-anchor h2 {
    margin-bottom: 10px; }
  .article__body .article__inner .content figure {
    display: none;
    margin: 30px 0; }
    .article__body .article__inner .content figure svg {
      height: 20px; }

.article__inner {
  zoom: 1; }
  .article__inner::before, .article__inner::after {
    display: table;
    content: ''; }
  .article__inner::after {
    clear: both; }
  .article__inner h1,
  .article__inner h2,
  .article__inner h3,
  .article__inner h4 {
    margin: 0 0 20px;
    padding: 10px 0 0;
    color: #191919;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4; }
  .article__inner p {
    margin: 0 0 20px;
    color: #191919;
    font-size: 16px; }
  .article__inner img {
    height: auto;
    max-width: 100%;
    width: 100%; }
    .article__inner img.team-logo {
      float: left; }
  .article__inner .sia-line-history .sia_table__td:first-child {
    min-width: 100px; }
  .article__inner .sia_tabs_ul {
    margin: 0; }
  .article__inner .sia_table__title {
    padding: 0 0 8px;
    margin: 0; }
  .article__inner .sia_weather__title {
    padding: 0 0 16px;
    margin: 0; }
  .article__inner .sia_injuries__teamlogo__link img,
  .article__inner .sia_teamLeaders .sia_teamLeaders__img {
    height: 25px;
    width: initial; }
  .article__inner .sia_weather__img img {
    width: initial; }
  .article__inner .sia_tableSection__td p {
    margin: 0;
    font-size: 13px; }
  .article__inner .sia_injuries__player a {
    text-decoration: none; }
  .article__inner .sia_teamPortalLink {
    color: #607596; }
    .article__inner .sia_teamPortalLink:hover {
      color: #e67300; }
  .article__inner .sia_injuries__playerName .sia_teamPortalLink {
    color: #607596; }
  .article__inner .matchday .team-logo {
    height: 150px;
    width: 150px; }
  .article__inner .sia-score-prediction {
    position: relative; }
    .article__inner .sia-score-prediction .predictions-page-link {
      left: 0;
      line-height: 20px;
      position: absolute;
      text-decoration: none;
      color: #fff !important; }
    .article__inner .sia-score-prediction .list-results.article__outer h5 {
      max-width: 100px;
      text-align: center; }
    .article__inner .sia-score-prediction .list-results.article__outer li .team-portal-link img.team-logo {
      left: auto;
      max-width: 150px;
      right: auto;
      transform: translate(-145%, -35%) scale(0.3);
      width: auto; }
    .article__inner .sia-score-prediction .list-results.article__outer li + li .team-portal-link img.team-logo {
      transform: translate(45%, -35%) scale(0.3); }
  .article__inner .sia-injuries .widget__body .list-info li p a {
    color: #191919;
    text-decoration: underline; }
  .article__inner .sia-injuries .sia_injuries--mobile {
    display: block; }
  .article__inner .sia-injuries .sia_injuries--desktop {
    display: none; }

.article__group {
  margin-bottom: 30px; }
  .article__group .row {
    position: relative;
    zoom: 1; }
    .article__group .row::before, .article__group .row::after {
      display: table;
      content: ''; }
    .article__group .row::after {
      clear: both; }

.article__team {
  margin-bottom: 45px;
  overflow: hidden;
  padding-right: 30px;
  position: relative; }
  .article__team:first-child {
    margin-top: 27px; }

.article__team-image {
  position: absolute;
  right: 0;
  top: 10px;
  transform: translateX(50%) scale(0.4);
  transform-origin: 50% 0;
  z-index: 1; }

.article__border {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 11px; }

.excerpt {
  max-width: 275px;
  margin-bottom: 24px; }
  .excerpt em {
    font-style: normal;
    font-weight: 400;
    max-width: 260px;
    padding-right: 10px; }

.bet-extra {
  color: #8f8f8f;
  display: block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .04em;
  padding: 0 20px;
  text-transform: uppercase; }

@media (min-width: 449px) and (max-width: 1025px) {
  .excerpt {
    max-width: 610px; }
    .excerpt em {
      max-width: 610px; }
  .article .article__head .sia_banner {
    height: 400px; }
  .article .article__head h3 {
    font-size: 45px; }
  .article .article__head figure {
    background-position: top;
    margin: 0;
    padding-top: 0; }
  .article__inner .sia-score-prediction .predictions-page-link {
    line-height: 12px;
    margin: 0; }
  .article__inner .sia-score-prediction .list-results.article__outer h5 {
    max-width: 500px; }
  .article__inner .sia-score-prediction .list-results.article__outer li .team-portal-link img.team-logo {
    transform: translate(-240%, -35%) scale(0.3); }
  .article__inner .sia-score-prediction .list-results.article__outer li + li .team-portal-link img.team-logo {
    transform: translate(140%, -35%) scale(0.3); }
  .article__body .article__inner .container.sia-universal-odds .payout-calculator form a.btn {
    line-height: 15px;
    margin: 20px 0; }
  .article__body .article__inner .container.sia-universal-odds .odds-main .table__fixed .table-responsive .table__body table {
    width: 100%; }
    .article__body .article__inner .container.sia-universal-odds .odds-main .table__fixed .table-responsive .table__body table tr td,
    .article__body .article__inner .container.sia-universal-odds .odds-main .table__fixed .table-responsive .table__body table tr th {
      width: 25%; }
    .article__body .article__inner .container.sia-universal-odds .odds-main .table__fixed .table-responsive .table__body table tr th:last-child {
      width: 25%; } }

@media (min-width: 1025px) {
  .excerpt {
    float: left;
    margin-top: 0;
    max-width: 750px; }
    .excerpt em {
      max-width: 750px; }
  .article {
    margin: 0 auto;
    max-width: 1200px; }
    .article .article__inner {
      margin: 0 auto;
      max-width: 1230px; }
      .article .article__inner .container {
        padding: 0; }
      .article .article__inner img {
        width: initial; }
        .article .article__inner img.aligncenter {
          width: 100%; }
      .article .article__inner .sia-score-prediction .list-results.article__outer li .team-portal-link img.team-logo {
        transform: translate(-190%, -35%) scale(0.3); }
      .article .article__inner .sia-score-prediction .list-results.article__outer li + li .team-portal-link img.team-logo {
        transform: translate(90%, -35%) scale(0.3); }
      .article .article__inner .sia-injuries .widget__body .list-info li p a {
        color: #191919;
        text-decoration: none; }
        .article .article__inner .sia-injuries .widget__body .list-info li p a:hover {
          color: #e67300;
          text-decoration: underline; }
    .article .article__head {
      margin-bottom: 20px;
      padding: 0; }
      .article .article__head h1 {
        font-size: 24px; }
    .article .article__body {
      margin-bottom: 30px; }
      .article .article__body .article__group p {
        margin-bottom: 0; }
  .article__body .article__inner .container.sia-universal-odds .payout-calculator form {
    display: flex;
    max-height: 50px; }
    .article__body .article__inner .container.sia-universal-odds .payout-calculator form div,
    .article__body .article__inner .container.sia-universal-odds .payout-calculator form a {
      flex: 1 0 100px; }
      .article__body .article__inner .container.sia-universal-odds .payout-calculator form div.btn,
      .article__body .article__inner .container.sia-universal-odds .payout-calculator form a.btn {
        color: #fff;
        font-size: 13px;
        margin: 20px 0; }
    .article__body .article__inner .container.sia-universal-odds .payout-calculator form div {
      margin-right: 10px; } }

.article-alt {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 73px; }
  .article-alt h4 {
    font-size: 21px;
    font-weight: 600;
    letter-spacing: .03em;
    line-height: 1.52;
    margin-bottom: 11px; }
  .article-alt a {
    text-decoration: underline; }
  .article-alt figure {
    background-position: center top;
    background-size: cover;
    display: block;
    padding-top: 46.5%; }

span.league-identifier {
  color: #8f8f8f;
  font-size: 13px;
  left: 10px;
  padding-top: 13px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 150px; }
  span.league-identifier i {
    display: none; }

@media (min-width: 449px) and (max-width: 1025px) {
  .article-alt {
    font-size: 14px;
    line-height: 1.72; }
    .article-alt h4 {
      font-size: 25px;
      margin-bottom: 14px; }
  span.league-identifier {
    top: 240px; }
  .article__body .article__inner .container.sia-universal-odds {
    margin: 30px 0;
    width: 100%; }
    .article__body .article__inner .container.sia-universal-odds .widget__head h4 {
      display: inline-block;
      max-width: 450px; }
    .article__body .article__inner .container.sia-universal-odds .widget__head p {
      display: inline-block;
      float: right;
      margin-bottom: 6px;
      padding: 20px 20px 0 0; }
    .article__body .article__inner .container.sia-universal-odds .odds-actions a {
      line-height: 24px;
      margin-top: 0;
      color: #fff; } }

@media (max-width: 449px) {
  .article__head .sia_banner {
    margin-left: -10px;
    width: calc(100% + 20px); }
  .article .widget .sia_table.sia_lineHistoryTable .sia_table__th,
  .article .widget .sia_table.sia_lineHistoryTable .sia_table__td {
    padding: 0 16px; }
    .article .widget .sia_table.sia_lineHistoryTable .sia_table__th:first-child,
    .article .widget .sia_table.sia_lineHistoryTable .sia_table__td:first-child {
      padding: 0 16px 0 0; } }

@media (min-width: 1025px) {
  .article-alt figure {
    margin-bottom: 20px;
    padding-top: 40.5%; }
  .article-alt a:hover {
    color: inherit;
    text-decoration: none; }
  span.league-identifier {
    left: 0;
    padding-top: 10px; } }

.nfl span.league-identifier,
.cfl span.league-identifier,
.ncaaf span.league-identifier,
.nba span.league-identifier,
.ncaab span.league-identifier,
.mlb span.league-identifier,
.nhl span.league-identifier,
.mma span.league-identifier {
  text-transform: uppercase; }

.homepage-news span.league-identifier {
  display: block; }

.intro {
  max-width: 1200px;
  position: relative; }
  .intro .sia_banner {
    height: 200px; }
    .intro .sia_banner .sia_banner__figure {
      width: 100%; }
    .intro .sia_banner .sia_banner__info {
      padding: 20px;
      width: 75%; }
    .intro .sia_banner .sia_banner__title {
      margin: 0; }
  .intro img {
    display: block;
    height: auto;
    width: 100%; }
  .intro .intro__highlight {
    font-size: 18px;
    letter-spacing: .03em;
    line-height: 1.2;
    position: relative;
    text-align: center; }
    .intro .intro__highlight strong {
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      color: #fff;
      display: -webkit-box;
      font-size: 16px;
      font-weight: 600;
      line-height: 1.2;
      margin: 0 0 10px;
      overflow: hidden;
      padding: 5px 0 0 10px;
      text-align: left;
      text-overflow: ellipsis;
      width: 98%;
      word-wrap: break-word; }
  .intro .intro__image {
    background-position: top center;
    background-size: cover;
    display: block;
    margin: 0;
    overflow: hidden;
    width: 100%; }
    .intro .intro__image img {
      height: auto;
      min-height: 100%;
      width: 100%; }
    .intro .intro__image .intro__overlay {
      background: linear-gradient(to bottom, transparent 49.5%, #000);
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-end;
      width: 100%;
      height: 100%;
      pointer-events: none;
      position: absolute;
      top: 0;
      left: 0; }
      .intro .intro__image .intro__overlay .league-identifier {
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        margin-left: 10px;
        position: initial; }

.intro + h3 {
  display: none; }

@media (min-width: 449px) and (max-width: 1025px) {
  .intro .sia_banner {
    height: 300px; }
    .intro .sia_banner .sia_banner__info {
      width: 75%; }
      .intro .sia_banner .sia_banner__info .sia_banner__subTitle {
        font-size: 18px; }
      .intro .sia_banner .sia_banner__info .sia_banner__title {
        font-size: 24px; }
  .intro h1 {
    margin: 0 0 28px; }
  .intro .intro__highlight strong {
    font-size: 21px;
    margin-bottom: 20px;
    padding: 5px 20px 0;
    width: 60%; }
  .intro .intro__highlight .intro__image {
    height: 300px; }
    .intro .intro__highlight .intro__image .league-identifier {
      font-size: 18px;
      margin-left: 20px; } }

@media (min-width: 1025px) {
  .intro {
    margin: 20px auto -20px; }
    .intro .sia_banner {
      height: 400px; }
      .intro .sia_banner .sia_banner__info .sia_banner__title {
        font-size: 31px; }
    .intro h1 {
      margin: 0 0 19px; }
    .intro .intro__highlight .intro__image {
      height: 400px; }
      .intro .intro__highlight .intro__image img {
        transition: all .2s ease-in-out; }
        .intro .intro__highlight .intro__image img:hover {
          transform: scale(1.1); }
      .intro .intro__highlight .intro__image .league-identifier {
        margin-left: 30px; }
    .intro .intro__highlight strong {
      font-size: 31px;
      padding: 5px 30px 0;
      width: 70%; }
    .intro .container {
      padding: 0; } }

/* ------------------------------------------------------------ *\
    List
\* ------------------------------------------------------------ */
[class^="list"] {
  list-style-type: none; }

/* ------------------------------------------------------------ *\
    List Statistics
\* ------------------------------------------------------------ */
.list-statistics {
  font-size: 12px;
  font-family: "Inter UI";
  font-weight: 600;
  letter-spacing: .09em; }
  .list-statistics li {
    display: flex;
    justify-content: space-between; }
    .list-statistics li + li {
      margin-top: 5px; }
  .list-statistics strong {
    color: #8f8f8f; }
    .list-statistics strong span {
      font-weight: 300; }

@media (min-width: 449px) and (max-width: 1025px) {
  .list-statistics {
    font-size: 14px;
    line-height: 20px; } }

@media (min-width: 1025px) {
  .list-statistics {
    margin: 0;
    padding: 0 4px; } }

/* ------------------------------------------------------------ *\
    List Teams
\* ------------------------------------------------------------ */
.list-teams {
  font-family: "Inter UI";
  font-size: 12px;
  font-weight: 300;
  margin: 0;
  text-transform: uppercase; }
  .list-teams li {
    align-items: baseline;
    display: flex;
    position: relative;
    color: #8f8f8f; }
  .list-teams aside {
    background: #f6f6f6;
    color: #636363;
    flex: 0 0 113px;
    font-weight: 400;
    margin-right: 10px;
    max-width: 120px;
    padding: 1px 5px 1px 10px;
    position: relative;
    transition: background .3s ease; }
    .list-teams aside > div {
      display: inline-block;
      line-height: 22px;
      min-width: 70px;
      color: #191919; }
    .list-teams aside span {
      color: #f6f6f6;
      display: inline-block; }
  .list-teams img {
    display: block; }
  .list-teams figure {
    display: inline-block;
    min-width: 21px;
    position: relative;
    top: 2px;
    margin: 0; }
  .list-teams .list__border {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 5px; }

/* ------------------------------------------------------------ *\
    List Info
\* ------------------------------------------------------------ */
.list-info h4 {
  margin-bottom: 16px;
  font-weight: 600; }

.list-info p {
  margin-bottom: 16px; }
  .list-info p:last-child {
    margin-bottom: 0; }

.list-info li {
  position: relative; }
  .list-info li h4 {
    display: none; }
  .list-info li p {
    font-size: 14px;
    padding-left: 90px; }

.list-info .list__dash {
  display: inline-block;
  width: 5px;
  float: left;
  height: 40px;
  top: 0;
  left: -16px;
  vertical-align: top;
  background: #191919; }

.list-info strong {
  font-weight: 600;
  display: block; }

@media (min-width: 449px) and (max-width: 1025px) {
  .list-info {
    padding: 15px 0 0; }
    .list-info h4 {
      padding-left: 26px; }
    .list-info .list__dash {
      left: 0; } }

@media (min-width: 1025px) {
  .list-info h4 {
    padding-left: 0; }
  .list-info .list__dash {
    left: -27px; } }

/* ------------------------------------------------------------ *\
    List Results
\* ------------------------------------------------------------ */
.list-results {
  display: flex;
  padding: 0 0 40px;
  text-align: right;
  text-transform: uppercase;
  width: auto;
  position: relative;
  box-sizing: border-box; }
  .list-results.article__outer {
    padding-bottom: 20px; }
  .list-results h5 {
    font-size: 14px;
    line-height: 1.22;
    color: #191919; }
  .list-results li {
    position: relative;
    max-width: 50%;
    flex: 0 50%;
    height: 70px;
    padding: 12px 20px;
    overflow: hidden;
    color: #9a9da2;
    min-height: 100px;
    padding-left: 55px;
    padding-right: 55px;
    padding-bottom: 5px;
    padding-top: 25px; }
    .list-results li:first-child {
      background-color: #9a9da2; }
    .list-results li .team-logo {
      display: block;
      transform: translate(-70%, -35%) scale(0.4);
      left: 25%;
      position: absolute;
      top: 25%;
      z-index: 2; }
    .list-results li + li .team-logo {
      transform: translate(70%, -35%) scale(0.4);
      display: block;
      left: auto;
      right: 25%;
      position: absolute;
      top: 25%;
      z-index: 2; }
    .list-results li > span {
      color: #f7931d;
      left: calc(50% - 31px);
      top: 36px; }
    .list-results li > * {
      z-index: 1; }
    .list-results li h5 {
      font-size: 12px;
      margin: 0; }
    .list-results li + li {
      text-align: left;
      padding-left: 55px;
      padding-right: 55px; }
      .list-results li + li span {
        left: auto;
        right: 0;
        top: 0; }
      .list-results li + li img {
        left: auto;
        right: 20px;
        transform: translate(45%, -50%) scale(0.15); }
    .list-results li span {
      right: auto;
      height: 100px; }
  .list-results strong {
    color: #636363;
    display: block;
    font-size: 26px;
    font-weight: 600; }
  .list-results img {
    left: 20px;
    position: absolute;
    top: 50%;
    transform: translate(-43%, -50%) scale(0.15);
    z-index: 2; }
  .list-results span {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 5px; }
  .list-results > span {
    display: block;
    width: auto;
    height: auto;
    text-align: center;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .0625em;
    text-transform: uppercase;
    color: #f7931d;
    left: calc(50% - 31px);
    top: 18px; }
    .list-results > span p {
      margin: 0; }

@media (max-width: 1025px) {
  .list-results {
    margin-left: -10px;
    margin-right: -10px; } }

@media (min-width: 449px) and (max-width: 1025px) {
  .list-results li:first-child {
    padding-right: 60px;
    padding-left: 10px; }
  .list-results li:nth-child(2) {
    padding-left: 60px;
    padding-right: 10px; } }

@media (max-width: 600px) {
  .list-results > span {
    left: calc(50% - 51px);
    top: 70px; }
    .list-results > span br {
      display: none; }
  .list-results li:first-child {
    padding-right: 20px; }
  .list-results li:nth-child(2) {
    padding-left: 20px; } }

@media (max-width: 449px) {
  .list-results li:first-child {
    padding-right: 10px; }
    .list-results li:first-child h5 {
      position: absolute;
      right: 10px; }
    .list-results li:first-child strong {
      padding: 14px 0;
      top: 14px; }
  .list-results li:nth-child(2) {
    padding-left: 10px; }
  .list-results li h5 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 130px; } }

/* ------------------------------------------------------------ *\
    List Teams Alt
\* ------------------------------------------------------------ */
.list-teams-alt {
  display: flex;
  margin: 0 0 12px; }
  .list-teams-alt li + li {
    margin-left: 30px; }
  .list-teams-alt .list__dash {
    display: inline-block;
    float: left;
    height: 60px;
    margin-right: 22px;
    vertical-align: middle;
    width: 8px; }

@media (min-width: 449px) and (max-width: 1025px) {
  .list-teams-alt {
    margin-bottom: 24px; } }

@media (min-width: 1025px) {
  .list-teams-alt {
    margin-bottom: 12px; } }

/* ------------------------------------------------------------ *\
    List Team Info
\* ------------------------------------------------------------ */
.list-team-info {
  font-weight: 300;
  margin: 0;
  padding-top: 15px; }
  .list-team-info li {
    display: flex; }
    .list-team-info li + li {
      margin-top: 24px; }
  .list-team-info aside {
    flex: 0 0 132px; }
  .list-team-info a {
    display: inline-block;
    font-size: 14px;
    text-decoration: underline;
    letter-spacing: .03em; }

@media (min-width: 449px) and (max-width: 1025px) {
  .list-team-info {
    margin-bottom: 39px;
    padding-top: 39px; }
    .list-team-info aside {
      flex: 0 0 117px; }
    .list-team-info li + li {
      margin: 5px 0 0; } }

@media (min-width: 1025px) {
  .list-team-info {
    display: flex;
    margin: 0 -15px 39px; }
    .list-team-info li {
      flex: 0 0 50%;
      max-width: 50%;
      padding: 0 15px; }
      .list-team-info li + li {
        margin: 0; }
    .list-team-info aside {
      flex: 0 0 106px; }
    .list-team-info a:hover {
      color: inherit;
      text-decoration: none; } }

/* ------------------------------------------------------------ *\
    Matchup page
\* ------------------------------------------------------------ */
.section-matchup .list__dash {
  display: none; }

.section-matchup .list-teams-alt {
  margin-top: 20px; }

.section-matchup .list-team-info {
  margin: 0; }

.section-matchup .list-trends {
  margin-bottom: 0; }
  .section-matchup .list-trends .border {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 5px; }
  .section-matchup .list-trends div {
    padding: 10px 0 30px 15px;
    flex: 1; }
  .section-matchup .list-trends p,
  .section-matchup .list-trends h4 {
    font-size: 14px; }
  .section-matchup .list-trends p {
    position: relative;
    margin-bottom: 20px; }
    .section-matchup .list-trends p::before {
      content: "";
      width: 4px;
      height: 4px;
      border-radius: 2px;
      background-color: #191919;
      position: absolute;
      left: -15px;
      top: 9px; }
    .section-matchup .list-trends p:last-child {
      margin-bottom: 0; }
  .section-matchup .list-trends li {
    display: flex;
    flex-flow: row wrap;
    padding-right: 20px; }
    .section-matchup .list-trends li + li {
      margin: 0; }
    .section-matchup .list-trends li:last-child div {
      padding-bottom: 0; }
  .section-matchup .list-trends aside {
    position: relative;
    padding-left: 15px;
    height: 40px;
    line-height: 40px;
    flex: 0 0 200px; }
  .section-matchup .list-trends img {
    margin-right: 20px;
    vertical-align: middle; }
  .section-matchup .list-trends h4 {
    font-size: 14px;
    color: #000;
    display: inline-block;
    margin: 0;
    padding: 0; }
  .section-matchup .list-trends .labels {
    margin-bottom: 10px; }
    .section-matchup .list-trends .labels h3 {
      color: #8f8f8f;
      text-transform: uppercase;
      display: block;
      font-size: 14px;
      font-weight: 500;
      margin-bottom: 0; }
      .section-matchup .list-trends .labels h3:first-child {
        flex: 0 0 200px;
        padding-left: 20px; }

@media (max-width: 768px) {
  .section-matchup .list-trends .labels {
    display: none; }
  .section-matchup .list-trends li aside {
    flex: 1; }
  .section-matchup .list-trends li div {
    flex-basis: 100%;
    padding: 15px 0 30px 40px; } }

.tabs__content .tab {
  display: none; }
  .tabs__content .tab.active {
    display: block; }

.section h2,
.section h3 {
  margin: 0; }

.section .section__head {
  margin-bottom: 15px; }

.section .section__body {
  margin: 0 auto; }

.section .section__actions {
  margin-bottom: 40px; }

.section .section__btn {
  background: #607596; }
  .section .section__btn:hover {
    background: #7c94ad; }

@media (min-width: 449px) and (max-width: 1025px) {
  .section .section__body {
    position: relative; }
  .section .section__actions {
    margin-top: -85px;
    text-align: right; } }

@media (min-width: 1025px) {
  .section .section__head {
    margin-bottom: 29px; }
  .section .section__actions {
    margin-bottom: 0; } }

.section-news {
  padding-top: 20px; }
  .section-news.predictions {
    color: #191919;
    margin-top: -10px; }
  .section-news h3 {
    font-size: 24px; }

.section__group.sia-generic-text {
  width: 100%; }
  .section__group.sia-generic-text p {
    color: #191919;
    font-size: 14px;
    margin: 0 10px 10px 10px; }

@media (min-width: 449px) and (max-width: 1025px) {
  .section__group.sia-generic-text {
    width: 94%; } }

@media (min-width: 1025px) {
  .section-news {
    padding: 20px 0 0; }
    .section-news h3 {
      margin-bottom: 19px;
      padding-left: 0; } }

.section-matchup {
  padding: 0 10px;
  margin: 0 auto;
  max-width: 1200px;
  /* Widget containers */ }
  .section-matchup * {
    box-sizing: border-box; }
  .section-matchup .section__body {
    margin: 0; }
    .section-matchup .section__body .sia-probable-goalies {
      border: 1px solid #efefef; }
    .section-matchup .section__body .sia-team-rankings,
    .section-matchup .section__body .sia-betting-trends {
      margin-bottom: 20px; }
      .section-matchup .section__body .sia-team-rankings .sia_teamRankings,
      .section-matchup .section__body .sia-betting-trends .sia_teamRankings {
        flex: 1; }
      .section-matchup .section__body .sia-team-rankings .sia_table__title,
      .section-matchup .section__body .sia-betting-trends .sia_table__title {
        padding: 0;
        font-size: 18px; }
    .section-matchup .section__body .sia_table {
      margin: 0;
      padding: 20px 16px; }
      .section-matchup .section__body .sia_table .sia_table__table .sia_table__td {
        overflow: auto;
        height: auto;
        line-height: 20px; }
      .section-matchup .section__body .sia_table .sia_table__table .sia_table__td,
      .section-matchup .section__body .sia_table .sia_table__table .sia_table__th {
        padding: 0 16px 0 0; }
    .section-matchup .section__body .sia-matchup-edge {
      margin-bottom: 20px; }
      .section-matchup .section__body .sia-matchup-edge .sia_matchupTable__table .sia_matchupTable__th:first-child {
        padding-left: 10px; }
      .section-matchup .section__body .sia-matchup-edge .sia_matchupTable__table .sia_matchupTable__td:first-child {
        padding-left: 16px; }
      .section-matchup .section__body .sia-matchup-edge .matchupEdge__nav ul {
        display: flex;
        list-style-type: none;
        margin-left: 20px; }
        .section-matchup .section__body .sia-matchup-edge .matchupEdge__nav ul li {
          position: relative;
          margin-right: 15px; }
          .section-matchup .section__body .sia-matchup-edge .matchupEdge__nav ul li a {
            color: #8f8f8f;
            font-weight: 500;
            text-decoration: none;
            text-transform: capitalize; }
            .section-matchup .section__body .sia-matchup-edge .matchupEdge__nav ul li a:hover {
              color: #191919; }
              .section-matchup .section__body .sia-matchup-edge .matchupEdge__nav ul li a:hover:after {
                background: #e67300;
                bottom: -3px;
                content: '';
                height: 4px;
                left: 0;
                position: absolute;
                width: 100%; }
          .section-matchup .section__body .sia-matchup-edge .matchupEdge__nav ul li.active a {
            color: #191919; }
            .section-matchup .section__body .sia-matchup-edge .matchupEdge__nav ul li.active a:after {
              background: #e67300;
              bottom: -3px;
              content: '';
              height: 4px;
              left: 0;
              position: absolute;
              width: 100%; }
      .section-matchup .section__body .sia-matchup-edge .widget__body {
        background-color: #f6f6f6;
        border: 1px solid #efefef; }
        .section-matchup .section__body .sia-matchup-edge .widget__body h4 {
          font-size: 21px;
          padding: 20px 0 20px 20px; }
        .section-matchup .section__body .sia-matchup-edge .widget__body .matchupEdge__teams {
          display: flex;
          margin: 0 20px 20px; }
          .section-matchup .section__body .sia-matchup-edge .widget__body .matchupEdge__teams .matchupEdge__team {
            display: flex;
            flex: 1; }
            .section-matchup .section__body .sia-matchup-edge .widget__body .matchupEdge__teams .matchupEdge__team:nth-child(2) {
              flex-direction: row-reverse; }
            .section-matchup .section__body .sia-matchup-edge .widget__body .matchupEdge__teams .matchupEdge__team .team__name {
              margin: 0 10px; }
        .section-matchup .section__body .sia-matchup-edge .widget__body .matchupEdge__table .wrapped table {
          border-collapse: collapse; }
          .section-matchup .section__body .sia-matchup-edge .widget__body .matchupEdge__table .wrapped table .hasEdge {
            color: #191919;
            font-weight: 700; }
          .section-matchup .section__body .sia-matchup-edge .widget__body .matchupEdge__table .wrapped table thead tr {
            border-bottom: 1px solid #efefef; }
            .section-matchup .section__body .sia-matchup-edge .widget__body .matchupEdge__table .wrapped table thead tr th {
              color: #8f8f8f;
              padding: 0 0 0 20px;
              text-transform: capitalize; }
              .section-matchup .section__body .sia-matchup-edge .widget__body .matchupEdge__table .wrapped table thead tr th:first-child, .section-matchup .section__body .sia-matchup-edge .widget__body .matchupEdge__table .wrapped table thead tr th:nth-child(2) {
                text-align: left; }
              .section-matchup .section__body .sia-matchup-edge .widget__body .matchupEdge__table .wrapped table thead tr th:last-child, .section-matchup .section__body .sia-matchup-edge .widget__body .matchupEdge__table .wrapped table thead tr th:nth-last-child(2) {
                text-align: right; }
              .section-matchup .section__body .sia-matchup-edge .widget__body .matchupEdge__table .wrapped table thead tr th:last-child {
                padding: 0 20px 0 0; }
          .section-matchup .section__body .sia-matchup-edge .widget__body .matchupEdge__table .wrapped table tbody {
            text-align: center; }
            .section-matchup .section__body .sia-matchup-edge .widget__body .matchupEdge__table .wrapped table tbody tr {
              border-bottom: 1px solid #efefef; }
              .section-matchup .section__body .sia-matchup-edge .widget__body .matchupEdge__table .wrapped table tbody tr:first-child {
                font-weight: inherit; }
              .section-matchup .section__body .sia-matchup-edge .widget__body .matchupEdge__table .wrapped table tbody tr td {
                color: #8f8f8f;
                padding: 0 0 0 20px; }
                .section-matchup .section__body .sia-matchup-edge .widget__body .matchupEdge__table .wrapped table tbody tr td:first-child, .section-matchup .section__body .sia-matchup-edge .widget__body .matchupEdge__table .wrapped table tbody tr td:nth-child(2) {
                  text-align: left; }
                  .section-matchup .section__body .sia-matchup-edge .widget__body .matchupEdge__table .wrapped table tbody tr td:first-child:before, .section-matchup .section__body .sia-matchup-edge .widget__body .matchupEdge__table .wrapped table tbody tr td:nth-child(2):before {
                    content: none; }
                .section-matchup .section__body .sia-matchup-edge .widget__body .matchupEdge__table .wrapped table tbody tr td:nth-child(4) {
                  font-weight: 700; }
                .section-matchup .section__body .sia-matchup-edge .widget__body .matchupEdge__table .wrapped table tbody tr td:nth-child(3), .section-matchup .section__body .sia-matchup-edge .widget__body .matchupEdge__table .wrapped table tbody tr td:nth-child(5) {
                  font-size: 18px;
                  color: #e67300; }
                .section-matchup .section__body .sia-matchup-edge .widget__body .matchupEdge__table .wrapped table tbody tr td:last-child, .section-matchup .section__body .sia-matchup-edge .widget__body .matchupEdge__table .wrapped table tbody tr td:nth-last-child(2) {
                  text-align: right; }
                .section-matchup .section__body .sia-matchup-edge .widget__body .matchupEdge__table .wrapped table tbody tr td:last-child {
                  padding: 0 20px 0 5px; }
  .section-matchup a:not(.btn) {
    font-weight: 600;
    color: #e67300; }
  .section-matchup .collapse {
    display: none; }
  .section-matchup .section__body .sia-standings,
  .section-matchup .section__body .table-rankings,
  .section-matchup .section__body .sia-line-history,
  .section-matchup .section__body .sia-line-history-graph,
  .section-matchup .section__body .sia-team-leaders,
  .section-matchup .section__body .sia-betting-action {
    padding: 0;
    margin-bottom: 20px; }
    .section-matchup .section__body .sia-standings .sia_table__title,
    .section-matchup .section__body .table-rankings .sia_table__title,
    .section-matchup .section__body .sia-line-history .sia_table__title,
    .section-matchup .section__body .sia-line-history-graph .sia_table__title,
    .section-matchup .section__body .sia-team-leaders .sia_table__title,
    .section-matchup .section__body .sia-betting-action .sia_table__title {
      font-size: 18px;
      padding: 0;
      margin: 0; }
    .section-matchup .section__body .sia-standings .sia_teamLeaders .sia_table__title,
    .section-matchup .section__body .table-rankings .sia_teamLeaders .sia_table__title,
    .section-matchup .section__body .sia-line-history .sia_teamLeaders .sia_table__title,
    .section-matchup .section__body .sia-line-history-graph .sia_teamLeaders .sia_table__title,
    .section-matchup .section__body .sia-team-leaders .sia_teamLeaders .sia_table__title,
    .section-matchup .section__body .sia-betting-action .sia_teamLeaders .sia_table__title {
      margin-bottom: 16px; }
    .section-matchup .section__body .sia-standings .sia_teamLeaders a,
    .section-matchup .section__body .table-rankings .sia_teamLeaders a,
    .section-matchup .section__body .sia-line-history .sia_teamLeaders a,
    .section-matchup .section__body .sia-line-history-graph .sia_teamLeaders a,
    .section-matchup .section__body .sia-team-leaders .sia_teamLeaders a,
    .section-matchup .section__body .sia-betting-action .sia_teamLeaders a {
      color: #607596;
      text-decoration: none;
      font-weight: 500; }
      .section-matchup .section__body .sia-standings .sia_teamLeaders a:hover,
      .section-matchup .section__body .table-rankings .sia_teamLeaders a:hover,
      .section-matchup .section__body .sia-line-history .sia_teamLeaders a:hover,
      .section-matchup .section__body .sia-line-history-graph .sia_teamLeaders a:hover,
      .section-matchup .section__body .sia-team-leaders .sia_teamLeaders a:hover,
      .section-matchup .section__body .sia-betting-action .sia_teamLeaders a:hover {
        color: #e67300;
        text-decoration: underline; }
    .section-matchup .section__body .sia-standings .sia_atsStandingsTable .sia_atsStandingsTable__table a,
    .section-matchup .section__body .table-rankings .sia_atsStandingsTable .sia_atsStandingsTable__table a,
    .section-matchup .section__body .sia-line-history .sia_atsStandingsTable .sia_atsStandingsTable__table a,
    .section-matchup .section__body .sia-line-history-graph .sia_atsStandingsTable .sia_atsStandingsTable__table a,
    .section-matchup .section__body .sia-team-leaders .sia_atsStandingsTable .sia_atsStandingsTable__table a,
    .section-matchup .section__body .sia-betting-action .sia_atsStandingsTable .sia_atsStandingsTable__table a {
      text-decoration: none;
      font-weight: 500; }
    .section-matchup .section__body .sia-standings .sia_atsStandingsTable .sia_teamPortalLink,
    .section-matchup .section__body .table-rankings .sia_atsStandingsTable .sia_teamPortalLink,
    .section-matchup .section__body .sia-line-history .sia_atsStandingsTable .sia_teamPortalLink,
    .section-matchup .section__body .sia-line-history-graph .sia_atsStandingsTable .sia_teamPortalLink,
    .section-matchup .section__body .sia-team-leaders .sia_atsStandingsTable .sia_teamPortalLink,
    .section-matchup .section__body .sia-betting-action .sia_atsStandingsTable .sia_teamPortalLink {
      font-weight: 500; }
    .section-matchup .section__body .sia-standings .sia_atsStandingsTable .sia_table__td,
    .section-matchup .section__body .sia-standings .sia_atsStandingsTable .sia_table__th,
    .section-matchup .section__body .table-rankings .sia_atsStandingsTable .sia_table__td,
    .section-matchup .section__body .table-rankings .sia_atsStandingsTable .sia_table__th,
    .section-matchup .section__body .sia-line-history .sia_atsStandingsTable .sia_table__td,
    .section-matchup .section__body .sia-line-history .sia_atsStandingsTable .sia_table__th,
    .section-matchup .section__body .sia-line-history-graph .sia_atsStandingsTable .sia_table__td,
    .section-matchup .section__body .sia-line-history-graph .sia_atsStandingsTable .sia_table__th,
    .section-matchup .section__body .sia-team-leaders .sia_atsStandingsTable .sia_table__td,
    .section-matchup .section__body .sia-team-leaders .sia_atsStandingsTable .sia_table__th,
    .section-matchup .section__body .sia-betting-action .sia_atsStandingsTable .sia_table__td,
    .section-matchup .section__body .sia-betting-action .sia_atsStandingsTable .sia_table__th {
      padding: 0 12px 0 0; }
    .section-matchup .section__body .sia-standings .sia_atsStandingsTable .sia_table__th:first-child,
    .section-matchup .section__body .table-rankings .sia_atsStandingsTable .sia_table__th:first-child,
    .section-matchup .section__body .sia-line-history .sia_atsStandingsTable .sia_table__th:first-child,
    .section-matchup .section__body .sia-line-history-graph .sia_atsStandingsTable .sia_table__th:first-child,
    .section-matchup .section__body .sia-team-leaders .sia_atsStandingsTable .sia_table__th:first-child,
    .section-matchup .section__body .sia-betting-action .sia_atsStandingsTable .sia_table__th:first-child {
      padding-left: 0; }
  .section-matchup .section__body .sia_tabs_ul {
    margin: 0; }
  .section-matchup .section__body .sia_injuries {
    margin-bottom: 20px; }
    .section-matchup .section__body .sia_injuries .sia_table__title {
      padding: 0;
      font-size: 18px; }
    .section-matchup .section__body .sia_injuries .sia_table__th:last-child {
      text-align: center; }
    .section-matchup .section__body .sia_injuries .sia_table__td {
      font-size: 14px;
      padding: 0; }
    .section-matchup .section__body .sia_injuries .sia_injuries__player a {
      text-decoration: none;
      font-weight: 500;
      color: #607596; }
      .section-matchup .section__body .sia_injuries .sia_injuries__player a:hover {
        color: #e67300;
        text-decoration: underline; }
    .section-matchup .section__body .sia_injuries .sia_injuries__playerNotes p {
      line-height: 20px;
      white-space: normal; }
  .section-matchup .section__body .sia_weather .sia_weather__title {
    font-size: 18px;
    padding: 0; }
  .section-matchup .section__body .sia_weather .sia_weather__table table {
    width: auto; }
  .section-matchup .section__body .sia-betting-action .sia_table__title {
    margin: 0 0 20px; }
  .section-matchup .section__body .sia-betting-action .sia_table__table:first-child {
    margin-bottom: 20px; }
  .section-matchup .section__body .sia-betting-action .sia_table__subText {
    margin-bottom: 5px; }
  .section-matchup .section__body .sia-betting-action .sia_scoresWidget__td {
    padding: 0 15px; }
  .section-matchup .section__body .sia-betting-action .sia_scoreStatus {
    max-width: none; }
  .section-matchup .section__body .sia-odds-analysis .sia_table__title {
    padding: 0;
    font-size: 18px; }
  .section-matchup .section__body .sia-odds-analysis .sia_table__subTitle {
    padding: 0;
    font-size: 14px; }
  .section-matchup .section__head {
    font-size: 13px;
    line-height: 1.38;
    letter-spacing: .03em;
    padding: 0 20px;
    zoom: 1; }
    .section-matchup .section__head::before, .section-matchup .section__head::after {
      display: table;
      content: ''; }
    .section-matchup .section__head::after {
      clear: both; }
    .section-matchup .section__head h3 {
      font-size: 18px;
      letter-spacing: .03em;
      margin-top: 0;
      margin-bottom: 20px; }
    .section-matchup .section__head h2 {
      font-size: 21px;
      margin-bottom: 20px; }
    .section-matchup .section__head h1 {
      font-size: 24px;
      margin: 0 0 8px;
      color: #000; }
      .section-matchup .section__head h1 > span {
        margin-right: 15px; }
      .section-matchup .section__head h1 .btn {
        display: inline-block;
        vertical-align: middle;
        text-decoration: none;
        white-space: nowrap;
        margin: 0 15px 0 0;
        padding-top: 0;
        text-align: center; }
    .section-matchup .section__head h5 {
      font-size: 13px;
      font-weight: 300;
      letter-spacing: .03em;
      text-transform: uppercase;
      color: #636363;
      margin-top: 0;
      float: left; }
  .section-matchup > .section__head {
    width: 100%;
    padding: 0; }
  .section-matchup .section__group-inner {
    margin-bottom: 40px; }
    .section-matchup .section__group-inner .title {
      margin-bottom: 20px; }
  .section-matchup .section__group-actions--alt {
    margin-top: 0;
    padding-top: 20px; }
  .section-matchup .section__group--ordered {
    display: flex;
    flex-flow: row wrap; }
    .section-matchup .section__group--ordered > * {
      flex: 0 0 100%;
      max-width: 100%; }
  .section-matchup .section__actions {
    margin: 30px 0 10px;
    text-align: center; }
    .section-matchup .section__actions a {
      text-decoration: none; }
  .section-matchup .section__tabs {
    margin-bottom: 63px; }
    .section-matchup .section__tabs img {
      display: block;
      height: auto;
      width: 100%; }
    .section-matchup .section__tabs .tabs__nav {
      margin-bottom: 57px; }
  .section-matchup .sia-banner .sia-banner {
    margin: 0 0 20px; }
  .section-matchup .sia-banner p:first-of-type {
    margin-bottom: 20px; }
  .section-matchup .sia-matchup-odds p,
  .section-matchup .sia-betting-action p {
    margin-bottom: 20px; }
  .section-matchup .sia-matchup-odds .table-firstcol-fixed {
    position: static; }
  .section-matchup .sia-line-history strong {
    display: inline-block; }
  .section-matchup .sia-line-history p {
    margin-left: 20px; }
  .section-matchup .sia-news {
    display: block; }
    .section-matchup .sia-news .section__head {
      padding: 0; }
    .section-matchup .sia-news h2 {
      display: block;
      margin-bottom: 20px; }
      .section-matchup .sia-news h2 img {
        vertical-align: middle;
        margin-right: 15px; }
    .section-matchup .sia-news p {
      font-size: 14px;
      font-weight: normal;
      color: #636363; }
    .section-matchup .sia-news small {
      font-size: 12px;
      color: #191919;
      font-weight: 600; }
    .section-matchup .sia-news .feed__aside {
      border: 0;
      margin-right: 15px;
      width: 85px;
      height: 85px;
      background: url("images/icons/ico-twitter@2x.png") 100% 100%;
      flex: 0 0 85px; }
    .section-matchup .sia-news .feed__content {
      padding: 0; }
    .section-matchup .sia-news .section__group-inner {
      margin-bottom: 10px; }
    .section-matchup .sia-news .news-item-alt h4 {
      padding: 0;
      font-size: 16px;
      background-color: inherit; }
  .section-matchup .sia-editorial-preview {
    background: transparent;
    margin: 0 0 20px; }
    .section-matchup .sia-editorial-preview figure {
      margin: 0; }
    .section-matchup .sia-editorial-preview img {
      width: 100%; }
    .section-matchup .sia-editorial-preview .news-item:hover img {
      mix-blend-mode: luminosity; }
    .section-matchup .sia-editorial-preview .news-item__content {
      padding: 0;
      margin-top: 20px; }
    .section-matchup .sia-editorial-preview a {
      text-decoration: none; }
    .section-matchup .sia-editorial-preview h4 {
      color: #000;
      margin: 0 0 20px; }
    .section-matchup .sia-editorial-preview p {
      font-size: 14px;
      font-weight: normal;
      color: #636363; }
    .section-matchup .sia-editorial-preview .sia_article h4 {
      background-color: initial;
      margin: 0 0 10px;
      padding: 0; }
  .section-matchup .sia-lineup-last-game .table__title {
    padding: 5px 20px;
    margin-bottom: 10px; }
    .section-matchup .sia-lineup-last-game .table__title .team-portal-link .team-logo {
      vertical-align: middle;
      margin-right: 15px; }
    .section-matchup .sia-lineup-last-game .table__title .team-portal-link span {
      display: inline-block; }
  .section-matchup .sia-lineup-last-game .row {
    display: flex; }
    .section-matchup .sia-lineup-last-game .row .table--meetings .table__title {
      width: auto;
      padding: 10px 20px;
      margin: 0; }
      .section-matchup .sia-lineup-last-game .row .table--meetings .table__title .table__title-size-1 {
        width: auto;
        color: #8f8f8f;
        border-bottom: 2px solid #e6e6e6;
        font-weight: 600;
        padding-left: 0; }
    .section-matchup .sia-lineup-last-game .row .table--meetings table {
      padding: 0 20px;
      text-transform: capitalize; }
      .section-matchup .sia-lineup-last-game .row .table--meetings table th {
        text-align: left;
        color: #8f8f8f;
        font-weight: 600;
        font-size: 14px; }
      .section-matchup .sia-lineup-last-game .row .table--meetings table td {
        padding: 0; }

@media (max-width: 449px) {
  .section-matchup {
    padding: 0; }
    .section-matchup > .section__head,
    .section-matchup .sia-editorial-preview .news-item__content {
      padding: 0 10px; }
    .section-matchup > .section__head h5 {
      margin-top: 10px; }
    .section-matchup > .section__head h1 > span {
      display: block;
      margin-bottom: 10px; }
    .section-matchup .sia-team-leaders,
    .section-matchup .sia-injuries {
      background-color: #f6f6f6;
      margin-bottom: 20px; }
    .section-matchup .sia-team-leaders .sia_table__singleTeam {
      margin-top: 16px; }
    .section-matchup .sia-news {
      padding: 10px;
      margin-bottom: 20px; }
      .section-matchup .sia-news .row {
        margin-bottom: 20px; }
      .section-matchup .sia-news .news-item__content {
        padding: 0 5px 0 0; }
    .section-matchup .news-item-alt h4 {
      white-space: normal; }
    .section-matchup .sia-editorial-preview .news-item .news-item__image {
      height: auto; }
    .section-matchup .sia_article .sia_article__info {
      padding: 10px; }
  .sia-lineup-last-game .row {
    flex-direction: column; } }

@media (min-width: 449px) and (max-width: 1025px) {
  .section-matchup .container {
    width: 100%; }
  .section-matchup .sia-team-rankings .sia_table__td {
    padding: 0; }
  .section-matchup .section__head h1 {
    margin-bottom: 17px;
    float: left; }
  .section-matchup .section__head h5 {
    font-size: 14px; }
  .section-matchup .section__tabs {
    padding-top: 10px; }
    .section-matchup .section__tabs .container {
      display: flex; }
      .section-matchup .section__tabs .container .tabs__nav {
        flex: 0 0 88px;
        font-size: 14px;
        line-height: 1; }
        .section-matchup .section__tabs .container .tabs__nav ul {
          display: block; }
        .section-matchup .section__tabs .container .tabs__nav li + li {
          margin: 16px 0 0; }
        .section-matchup .section__tabs .container .tabs__nav a {
          display: inline-block;
          padding-bottom: 2px; }
      .section-matchup .section__tabs .container .tabs__container {
        flex: 0 1 100%; } }

@media (min-width: 1025px) {
  .matchup-page {
    /* Widget containers */ }
    .matchup-page [class^='col'] .container {
      padding: 0; }
    .matchup-page .site-main .container .row {
      justify-content: space-between;
      display: flex;
      flex-flow: row wrap;
      align-items: flex-start;
      flex-shrink: 0;
      flex-grow: 1; }
      .matchup-page .site-main .container .row div, .matchup-page .site-main .container .row .section__group:not(.sia-news), .matchup-page .site-main .container .row .table-rankings {
        flex: 1;
        min-width: calc(50% - 20px);
        -webkit-box-flex: 1;
        -ms-flex: 1;
        max-width: 100%; }
    .matchup-page .site-main .container .sia_teamLeaders .sia_table__singleTeam {
      display: none; }
    .matchup-page .section__head h2 span {
      display: inline-block;
      margin: 0 9px 0 8px;
      position: relative;
      top: -3px;
      vertical-align: middle; }
    .matchup-page .section__head h5 {
      font-size: 14px;
      line-height: 1.2;
      text-align: right;
      float: right; }
    .matchup-page > .section__head .container {
      display: flex;
      flex-flow: row wrap;
      justify-content: space-between; }
      .matchup-page > .section__head .container::before, .matchup-page > .section__head .container::after {
        display: none; }
    .matchup-page > .section__body .container {
      padding: 0; }
    .matchup-page .section__col {
      margin-top: 1px; }
    .matchup-page .section__group--ordered {
      display: block; }
    .matchup-page .section__tabs {
      margin: -32px 0 29px;
      padding: 0; }
    .matchup-page .sia-team-rankings {
      display: flex; }
      .matchup-page .sia-team-rankings .sia_teamRankings:first-child {
        margin-right: 20px; }
    .matchup-page .sia-team-leaders {
      margin-bottom: 20px; }
      .matchup-page .sia-team-leaders a {
        text-decoration: none; }
        .matchup-page .sia-team-leaders a:hover {
          color: #e67300;
          text-decoration: underline; }
    .matchup-page .sia-matchup-odds table {
      min-width: 0; }
    .matchup-page .sia-news .row {
      display: flex; }
      .matchup-page .sia-news .row > div {
        flex-grow: 1;
        flex-basis: 0;
        max-width: 50%; }
        .matchup-page .sia-news .row > div:first-child {
          margin-right: 20px; }
        .matchup-page .sia-news .row > div .news-item__content {
          overflow: hidden; } }

/* Styles for the main part and container, remove it after gather all code */
/* ------------------------------------------------------------ *\
	News Item
\* ------------------------------------------------------------ */
.news__head {
  padding-right: -8px; }

.news-items,
.sia-editorial-preview {
  list-style-type: none;
  padding: 0; }
  .news-items .news-item,
  .sia-editorial-preview .news-item {
    line-height: 1.5;
    font-weight: 300;
    letter-spacing: .03em;
    padding: 0 !important; }
    .news-items .news-item .news-item__image,
    .sia-editorial-preview .news-item .news-item__image {
      height: 150px;
      background: #607596;
      background-size: cover;
      background-position: center top;
      position: relative;
      overflow: hidden;
      width: 100%;
      margin: 0; }
      .news-items .news-item .news-item__image::after,
      .sia-editorial-preview .news-item .news-item__image::after {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 5px;
        background: #07153d;
        content: "";
        transform: translate3d(0, -5px, 0);
        transition: transform .35s, background-color .35s .05s;
        z-index: 2; }
      .news-items .news-item .news-item__image img,
      .sia-editorial-preview .news-item .news-item__image img {
        display: block;
        width: 100%;
        height: auto; }
    .news-items .news-item a,
    .sia-editorial-preview .news-item a {
      display: block;
      text-decoration: none;
      position: relative; }
      .news-items .news-item a span.matchup-date-overlay,
      .sia-editorial-preview .news-item a span.matchup-date-overlay {
        position: absolute;
        top: 11px;
        right: 11px;
        font-weight: bold;
        padding: 3px 10px;
        opacity: .85;
        background-color: #fff;
        color: #191919;
        font-family: "Inter UI";
        font-size: 14px;
        line-height: 24px;
        text-align: center;
        display: none; }
    .news-items .news-item .news-item__content h4,
    .sia-editorial-preview .news-item .news-item__content h4 {
      color: #191919;
      font-family: "Inter UI";
      font-size: 16px;
      font-weight: bold;
      line-height: 24px;
      margin-bottom: 5px;
      margin-top: 15px;
      background-color: inherit;
      padding: 0; }
    .news-items .news-item .news-item__content p,
    .sia-editorial-preview .news-item .news-item__content p {
      color: #636363;
      line-height: 22px;
      font-family: "Inter UI";
      font-size: 14px; }
    .news-items .news-item.with-odds .news-item__content,
    .sia-editorial-preview .news-item.with-odds .news-item__content {
      z-index: 0; }
    .news-items .news-item .sia_article .sia_article__info,
    .sia-editorial-preview .news-item .sia_article .sia_article__info {
      padding: 10px; }

.news-items .news-item__content {
  padding: 20px 10px 0; }

.news-items .news-item .news-item__image img {
  height: auto;
  width: 100%;
  min-height: 100%; }

.text-image .news-item .news-item__image {
  background-position: left top;
  margin: 0 0 15px; }

@media (max-width: 660px) {
  .text-image .news-item .news-item__image {
    height: 180px; } }

@media (min-width: 449px) and (max-width: 1025px) {
  .main .container .news-items .news-item {
    padding-left: 0 !important; }
    .main .container .news-items .news-item + .news-item {
      margin-top: 0px; }
  .news-items .news-item .news-item__image img {
    height: auto;
    width: 100%; }
  .news-items .news-item .news-item__image,
  .sia-editorial-preview .news-item .news-item__image {
    height: 240px; }
  .news-items .news-item .sia_article .sia_article__info {
    padding: 10px; } }

@media (min-width: 1025px) {
  .main .news-items {
    font-size: 14px; }
    .main .news-items .news-item {
      width: 49%;
      display: block;
      float: left; }
      .main .news-items .news-item:nth-child(odd) {
        clear: both;
        margin-right: 20px; }
      .main .news-items .news-item a .news-item__content {
        padding-left: 0; }
      .main .news-items .news-item + .news-item {
        margin-top: 0; }
      .main .news-items .news-item span.league-identifier {
        left: 0; }
      .main .news-items .news-item .sia_article .sia_article__info {
        padding: 10px; }
  .main .news-item {
    line-height: 1.78; }
  .news-item:hover .league-identifier {
    transform: translate3d(0, 0, 0); }
  .news-item:hover .news-item__image {
    background-blend-mode: luminosity; }
    .news-item:hover .news-item__image::after {
      transform: translate3d(0, 0, 0);
      background-color: #f7931d;
      color: #fff; }
  .news-item:hover .news-item__content h4 {
    color: #f7931d; }
  .news-item .news-item__image::after {
    background: #f7931d; }
  .news-item a {
    transition: opacity .3s; } }

/* ------------------------------------------------------------ *\
	News Item Alt
\* ------------------------------------------------------------ */
.news-items-alt {
  list-style-type: none;
  margin-bottom: 50px; }

.news-item-alt {
  font-size: 14px;
  line-height: 1.57;
  margin: 0 0 15px; }
  .news-item-alt h4 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #191919;
    margin: 0;
    max-width: 450px; }
  .news-item-alt a {
    display: flex;
    text-decoration: none; }
  .news-item-alt .news-item__image {
    position: relative;
    margin-right: 15px;
    height: 85px; }
    .news-item-alt .news-item__image::before {
      content: "";
      width: 100%;
      height: 5px;
      background-color: #f7931d;
      display: block;
      position: absolute;
      top: 0;
      left: 0; }
  .news-item-alt .news-item__content {
    padding: 5px 0; }
  .news-item-alt .section__group-inner {
    margin: 0; }

/* ------------------------------------------------------------ *\
    Predictions page
\* ------------------------------------------------------------ */
.predictions h1, .predictions h2, .predictions h3, .predictions h4 {
  color: #000; }

.predictions .news-items {
  display: flex;
  flex-flow: row wrap; }
  @media (min-width: 1025px) {
    .predictions .news-items .news-item {
      flex: none; }
      .predictions .news-items .news-item:nth-child(odd) {
        width: 50%; }
      .predictions .news-items .news-item:nth-child(even) {
        width: 50%;
        flex: 1; } }

.predictions .news-item {
  flex: 1;
  margin-bottom: 30px; }
  .predictions .news-item:nth-child(odd) {
    margin-right: 20px; }
  .predictions .news-item .news-item__content {
    padding: 0; }
    .predictions .news-item .news-item__content a p {
      margin-bottom: 10px; }
  .predictions .news-item .sia-score-prediction h5.prediction-label {
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    text-transform: uppercase;
    text-align: center;
    font-weight: 100;
    font-size: 11px;
    max-width: 80px; }
  .predictions .news-item .sia-score-prediction + h3 {
    display: none; }
  .predictions .news-item .news-item__image {
    margin-right: -10px;
    margin-left: -10px;
    width: calc(100% + 20px); }
    .predictions .news-item .news-item__image:after {
      height: 0; }
  .predictions .news-item .sia_article .sia_article__info {
    padding: 12px; }

@media (max-width: 1025px) {
  .predictions .news-item {
    flex-basis: 100%;
    width: 100%; }
    .predictions .news-item:nth-child(odd) {
      margin-right: 0; } }

@media (min-width: 449px) and (max-width: 1025px) {
  .predictions .news-item .news-item__image {
    overflow: hidden; } }

@media (min-width: 1025px) {
  .predictions .news-item .news-item__content a p {
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical; }
  .predictions .news-item .news-item__content a h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical; }
  .predictions .news-item .news-item__image {
    margin-left: 0;
    margin-right: 0;
    width: 100%; } }

.scores .font-weight-700 {
  font-weight: 700; }

.scores .font-size-12 {
  font-size: 12px; }

.scores .cs-select {
  padding: 0 !important; }
  .scores .cs-selectspan {
    padding: 13px 12px 6px 12px; }

.scores .cs-skin-no-border span {
  border: 0px !important; }

.scores h1 {
  font-size: 24px;
  line-height: 24px;
  padding: 0 20px; }

.scores h5 {
  color: #191919;
  display: inline-block;
  margin: 10px 0;
  text-transform: uppercase;
  margin-left: 10px; }
  .scores h5.time {
    font-weight: 300;
    margin-left: 0; }

.scores .sia_scoresWidget {
  flex: 5; }
  .scores .sia_scoresWidget .sia_scoresWidget__teamScores {
    max-width: 120px; }

.scores .sia_statsWidget {
  display: none;
  margin-left: 30px; }

.scores__dates {
  display: block;
  width: 100%;
  padding: 0; }
  .scores__dates .dates-container {
    width: 70%;
    overflow: hidden;
    max-width: 520px;
    display: inline-block; }
    .scores__dates .dates-container .dates-carousel {
      padding: 0 15px; }
      .scores__dates .dates-container .dates-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        transform: translate3d(0, 0, 0); }
        .scores__dates .dates-container .dates-carousel .owl-stage-outer ul {
          justify-content: center;
          margin: 0;
          display: flex;
          font-size: 16px;
          font-weight: 600;
          letter-spacing: .03em;
          color: #636363;
          text-align: center;
          text-transform: uppercase;
          list-style-type: none; }
          .scores__dates .dates-container .dates-carousel .owl-stage-outer ul .owl-item {
            float: left;
            list-style: none;
            line-height: 30px;
            min-height: 46px;
            margin: 0 15px;
            min-width: 65px; }
            .scores__dates .dates-container .dates-carousel .owl-stage-outer ul .owl-item a {
              text-decoration: none; }
              .scores__dates .dates-container .dates-carousel .owl-stage-outer ul .owl-item a strong {
                line-height: .8;
                padding-top: 8px;
                display: block;
                margin-bottom: 0; }
            .scores__dates .dates-container .dates-carousel .owl-stage-outer ul .owl-item .game {
              padding: 0;
              color: #8f8f8f; }
            .scores__dates .dates-container .dates-carousel .owl-stage-outer ul .owl-item .non-game {
              color: #e6e6e6;
              pointer-events: none; }
            .scores__dates .dates-container .dates-carousel .owl-stage-outer ul .owl-item .chosen {
              border-bottom: 2px solid #e67300;
              color: #191919; }
  .scores__dates #datepicker {
    position: absolute;
    right: 0;
    z-index: 3; }
  .scores__dates .owl-nav {
    display: block; }
  .scores__dates .select {
    padding-left: 20px;
    max-width: 350px;
    margin: 0 20px 20px 0; }
    .scores__dates .select select {
      color: #191919;
      border-bottom: 2px solid #191919;
      display: block;
      width: 100%;
      border-radius: 0;
      font-weight: 700;
      background: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      letter-spacing: 0;
      padding-right: 22px;
      height: 30px;
      font-size: 14px;
      text-transform: uppercase;
      max-width: 350px; }
    .scores__dates .select:before {
      content: '';
      position: absolute;
      width: 10px;
      height: 10px;
      top: 50%;
      right: 3px;
      margin-top: -8px;
      border-top: 2px solid #191919;
      border-right: 2px solid #191919;
      transform: rotate(135deg);
      pointer-events: none; }

.scores__body {
  position: relative; }
  .scores__body .scores__aside {
    z-index: 1;
    display: inline-block;
    position: absolute;
    left: 0;
    width: 200px;
    background-color: #fbfbfb; }
    .scores__body .scores__aside .scores__dash {
      position: absolute;
      width: 5px;
      height: 90px;
      top: 0;
      left: 0; }
      .scores__body .scores__aside .scores__dash:first-child {
        top: 39px; }
      .scores__body .scores__aside .scores__dash img {
        width: 30px;
        min-height: 30px;
        max-height: 30px;
        transform: translate(5px, 30px);
        margin-left: 16px; }
    .scores__body .scores__aside .scores__dash--primary {
      top: auto;
      bottom: 0; }
    .scores__body .scores__aside .scores__teams {
      height: 180px; }
      .scores__body .scores__aside .scores__teams .scores__team {
        padding: 29px 0 20px 70px;
        background-color: #f6f6f6; }
        .scores__body .scores__aside .scores__teams .scores__team h3 {
          font-size: 14px;
          font-weight: 600;
          text-transform: uppercase;
          margin-bottom: 0;
          padding: 0;
          max-width: 80%;
          line-height: 22px;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis; }
        .scores__body .scores__aside .scores__teams .scores__team ul {
          font-size: 12px;
          letter-spacing: .03em;
          list-style-type: none;
          margin-bottom: 0;
          white-space: nowrap;
          color: #e67300; }
          .scores__body .scores__aside .scores__teams .scores__team ul li {
            display: inline-block; }
            .scores__body .scores__aside .scores__teams .scores__team ul li:first-child {
              margin-right: 5px; }
            .scores__body .scores__aside .scores__teams .scores__team ul li:not(:first-child) {
              color: #636363; }
        .scores__body .scores__aside .scores__teams .scores__team.scores__team--primary {
          background-color: #e6e6e6; }
          .scores__body .scores__aside .scores__teams .scores__team.scores__team--primary h3:before {
            content: 'AT';
            padding-left: 5px;
            font-size: 12px;
            color: #8f8f8f;
            text-transform: uppercase;
            float: right;
            line-height: 22px; }
  .scores__body .scores__body-inner {
    display: flex;
    width: 100%; }
    .scores__body .scores__body-inner .scores__content {
      width: 100%; }
    .scores__body .scores__body-inner .scores__inner {
      flex: 0 0 340px; }
      .scores__body .scores__body-inner .scores__inner .scores__table::after,
      .scores__body .scores__body-inner .scores__inner .table-scores::after {
        position: absolute;
        top: 0;
        right: 0;
        width: 100px;
        height: 100%;
        background: linear-gradient(to right, rgba(246, 246, 246, 0), rgba(246, 246, 246, 0.8));
        content: '';
        pointer-events: none; }
      .scores__body .scores__body-inner .scores__inner .scores__table table,
      .scores__body .scores__body-inner .scores__inner .table-scores table {
        border-spacing: 0; }
        .scores__body .scores__body-inner .scores__inner .scores__table table tbody,
        .scores__body .scores__body-inner .scores__inner .table-scores table tbody {
          background-color: #f6f6f6;
          margin-left: -2px; }
          .scores__body .scores__body-inner .scores__inner .scores__table table tbody tr:nth-child(1),
          .scores__body .scores__body-inner .scores__inner .table-scores table tbody tr:nth-child(1) {
            background-color: #e6e6e6; }
        .scores__body .scores__body-inner .scores__inner .scores__table table th,
        .scores__body .scores__body-inner .scores__inner .scores__table table td,
        .scores__body .scores__body-inner .scores__inner .table-scores table th,
        .scores__body .scores__body-inner .scores__inner .table-scores table td {
          text-align: center;
          font-size: 14px; }
          .scores__body .scores__body-inner .scores__inner .scores__table table th:nth-child(1),
          .scores__body .scores__body-inner .scores__inner .scores__table table td:nth-child(1),
          .scores__body .scores__body-inner .scores__inner .table-scores table th:nth-child(1),
          .scores__body .scores__body-inner .scores__inner .table-scores table td:nth-child(1) {
            width: 24%; }
          .scores__body .scores__body-inner .scores__inner .scores__table table th:nth-child(2),
          .scores__body .scores__body-inner .scores__inner .scores__table table td:nth-child(2),
          .scores__body .scores__body-inner .scores__inner .table-scores table th:nth-child(2),
          .scores__body .scores__body-inner .scores__inner .table-scores table td:nth-child(2) {
            width: 43%; }
          .scores__body .scores__body-inner .scores__inner .scores__table table th:nth-child(3),
          .scores__body .scores__body-inner .scores__inner .scores__table table td:nth-child(3),
          .scores__body .scores__body-inner .scores__inner .table-scores table th:nth-child(3),
          .scores__body .scores__body-inner .scores__inner .table-scores table td:nth-child(3) {
            width: 33%; }
        .scores__body .scores__body-inner .scores__inner .scores__table table th,
        .scores__body .scores__body-inner .scores__inner .table-scores table th {
          padding: 10px;
          font-size: 12px;
          font-weight: 400;
          letter-spacing: .03em;
          color: #636363;
          text-transform: uppercase;
          white-space: nowrap; }
        .scores__body .scores__body-inner .scores__inner .scores__table table td,
        .scores__body .scores__body-inner .scores__inner .table-scores table td {
          height: 88px; }
      .scores__body .scores__body-inner .scores__inner .table-scores table th,
      .scores__body .scores__body-inner .scores__inner .table-scores table td {
        width: 20%; }
        .scores__body .scores__body-inner .scores__inner .table-scores table th:nth-child(1), .scores__body .scores__body-inner .scores__inner .table-scores table th:nth-child(2), .scores__body .scores__body-inner .scores__inner .table-scores table th:nth-child(3),
        .scores__body .scores__body-inner .scores__inner .table-scores table td:nth-child(1),
        .scores__body .scores__body-inner .scores__inner .table-scores table td:nth-child(2),
        .scores__body .scores__body-inner .scores__inner .table-scores table td:nth-child(3) {
          width: 20%; }
        .scores__body .scores__body-inner .scores__inner .table-scores table th.highlighted,
        .scores__body .scores__body-inner .scores__inner .table-scores table td.highlighted {
          font-weight: 600; }
      .scores__body .scores__body-inner .scores__inner .scores__statistics aside {
        display: none; }
      .scores__body .scores__body-inner .scores__inner .scores__statistics li {
        padding: 33px 20px; }
        .scores__body .scores__body-inner .scores__inner .scores__statistics li span {
          display: block;
          height: 4px;
          padding-left: 2px;
          font-size: 14px;
          line-height: 25px;
          font-weight: 700;
          text-align: right;
          position: relative;
          margin: 10px 0;
          max-width: 80px; }
          .scores__body .scores__body-inner .scores__inner .scores__statistics li span span.numeral {
            height: 0;
            max-width: 20px; }
            .scores__body .scores__body-inner .scores__inner .scores__statistics li span span.numeral:before {
              content: attr(data-percentage);
              position: absolute;
              left: auto;
              right: 0;
              top: -10px;
              font-size: 18px;
              color: #8f8f8f; }
          .scores__body .scores__body-inner .scores__inner .scores__statistics li span span.visual {
            background-color: #8f8f8f;
            margin-left: 30px; }
          .scores__body .scores__body-inner .scores__inner .scores__statistics li span.favored span.numeral:before {
            color: #e67300; }
          .scores__body .scores__body-inner .scores__inner .scores__statistics li span.favored span.visual {
            background-color: #e67300; }
  .scores__body .scores__actions {
    position: absolute;
    bottom: -40px;
    width: 210px;
    left: calc(100vw - 210px);
    text-align: right; }
    .scores__body .scores__actions a {
      text-decoration: none;
      display: inline-block; }
      .scores__body .scores__actions a.btn {
        min-width: 90px;
        padding: 0;
        text-align: center;
        margin-right: 10px;
        margin-left: 0; }

.scores__head {
  position: relative;
  display: block;
  color: #191919; }
  .scores__head .scores__head-content {
    margin: 15px 0; }
    .scores__head .scores__head-content h1 {
      color: #191919; }
  .scores__head .scores__head-aside {
    padding: 0 16px 20px; }
    .scores__head .scores__head-aside .select {
      display: inline-block;
      width: 40%;
      padding: 0;
      padding-left: 20px;
      max-width: 185px; }
      .scores__head .scores__head-aside .select:before {
        content: '';
        position: absolute;
        width: 10px;
        height: 10px;
        top: 50%;
        right: 3px;
        margin-top: -8px;
        border-top: 2px solid #191919;
        border-right: 2px solid #191919;
        transform: rotate(135deg);
        pointer-events: none; }
      .scores__head .scores__head-aside .select select {
        color: #191919;
        border-bottom: 2px solid #191919;
        display: block;
        width: 100%;
        border-radius: 0;
        font-weight: 700;
        background: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        letter-spacing: 0;
        padding-right: 22px;
        height: 30px;
        font-size: 14px;
        text-transform: uppercase; }
        .scores__head .scores__head-aside .select select:focus {
          outline: 0; }
    .scores__head .scores__head-aside .scores__sections {
      padding: 0 20px 10px; }
      .scores__head .scores__head-aside .scores__sections .tabs {
        display: inline-block; }
        .scores__head .scores__head-aside .scores__sections .tabs .select {
          width: 100%; }
          .scores__head .scores__head-aside .scores__sections .tabs .select select {
            width: 100%; }
    .scores__head .scores__head-aside .scores__filters {
      margin-bottom: 15px; }

.scores__head + p {
  margin: 0 10px; }

@media (min-width: 449px) and (max-width: 1025px) {
  .scores h5.date {
    margin-left: 0; }
  .scores__head .scores__head-aside .select:first-child {
    padding-left: 10px; }
  .scores__head .scores__head-aside .scores__filters,
  .scores__head .scores__head-aside .scores__sections {
    display: inline-block;
    width: 60%; }
  .scores__head .scores__head-aside .scores__filters {
    margin-bottom: 8px; }
  .scores__head .scores__head-aside .scores__sections {
    text-align: right;
    width: 38%;
    padding: 0; }
  .scores__head .scores__head-aside .scores__filters {
    width: 60%; }
  .scores__head .scores__dates .dates-container .dates-carousel {
    padding: 0 30px; }
    .scores__head .scores__dates .dates-container .dates-carousel .owl-stage-outer ul .owl-item {
      max-width: 70px;
      margin: 0 18px; }
  .scores__head .scores__dates #datepicker {
    left: 290px;
    top: 130px; }
  .scores__head .scores__head-content {
    margin: 0; }
  .scores__body {
    margin: 0 20px 45px; }
    .scores__body .scores__aside {
      width: 270px; }
      .scores__body .scores__aside .scores__team ul li.hidden-sm {
        display: none; }
    .scores__body .scores__body-inner .scores__content {
      flex: 4;
      width: 100%; }
      .scores__body .scores__body-inner .scores__content .scores__inner .scores__statistics li span.numeral:before {
        right: auto;
        left: 20px; }
      .scores__body .scores__body-inner .scores__content .scores__inner .scores__statistics li span.visual {
        display: none; }
      .scores__body .scores__body-inner .scores__content .scores__inner .scores__table table {
        width: 100%; }
        .scores__body .scores__body-inner .scores__content .scores__inner .scores__table table td {
          font-size: 16px; }
      .scores__body .scores__body-inner .scores__content .scores__inner .table-scores table {
        width: 100%; }
      .scores__body .scores__body-inner .scores__content .scores__inner .scores__table::after,
      .scores__body .scores__body-inner .scores__content .scores__inner .table-scores::after {
        height: 0;
        width: 0; }
      .scores__body .scores__body-inner .scores__content .table__fixed {
        display: inline-block;
        float: left; }
        .scores__body .scores__body-inner .scores__content .table__fixed table {
          width: 100%; }
      .scores__body .scores__body-inner .scores__content h6 {
        padding: 10px 0;
        font-size: 12px;
        font-weight: 400;
        letter-spacing: .03em;
        color: #636363;
        text-transform: uppercase;
        white-space: nowrap;
        margin: 0;
        width: 25%;
        display: inline-block;
        float: right;
        text-align: center; }
      .scores__body .scores__body-inner .scores__content ul {
        width: 25%;
        display: inline-block;
        list-style: none;
        background-color: #f6f6f6;
        margin-left: -.5px; }
        .scores__body .scores__body-inner .scores__content ul li {
          padding: 33px 5px;
          font-size: 15px;
          text-align: center; }
          .scores__body .scores__body-inner .scores__content ul li:first-child {
            background-color: #e6e6e6; }
    .scores__body .scores__actions {
      bottom: -60px;
      left: calc(100vw - 267px); }
      .scores__body .scores__actions a.btn:last-child {
        margin-right: 0; } }

@media (min-width: 449px) and (max-width: 667px) {
  .scores .scores__head .scores__head-aside .scores__sections {
    /* display: inline-block;*/
    width: 100%;
    /*padding: 0 10px;*/
    /*text-align: left;*/ }
  .scores .scores__head .scores__head-aside .scores__filters {
    width: 100%; } }

@media only screen and (min-width: 667px) {
  .scores .scores__body .scores__body-inner .scores__content .table__fixed {
    width: 75%; } }

@media (min-width: 1025px) {
  .scores h1 {
    margin-bottom: 10px;
    padding-left: 0; }
  .scores h5 {
    text-transform: uppercase; }
  .scores h6 {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .03em;
    margin: 30px 0 18px;
    text-align: left;
    text-transform: uppercase; }
  .scores .sia_statsWidget {
    display: flex; }
  .scores__body {
    position: relative;
    margin: 0 0 20px; }
    .scores__body .scores__aside {
      width: 250px;
      padding: 0;
      top: 0; }
      .scores__body .scores__aside .scores__teams .scores__team {
        padding-top: 23px; }
        .scores__body .scores__aside .scores__teams .scores__team h3 {
          font-size: 18px;
          line-height: 28px; }
        .scores__body .scores__aside .scores__teams .scores__team:first-child:before {
          right: calc(100% - 180px);
          margin-top: 4px; }
        .scores__body .scores__aside .scores__teams .scores__team.scores__team--primary h3:before {
          line-height: 28px; }
    .scores__body .scores__body-inner {
      overflow-x: auto;
      overflow-y: hidden; }
      .scores__body .scores__body-inner .scores__content {
        width: 100%; }
        .scores__body .scores__body-inner .scores__content h6 {
          font-size: 14px;
          font-weight: 600;
          letter-spacing: .03em;
          margin: 30px 0 18px;
          text-align: left;
          text-transform: uppercase; }
        .scores__body .scores__body-inner .scores__content .sia_statsWidget {
          display: flex;
          justify-content: flex-end; }
        .scores__body .scores__body-inner .scores__content .scores__inner .scores__table .table__fixed {
          width: 70%; }
        .scores__body .scores__body-inner .scores__content .scores__inner .scores__table table td {
          font-size: 18px; }
        .scores__body .scores__body-inner .scores__content .scores__inner .scores__statistics {
          width: 30%; }
          .scores__body .scores__body-inner .scores__content .scores__inner .scores__statistics li {
            box-sizing: border-box;
            height: 90px;
            padding: 33px 10px 33px 20px; }
            .scores__body .scores__body-inner .scores__content .scores__inner .scores__statistics li > span {
              margin: 0;
              padding: 10px 0 10px 45px;
              position: relative; }
            .scores__body .scores__body-inner .scores__content .scores__inner .scores__statistics li span {
              max-width: none; }
              .scores__body .scores__body-inner .scores__content .scores__inner .scores__statistics li span.numeral {
                position: absolute;
                left: 15px;
                top: 0; }
                .scores__body .scores__body-inner .scores__content .scores__inner .scores__statistics li span.numeral:before {
                  right: 0;
                  left: auto; }
              .scores__body .scores__body-inner .scores__content .scores__inner .scores__statistics li span.visual {
                margin: 0;
                display: block; }
        .scores__body .scores__body-inner .scores__content .scores__table-alt {
          display: inline-block;
          width: 70%; }
        .scores__body .scores__body-inner .scores__content .scores__table-alt {
          width: 28%;
          float: right;
          margin-left: -1px; }
          .scores__body .scores__body-inner .scores__content .scores__table-alt .table-primary {
            color: #191919; }
            .scores__body .scores__body-inner .scores__content .scores__table-alt .table-primary .table__fixed {
              width: 100%;
              font-size: 12px;
              text-transform: uppercase;
              border-collapse: collapse;
              max-width: 330px; }
              .scores__body .scores__body-inner .scores__content .scores__table-alt .table-primary .table__fixed table {
                border-collapse: collapse;
                overflow: hidden; }
                .scores__body .scores__body-inner .scores__content .scores__table-alt .table-primary .table__fixed table thead {
                  line-height: 32px;
                  padding: 15px 0; }
                  .scores__body .scores__body-inner .scores__content .scores__table-alt .table-primary .table__fixed table thead tr {
                    height: 39px; }
                    .scores__body .scores__body-inner .scores__content .scores__table-alt .table-primary .table__fixed table thead tr th {
                      line-height: 16px;
                      font-size: 12px;
                      color: #191919;
                      position: relative;
                      text-align: left;
                      min-width: 70px; }
                      .scores__body .scores__body-inner .scores__content .scores__table-alt .table-primary .table__fixed table thead tr th a {
                        text-decoration: none; }
                      .scores__body .scores__body-inner .scores__content .scores__table-alt .table-primary .table__fixed table thead tr th:first-child {
                        text-align: right;
                        visibility: hidden; }
                      .scores__body .scores__body-inner .scores__content .scores__table-alt .table-primary .table__fixed table thead tr th span {
                        display: block;
                        height: 5px;
                        bottom: 0;
                        vertical-align: bottom;
                        position: absolute;
                        width: 100%; }
                        .scores__body .scores__body-inner .scores__content .scores__table-alt .table-primary .table__fixed table thead tr th span img {
                          margin-left: 10px;
                          margin-top: -30px;
                          vertical-align: top; }
                      .scores__body .scores__body-inner .scores__content .scores__table-alt .table-primary .table__fixed table thead tr th p {
                        margin-left: 46px; }
                .scores__body .scores__body-inner .scores__content .scores__table-alt .table-primary .table__fixed table tbody tr td {
                  text-align: center;
                  border-spacing: 0;
                  height: 24px;
                  font-weight: 500;
                  min-width: 70px;
                  font-size: 12px; }
                  .scores__body .scores__body-inner .scores__content .scores__table-alt .table-primary .table__fixed table tbody tr td:nth-child(2) {
                    background-color: #f6f6f6; }
                  .scores__body .scores__body-inner .scores__content .scores__table-alt .table-primary .table__fixed table tbody tr td:nth-child(3) {
                    background-color: #e6e6e6; }
                  .scores__body .scores__body-inner .scores__content .scores__table-alt .table-primary .table__fixed table tbody tr td:first-child {
                    text-align: right;
                    padding-right: 10px; }
    .scores__body.nfl.complete .scores__body-inner .scores__content .scores__table-alt .table-primary .table__fixed table tbody tr td, .scores__body.nhl .scores__body-inner .scores__content .scores__table-alt .table-primary .table__fixed table tbody tr td, .scores__body.nba.complete .scores__body-inner .scores__content .scores__table-alt .table-primary .table__fixed table tbody tr td, .scores__body.cfl.complete .scores__body-inner .scores__content .scores__table-alt .table-primary .table__fixed table tbody tr td {
      height: 28px; }
    .scores__body .scores__actions {
      right: -610px;
      left: auto; }
      .scores__body .scores__actions a:last-child {
        margin-right: 0; }
  /*.scores__head {
    height: 130px;

    .scores__head-aside {
      float: right;
      padding: 0 10px 20px;
      width: 30%;
      text-align: right;

      .scores__filters,
      .scores__sections {
        display: block;
        width: auto;
      }

      .scores__filters {
        padding-bottom: 20px;
      }
    }

    .scores__dates {
      width: 100%;
      margin-right: 0px;
      padding: 0;

      .dates-container {
        .dates-carousel {
          padding: 0 30px;
        }

        .select {
          padding: 0;
        }
      }
      // sass-lint:disable id-name-format
      #datepicker {
        left: 568px;
        top: 80px;
      }
      // sass-lint:enable id-name-format
      .select {
        padding-left: 0;
        margin: 22px 20px 0 0;
      }
    }

    .scores__head-content {
      width: 70%;
      display: inline-block;
      margin: 0;
    }
  }*/
  .predictions .scores__head {
    height: auto; } }

/** Calendar widget styling **/
.dates-container {
  max-width: 520px;
  overflow: hidden;
  width: 100%; }
  .dates-container li.owl-item {
    list-style: none;
    min-height: 46px; }
  .dates-container .owl-next,
  .dates-container .owl-prev {
    background-image: url("/wp-content/themes/sia-blog/images/slider-next.png");
    background-size: 100% 100%;
    content: '';
    font-size: 0;
    height: 26px;
    line-height: 0;
    margin-top: -15px;
    position: absolute;
    right: 11px;
    text-indent: -4004px;
    top: 50%;
    transform: scale(0.8);
    transition: opacity .3s;
    width: 15px;
    z-index: 5; }
    .dates-container .owl-next:hover,
    .dates-container .owl-prev:hover {
      opacity: .7; }
  .dates-container .owl-prev {
    background-image: url("/wp-content/themes/sia-blog/images/slider-prev.png");
    left: 11px; }

@media (min-width: 449px) and (max-width: 1025px) {
  .dates-container {
    width: auto; }
  .owl-carousel {
    width: auto;
    padding: 0 20px; } }

@media (min-width: 1024px) and (max-width: 1200px) {
  .scores .scores__body .scores__actions {
    right: auto;
    left: calc(60vw - 48%); }
  .scores .scores__body .scores__body-inner .scores__content .table__fixed {
    max-width: 400px; } }

@media only screen and (max-width: 448px) {
  .scores .sia_scoresWidget .sia_scoresWidget__header {
    padding: 10px 5px 10px 15px; }
  .scores .sia_scoresWidget .sia_scoresWidget__actions {
    margin-right: 20px; } }

.content-area.predictions {
  padding: 0 10px; }

.predictions .main .scores {
  min-height: 0;
  padding-top: 0; }
  .predictions .main .scores .scores__dates {
    padding: 0; }
  .predictions .main .scores .select {
    margin: 15px 0;
    padding-left: 0; }
  .predictions .main .scores .scores__head .scores__head-content {
    margin: 0; }

.predictions .main h1 {
  font-size: 24px;
  padding: 10px 0 0; }

.predictions .sia-generic-text p {
  margin-left: 0; }

.predictions .prediction-label,
.predictions .league-identifier {
  display: none; }

@media (min-width: 1025px) {
  .predictions .list-results,
  .predictions .article__outer {
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px); } }

@media (max-width: 449px) {
  .predictions .list-results,
  .predictions .article__outer {
    margin-left: 0;
    margin-right: 0;
    width: 100%; } }

.predictions .list-results {
  margin-bottom: 0;
  margin-top: 10px;
  padding: 0; }
  .predictions .list-results li {
    position: relative;
    max-width: 50%;
    flex: 0 50%;
    height: 70px;
    padding: 12px 20px;
    overflow: hidden;
    color: #9a9da2;
    min-height: 100px;
    padding-bottom: 5px;
    padding-top: 25px; }
    .predictions .list-results li:first-child {
      background-color: #1e2024; }
    .predictions .list-results li:nth-child(2) {
      background-color: #9a9da2; }
    .predictions .list-results li .team-logo {
      display: block;
      transform: translate(-70%, -35%) scale(0.4);
      left: 25%;
      position: absolute;
      top: 25%;
      z-index: 2; }
    .predictions .list-results li + li .team-logo {
      transform: translate(70%, -35%) scale(0.4);
      display: block;
      left: auto;
      right: 25%;
      position: absolute;
      top: 25%;
      z-index: 2; }
  .predictions .list-results > span {
    color: #f7931d;
    left: calc(50% - 31px);
    top: 36px; }

.predictions .list-statistics {
  min-width: 40px; }

.predictions .sia-breadcrumbs {
  padding: 0; }

.predictions .matchupBanner {
  padding-bottom: 20px; }
  .predictions .matchupBanner .matchupBanner__scorecard {
    display: none; }
  .predictions .matchupBanner .matchupBanner__betting {
    display: block; }
    .predictions .matchupBanner .matchupBanner__betting .betting__action {
      display: none; }
  .predictions .matchupBanner .matchupBanner__bettingDetails .matchupBanner__betting {
    display: none; }

.predictions .sia_article .sia_article__subTitle {
  display: none; }

.predictions .sia-banner .sia_article__info {
  padding: 12px 10px; }

@media (max-width: 768px) {
  .predictions .list-results > span {
    left: calc(50% - 50px);
    top: 5px; }
  .predictions .list-results br {
    display: none; }
  .predictions .list-results li {
    padding-right: 10px;
    padding-left: 55px; }
    .predictions .list-results li + li {
      padding-left: 10px;
      padding-right: 55px; }
  .predictions .list-statistics {
    margin-bottom: 0; } }

@media (max-width: 449px) {
  .predictions .list-results h5 {
    max-width: 95px; } }

@media (min-width: 449px) and (max-width: 1025px) {
  .predictions .matchupBanner .matchupBanner__bettingDetails .matchupBanner__bettingScore {
    padding: 0 20px; } }

@media (min-width: 1025px) {
  .predictions .list-results li,
  .predictions .list-results li + li {
    padding-left: 55px;
    padding-right: 55px; }
  .predictions .list-results,
  .predictions .article__outer {
    margin: 0 auto;
    width: 100%; }
  .predictions .matchupBanner {
    margin: 0; }
  .predictions .sia-banner .sia_article__info {
    padding: 12px 0; } }

.predictions .list-results li span {
  right: auto;
  left: -55px;
  height: 100px;
  top: -25px; }

.predictions .list-results li + li span {
  left: auto;
  right: 0;
  top: 0; }

.no-sidebar ul {
  zoom: 1; }
  .no-sidebar ul::before, .no-sidebar ul::after {
    display: table;
    content: ''; }
  .no-sidebar ul::after {
    clear: both; }

.no-sidebar h3 {
  padding: 0; }

.no-sidebar .article__head {
  margin-bottom: 0; }
  .no-sidebar .article__head h1 {
    font-size: 24px;
    margin-bottom: 15px; }
  .no-sidebar .article__head .container img.img-responsive {
    display: none; }

.no-sidebar .article__inner h4 {
  padding: 0; }

.no-sidebar .article__inner .sia_article .sia_article__title {
  font-size: 16px;
  margin: 0; }

.no-sidebar .article__inner .sia_article .sia_article__subTitle {
  margin: 0; }

.no-sidebar .article__inner .sia_article .sia_article__description {
  font-size: 13px;
  color: #636363;
  margin: 0; }

.no-sidebar .article__body p,
.no-sidebar .article__body h2,
.no-sidebar .article__body ul {
  margin: 0 10px 20px; }

.no-sidebar .article__body .tabs-default {
  padding: 0; }
  .no-sidebar .article__body .tabs-default ul {
    margin: 0; }

.no-sidebar .section-news {
  padding: 0; }

.no-sidebar ul.image-gap-small {
  margin: 0; }
  .no-sidebar ul.image-gap-small .news-item__content {
    padding-top: 0; }

@media (max-width: 449px) {
  .no-sidebar .article {
    padding: 0; }
  .no-sidebar h1,
  .no-sidebar h3 {
    padding-left: 10px; } }

@media (min-width: 449px) and (max-width: 1025px) {
  .no-sidebar .article__inner ul {
    margin: 0; }
  .no-sidebar .article__body p,
  .no-sidebar .article__body h2,
  .no-sidebar .article__body ul {
    margin: 0 0 20px; }
  .no-sidebar .article__body .tabs-default {
    padding: 0; }
    .no-sidebar .article__body .tabs-default ul {
      margin: 0; }
      .no-sidebar .article__body .tabs-default ul .league-identifier {
        left: 0; }
    .no-sidebar .article__body .tabs-default .news-items .news-item__content {
      padding: 20px 0 0; } }

/* Betting guide article page*/
.with-sidebar .article__head h1 {
  margin-bottom: 20px; }

.with-sidebar .article__head .img-responsive {
  margin-left: -20px; }

.with-sidebar h3 {
  padding-left: 0; }

@media (min-width: 449px) and (max-width: 1025px) {
  .with-sidebar .article__head .img-responsive {
    margin-left: 0;
    max-width: 100%; } }

.no-sidebar .hidden-md,
.no-sidebar .hidden-lg,
.with-sidebar .hidden-md,
.with-sidebar .hidden-lg {
  display: none; }

@media (min-width: 1025px) {
  .no-sidebar .article__body .tabs-default {
    padding: 0; }
  .no-sidebar .article__inner .container ul:last-child {
    padding: 0 0 0 20px; } }

/* ------------------------------------------------------------ *\
    CSS for teams page
\* ------------------------------------------------------------ */
/* TODO: FIX STYLELINT ISSUES  */
/* stylelint-disable max-nesting-depth, selector-max-id */
.team-portal p {
  margin: 0 0 20px; }

.team-portal .roster .border-container {
  margin-bottom: 20px; }

.team-portal .schedule__body {
  margin-top: 5px;
  padding: 20px 20px 10px;
  background: #f6f6f6;
  border: 0.5px solid #efefef; }

.team-portal .stats .container .schedule__body .stats-tabs {
  overflow: hidden;
  width: 100%;
  white-space: nowrap; }

.team-portal .team-portal-odds .sia-universal-odds .widget__head h4 {
  margin: 5px 0 10px 5px; }

.team-portal .team-portal-odds .sia-universal-odds .widget__head p {
  display: block;
  margin-top: 10px;
  letter-spacing: .04em;
  text-transform: uppercase; }

.team-portal .team-portal-odds .sia-universal-odds .odds-main {
  clear: both; }
  .team-portal .team-portal-odds .sia-universal-odds .odds-main .bet-extra {
    display: block;
    margin-left: 5px;
    padding: 0;
    letter-spacing: .04em; }
  .team-portal .team-portal-odds .sia-universal-odds .odds-main ul {
    display: flex;
    flex: 1 0 100%;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    font-size: 13px;
    -webkit-box-flex: 1; }
    .team-portal .team-portal-odds .sia-universal-odds .odds-main ul li {
      flex: auto;
      width: 35%;
      margin: 5px;
      padding: 10px;
      background-color: #e6e6e6;
      list-style: none;
      border: 1px solid transparent;
      border-radius: 5px;
      cursor: pointer;
      -webkit-box-flex: 1; }
      .team-portal .team-portal-odds .sia-universal-odds .odds-main ul li .pick-name {
        display: block;
        float: left;
        font-weight: 600;
        max-width: calc(100% - 55px); }
      .team-portal .team-portal-odds .sia-universal-odds .odds-main ul li .bet-odds,
      .team-portal .team-portal-odds .sia-universal-odds .odds-main ul li .bet-handicap {
        float: right;
        text-align: right;
        padding-left: 5px;
        color: #e67300; }
      .team-portal .team-portal-odds .sia-universal-odds .odds-main ul li .bet-handicap {
        margin-right: 10px; }
      .team-portal .team-portal-odds .sia-universal-odds .odds-main ul li.chosen {
        border: 1px solid #e67300; }
  .team-portal .team-portal-odds .sia-universal-odds .odds-main.future-event ul li:nth-child(n+13), .team-portal .team-portal-odds .sia-universal-odds .odds-main.prop-event ul li:nth-child(n+13) {
    display: none;
    animation: fadeOut 1s; }
    .team-portal .team-portal-odds .sia-universal-odds .odds-main.future-event ul li:nth-child(n+13).show, .team-portal .team-portal-odds .sia-universal-odds .odds-main.prop-event ul li:nth-child(n+13).show {
      display: block;
      animation: fadeIn 1s; }
  .team-portal .team-portal-odds .sia-universal-odds .odds-main .show-more {
    float: right;
    cursor: pointer; }

.team-portal .team-portal-odds .sia-universal-odds .odds-actions {
  clear: both;
  padding-top: 10px; }
  .team-portal .team-portal-odds .sia-universal-odds .odds-actions .btn {
    display: block;
    /*margin: 0;
          padding: 0;*/
    text-align: center;
    text-decoration: none; }
  .team-portal .team-portal-odds .sia-universal-odds .odds-actions .odds-warning {
    width: auto;
    margin: 10px 0;
    font-size: 12px;
    text-align: right; }
    .team-portal .team-portal-odds .sia-universal-odds .odds-actions .odds-warning .icon-information {
      vertical-align: middle; }

.stats .container .schedule__body .stats-tabs, .stats .container .section__body .stats-tabs, .standings .container .schedule__body .stats-tabs, .standings .container .section__body .stats-tabs, .sia-league-standings .schedule__body .stats-tabs, .sia-league-standings .section__body .stats-tabs, .sia-league-leaders .schedule__body .stats-tabs, .sia-league-leaders .section__body .stats-tabs {
  align-items: center;
  justify-content: center; }

.stats .container .schedule__body .stats-tabs li, .stats .container .schedule__body .stats-category li, .stats .container .schedule__body .tabs li, .stats .container .section__body .stats-tabs li, .stats .container .section__body .stats-category li, .stats .container .section__body .tabs li, .standings .container .schedule__body .stats-tabs li, .standings .container .schedule__body .stats-category li, .standings .container .schedule__body .tabs li, .standings .container .section__body .stats-tabs li, .standings .container .section__body .stats-category li, .standings .container .section__body .tabs li, .sia-league-standings .schedule__body .stats-tabs li, .sia-league-standings .schedule__body .stats-category li, .sia-league-standings .schedule__body .tabs li, .sia-league-standings .section__body .stats-tabs li, .sia-league-standings .section__body .stats-category li, .sia-league-standings .section__body .tabs li, .sia-league-leaders .schedule__body .stats-tabs li, .sia-league-leaders .schedule__body .stats-category li, .sia-league-leaders .schedule__body .tabs li, .sia-league-leaders .section__body .stats-tabs li, .sia-league-leaders .section__body .stats-category li, .sia-league-leaders .section__body .tabs li {
  display: inline-block;
  margin-right: 10px;
  padding: 4px 16px;
  text-transform: capitalize;
  border-radius: 3px;
  cursor: pointer;
  width: auto; }
  .stats .container .schedule__body .stats-tabs li:hover, .stats .container .schedule__body .stats-category li:hover, .stats .container .schedule__body .tabs li:hover, .stats .container .section__body .stats-tabs li:hover, .stats .container .section__body .stats-category li:hover, .stats .container .section__body .tabs li:hover, .standings .container .schedule__body .stats-tabs li:hover, .standings .container .schedule__body .stats-category li:hover, .standings .container .schedule__body .tabs li:hover, .standings .container .section__body .stats-tabs li:hover, .standings .container .section__body .stats-category li:hover, .standings .container .section__body .tabs li:hover, .sia-league-standings .schedule__body .stats-tabs li:hover, .sia-league-standings .schedule__body .stats-category li:hover, .sia-league-standings .schedule__body .tabs li:hover, .sia-league-standings .section__body .stats-tabs li:hover, .sia-league-standings .section__body .stats-category li:hover, .sia-league-standings .section__body .tabs li:hover, .sia-league-leaders .schedule__body .stats-tabs li:hover, .sia-league-leaders .schedule__body .stats-category li:hover, .sia-league-leaders .schedule__body .tabs li:hover, .sia-league-leaders .section__body .stats-tabs li:hover, .sia-league-leaders .section__body .stats-category li:hover, .sia-league-leaders .section__body .tabs li:hover {
    padding: 4px 16px; }
  .stats .container .schedule__body .stats-tabs li a, .stats .container .schedule__body .stats-category li a, .stats .container .schedule__body .tabs li a, .stats .container .section__body .stats-tabs li a, .stats .container .section__body .stats-category li a, .stats .container .section__body .tabs li a, .standings .container .schedule__body .stats-tabs li a, .standings .container .schedule__body .stats-category li a, .standings .container .schedule__body .tabs li a, .standings .container .section__body .stats-tabs li a, .standings .container .section__body .stats-category li a, .standings .container .section__body .tabs li a, .sia-league-standings .schedule__body .stats-tabs li a, .sia-league-standings .schedule__body .stats-category li a, .sia-league-standings .schedule__body .tabs li a, .sia-league-standings .section__body .stats-tabs li a, .sia-league-standings .section__body .stats-category li a, .sia-league-standings .section__body .tabs li a, .sia-league-leaders .schedule__body .stats-tabs li a, .sia-league-leaders .schedule__body .stats-category li a, .sia-league-leaders .schedule__body .tabs li a, .sia-league-leaders .section__body .stats-tabs li a, .sia-league-leaders .section__body .stats-category li a, .sia-league-leaders .section__body .tabs li a {
    text-decoration: none;
    position: relative; }
  .stats .container .schedule__body .stats-tabs li.active, .stats .container .schedule__body .stats-category li.active, .stats .container .schedule__body .tabs li.active, .stats .container .section__body .stats-tabs li.active, .stats .container .section__body .stats-category li.active, .stats .container .section__body .tabs li.active, .standings .container .schedule__body .stats-tabs li.active, .standings .container .schedule__body .stats-category li.active, .standings .container .schedule__body .tabs li.active, .standings .container .section__body .stats-tabs li.active, .standings .container .section__body .stats-category li.active, .standings .container .section__body .tabs li.active, .sia-league-standings .schedule__body .stats-tabs li.active, .sia-league-standings .schedule__body .stats-category li.active, .sia-league-standings .schedule__body .tabs li.active, .sia-league-standings .section__body .stats-tabs li.active, .sia-league-standings .section__body .stats-category li.active, .sia-league-standings .section__body .tabs li.active, .sia-league-leaders .schedule__body .stats-tabs li.active, .sia-league-leaders .schedule__body .stats-category li.active, .sia-league-leaders .schedule__body .tabs li.active, .sia-league-leaders .section__body .stats-tabs li.active, .sia-league-leaders .section__body .stats-category li.active, .sia-league-leaders .section__body .tabs li.active {
    /*color: $highlight-1;
                    border: 1px solid $highlight-1;*/ }
  @media (max-width: 449px) {
    .stats .container .schedule__body .stats-tabs li, .stats .container .schedule__body .stats-category li, .stats .container .schedule__body .tabs li, .stats .container .section__body .stats-tabs li, .stats .container .section__body .stats-category li, .stats .container .section__body .tabs li, .standings .container .schedule__body .stats-tabs li, .standings .container .schedule__body .stats-category li, .standings .container .schedule__body .tabs li, .standings .container .section__body .stats-tabs li, .standings .container .section__body .stats-category li, .standings .container .section__body .tabs li, .sia-league-standings .schedule__body .stats-tabs li, .sia-league-standings .schedule__body .stats-category li, .sia-league-standings .schedule__body .tabs li, .sia-league-standings .section__body .stats-tabs li, .sia-league-standings .section__body .stats-category li, .sia-league-standings .section__body .tabs li, .sia-league-leaders .schedule__body .stats-tabs li, .sia-league-leaders .schedule__body .stats-category li, .sia-league-leaders .schedule__body .tabs li, .sia-league-leaders .section__body .stats-tabs li, .sia-league-leaders .section__body .stats-category li, .sia-league-leaders .section__body .tabs li {
      margin-bottom: 10px; } }
  @media (min-width: 449px) and (max-width: 1025px) {
    .stats .container .schedule__body .stats-tabs li, .stats .container .schedule__body .stats-category li, .stats .container .schedule__body .tabs li, .stats .container .section__body .stats-tabs li, .stats .container .section__body .stats-category li, .stats .container .section__body .tabs li, .standings .container .schedule__body .stats-tabs li, .standings .container .schedule__body .stats-category li, .standings .container .schedule__body .tabs li, .standings .container .section__body .stats-tabs li, .standings .container .section__body .stats-category li, .standings .container .section__body .tabs li, .sia-league-standings .schedule__body .stats-tabs li, .sia-league-standings .schedule__body .stats-category li, .sia-league-standings .schedule__body .tabs li, .sia-league-standings .section__body .stats-tabs li, .sia-league-standings .section__body .stats-category li, .sia-league-standings .section__body .tabs li, .sia-league-leaders .schedule__body .stats-tabs li, .sia-league-leaders .schedule__body .stats-category li, .sia-league-leaders .schedule__body .tabs li, .sia-league-leaders .section__body .stats-tabs li, .sia-league-leaders .section__body .stats-category li, .sia-league-leaders .section__body .tabs li {
      margin-bottom: 10px; } }

.stats .container .schedule__body .tabs, .stats .container .section__body .tabs, .standings .container .schedule__body .tabs, .standings .container .section__body .tabs, .sia-league-standings .schedule__body .tabs, .sia-league-standings .section__body .tabs, .sia-league-leaders .schedule__body .tabs, .sia-league-leaders .section__body .tabs {
  width: 100%; }
  .stats .container .schedule__body .tabs em, .stats .container .section__body .tabs em, .standings .container .schedule__body .tabs em, .standings .container .section__body .tabs em, .sia-league-standings .schedule__body .tabs em, .sia-league-standings .section__body .tabs em, .sia-league-leaders .schedule__body .tabs em, .sia-league-leaders .section__body .tabs em {
    display: none; }
  .stats .container .schedule__body .tabs .tab table td:nth-child(2), .stats .container .section__body .tabs .tab table td:nth-child(2), .standings .container .schedule__body .tabs .tab table td:nth-child(2), .standings .container .section__body .tabs .tab table td:nth-child(2), .sia-league-standings .schedule__body .tabs .tab table td:nth-child(2), .sia-league-standings .section__body .tabs .tab table td:nth-child(2), .sia-league-leaders .schedule__body .tabs .tab table td:nth-child(2), .sia-league-leaders .section__body .tabs .tab table td:nth-child(2) {
    font-weight: 700; }

.stats .container .schedule__body .sia_scrollableTable .sia_scrollableTable__title, .stats .container .section__body .sia_scrollableTable .sia_scrollableTable__title, .standings .container .schedule__body .sia_scrollableTable .sia_scrollableTable__title, .standings .container .section__body .sia_scrollableTable .sia_scrollableTable__title, .sia-league-standings .schedule__body .sia_scrollableTable .sia_scrollableTable__title, .sia-league-standings .section__body .sia_scrollableTable .sia_scrollableTable__title, .sia-league-leaders .schedule__body .sia_scrollableTable .sia_scrollableTable__title, .sia-league-leaders .section__body .sia_scrollableTable .sia_scrollableTable__title {
  margin: 0 0 16px;
  padding: 0; }

.stats .container .schedule__body .table-alt,
.stats .container .schedule__body .table__fixed, .stats .container .section__body .table-alt,
.stats .container .section__body .table__fixed, .standings .container .schedule__body .table-alt,
.standings .container .schedule__body .table__fixed, .standings .container .section__body .table-alt,
.standings .container .section__body .table__fixed, .sia-league-standings .schedule__body .table-alt,
.sia-league-standings .schedule__body .table__fixed, .sia-league-standings .section__body .table-alt,
.sia-league-standings .section__body .table__fixed, .sia-league-leaders .schedule__body .table-alt,
.sia-league-leaders .schedule__body .table__fixed, .sia-league-leaders .section__body .table-alt,
.sia-league-leaders .section__body .table__fixed {
  position: relative; }
  .stats .container .schedule__body .table-alt .table-responsive .table__body table,
  .stats .container .schedule__body .table__fixed .table-responsive .table__body table, .stats .container .section__body .table-alt .table-responsive .table__body table,
  .stats .container .section__body .table__fixed .table-responsive .table__body table, .standings .container .schedule__body .table-alt .table-responsive .table__body table,
  .standings .container .schedule__body .table__fixed .table-responsive .table__body table, .standings .container .section__body .table-alt .table-responsive .table__body table,
  .standings .container .section__body .table__fixed .table-responsive .table__body table, .sia-league-standings .schedule__body .table-alt .table-responsive .table__body table,
  .sia-league-standings .schedule__body .table__fixed .table-responsive .table__body table, .sia-league-standings .section__body .table-alt .table-responsive .table__body table,
  .sia-league-standings .section__body .table__fixed .table-responsive .table__body table, .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table,
  .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table, .sia-league-leaders .section__body .table-alt .table-responsive .table__body table,
  .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table {
    width: 700px; }
    .stats .container .schedule__body .table-alt .table-responsive .table__body table thead tr,
    .stats .container .schedule__body .table-alt .table-responsive .table__body table tbody tr,
    .stats .container .schedule__body .table__fixed .table-responsive .table__body table thead tr,
    .stats .container .schedule__body .table__fixed .table-responsive .table__body table tbody tr, .stats .container .section__body .table-alt .table-responsive .table__body table thead tr,
    .stats .container .section__body .table-alt .table-responsive .table__body table tbody tr,
    .stats .container .section__body .table__fixed .table-responsive .table__body table thead tr,
    .stats .container .section__body .table__fixed .table-responsive .table__body table tbody tr, .standings .container .schedule__body .table-alt .table-responsive .table__body table thead tr,
    .standings .container .schedule__body .table-alt .table-responsive .table__body table tbody tr,
    .standings .container .schedule__body .table__fixed .table-responsive .table__body table thead tr,
    .standings .container .schedule__body .table__fixed .table-responsive .table__body table tbody tr, .standings .container .section__body .table-alt .table-responsive .table__body table thead tr,
    .standings .container .section__body .table-alt .table-responsive .table__body table tbody tr,
    .standings .container .section__body .table__fixed .table-responsive .table__body table thead tr,
    .standings .container .section__body .table__fixed .table-responsive .table__body table tbody tr, .sia-league-standings .schedule__body .table-alt .table-responsive .table__body table thead tr,
    .sia-league-standings .schedule__body .table-alt .table-responsive .table__body table tbody tr,
    .sia-league-standings .schedule__body .table__fixed .table-responsive .table__body table thead tr,
    .sia-league-standings .schedule__body .table__fixed .table-responsive .table__body table tbody tr, .sia-league-standings .section__body .table-alt .table-responsive .table__body table thead tr,
    .sia-league-standings .section__body .table-alt .table-responsive .table__body table tbody tr,
    .sia-league-standings .section__body .table__fixed .table-responsive .table__body table thead tr,
    .sia-league-standings .section__body .table__fixed .table-responsive .table__body table tbody tr, .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table thead tr,
    .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table tbody tr,
    .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table thead tr,
    .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table tbody tr, .sia-league-leaders .section__body .table-alt .table-responsive .table__body table thead tr,
    .sia-league-leaders .section__body .table-alt .table-responsive .table__body table tbody tr,
    .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table thead tr,
    .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table tbody tr {
      padding-left: 120px; }
      .stats .container .schedule__body .table-alt .table-responsive .table__body table thead tr th,
      .stats .container .schedule__body .table-alt .table-responsive .table__body table thead tr td,
      .stats .container .schedule__body .table-alt .table-responsive .table__body table tbody tr th,
      .stats .container .schedule__body .table-alt .table-responsive .table__body table tbody tr td,
      .stats .container .schedule__body .table__fixed .table-responsive .table__body table thead tr th,
      .stats .container .schedule__body .table__fixed .table-responsive .table__body table thead tr td,
      .stats .container .schedule__body .table__fixed .table-responsive .table__body table tbody tr th,
      .stats .container .schedule__body .table__fixed .table-responsive .table__body table tbody tr td, .stats .container .section__body .table-alt .table-responsive .table__body table thead tr th,
      .stats .container .section__body .table-alt .table-responsive .table__body table thead tr td,
      .stats .container .section__body .table-alt .table-responsive .table__body table tbody tr th,
      .stats .container .section__body .table-alt .table-responsive .table__body table tbody tr td,
      .stats .container .section__body .table__fixed .table-responsive .table__body table thead tr th,
      .stats .container .section__body .table__fixed .table-responsive .table__body table thead tr td,
      .stats .container .section__body .table__fixed .table-responsive .table__body table tbody tr th,
      .stats .container .section__body .table__fixed .table-responsive .table__body table tbody tr td, .standings .container .schedule__body .table-alt .table-responsive .table__body table thead tr th,
      .standings .container .schedule__body .table-alt .table-responsive .table__body table thead tr td,
      .standings .container .schedule__body .table-alt .table-responsive .table__body table tbody tr th,
      .standings .container .schedule__body .table-alt .table-responsive .table__body table tbody tr td,
      .standings .container .schedule__body .table__fixed .table-responsive .table__body table thead tr th,
      .standings .container .schedule__body .table__fixed .table-responsive .table__body table thead tr td,
      .standings .container .schedule__body .table__fixed .table-responsive .table__body table tbody tr th,
      .standings .container .schedule__body .table__fixed .table-responsive .table__body table tbody tr td, .standings .container .section__body .table-alt .table-responsive .table__body table thead tr th,
      .standings .container .section__body .table-alt .table-responsive .table__body table thead tr td,
      .standings .container .section__body .table-alt .table-responsive .table__body table tbody tr th,
      .standings .container .section__body .table-alt .table-responsive .table__body table tbody tr td,
      .standings .container .section__body .table__fixed .table-responsive .table__body table thead tr th,
      .standings .container .section__body .table__fixed .table-responsive .table__body table thead tr td,
      .standings .container .section__body .table__fixed .table-responsive .table__body table tbody tr th,
      .standings .container .section__body .table__fixed .table-responsive .table__body table tbody tr td, .sia-league-standings .schedule__body .table-alt .table-responsive .table__body table thead tr th,
      .sia-league-standings .schedule__body .table-alt .table-responsive .table__body table thead tr td,
      .sia-league-standings .schedule__body .table-alt .table-responsive .table__body table tbody tr th,
      .sia-league-standings .schedule__body .table-alt .table-responsive .table__body table tbody tr td,
      .sia-league-standings .schedule__body .table__fixed .table-responsive .table__body table thead tr th,
      .sia-league-standings .schedule__body .table__fixed .table-responsive .table__body table thead tr td,
      .sia-league-standings .schedule__body .table__fixed .table-responsive .table__body table tbody tr th,
      .sia-league-standings .schedule__body .table__fixed .table-responsive .table__body table tbody tr td, .sia-league-standings .section__body .table-alt .table-responsive .table__body table thead tr th,
      .sia-league-standings .section__body .table-alt .table-responsive .table__body table thead tr td,
      .sia-league-standings .section__body .table-alt .table-responsive .table__body table tbody tr th,
      .sia-league-standings .section__body .table-alt .table-responsive .table__body table tbody tr td,
      .sia-league-standings .section__body .table__fixed .table-responsive .table__body table thead tr th,
      .sia-league-standings .section__body .table__fixed .table-responsive .table__body table thead tr td,
      .sia-league-standings .section__body .table__fixed .table-responsive .table__body table tbody tr th,
      .sia-league-standings .section__body .table__fixed .table-responsive .table__body table tbody tr td, .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table thead tr th,
      .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table thead tr td,
      .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table tbody tr th,
      .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table tbody tr td,
      .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table thead tr th,
      .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table thead tr td,
      .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table tbody tr th,
      .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table tbody tr td, .sia-league-leaders .section__body .table-alt .table-responsive .table__body table thead tr th,
      .sia-league-leaders .section__body .table-alt .table-responsive .table__body table thead tr td,
      .sia-league-leaders .section__body .table-alt .table-responsive .table__body table tbody tr th,
      .sia-league-leaders .section__body .table-alt .table-responsive .table__body table tbody tr td,
      .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table thead tr th,
      .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table thead tr td,
      .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table tbody tr th,
      .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table tbody tr td {
        flex: 0 50px; }
        .stats .container .schedule__body .table-alt .table-responsive .table__body table thead tr th:first-child,
        .stats .container .schedule__body .table-alt .table-responsive .table__body table thead tr td:first-child,
        .stats .container .schedule__body .table-alt .table-responsive .table__body table tbody tr th:first-child,
        .stats .container .schedule__body .table-alt .table-responsive .table__body table tbody tr td:first-child,
        .stats .container .schedule__body .table__fixed .table-responsive .table__body table thead tr th:first-child,
        .stats .container .schedule__body .table__fixed .table-responsive .table__body table thead tr td:first-child,
        .stats .container .schedule__body .table__fixed .table-responsive .table__body table tbody tr th:first-child,
        .stats .container .schedule__body .table__fixed .table-responsive .table__body table tbody tr td:first-child, .stats .container .section__body .table-alt .table-responsive .table__body table thead tr th:first-child,
        .stats .container .section__body .table-alt .table-responsive .table__body table thead tr td:first-child,
        .stats .container .section__body .table-alt .table-responsive .table__body table tbody tr th:first-child,
        .stats .container .section__body .table-alt .table-responsive .table__body table tbody tr td:first-child,
        .stats .container .section__body .table__fixed .table-responsive .table__body table thead tr th:first-child,
        .stats .container .section__body .table__fixed .table-responsive .table__body table thead tr td:first-child,
        .stats .container .section__body .table__fixed .table-responsive .table__body table tbody tr th:first-child,
        .stats .container .section__body .table__fixed .table-responsive .table__body table tbody tr td:first-child, .standings .container .schedule__body .table-alt .table-responsive .table__body table thead tr th:first-child,
        .standings .container .schedule__body .table-alt .table-responsive .table__body table thead tr td:first-child,
        .standings .container .schedule__body .table-alt .table-responsive .table__body table tbody tr th:first-child,
        .standings .container .schedule__body .table-alt .table-responsive .table__body table tbody tr td:first-child,
        .standings .container .schedule__body .table__fixed .table-responsive .table__body table thead tr th:first-child,
        .standings .container .schedule__body .table__fixed .table-responsive .table__body table thead tr td:first-child,
        .standings .container .schedule__body .table__fixed .table-responsive .table__body table tbody tr th:first-child,
        .standings .container .schedule__body .table__fixed .table-responsive .table__body table tbody tr td:first-child, .standings .container .section__body .table-alt .table-responsive .table__body table thead tr th:first-child,
        .standings .container .section__body .table-alt .table-responsive .table__body table thead tr td:first-child,
        .standings .container .section__body .table-alt .table-responsive .table__body table tbody tr th:first-child,
        .standings .container .section__body .table-alt .table-responsive .table__body table tbody tr td:first-child,
        .standings .container .section__body .table__fixed .table-responsive .table__body table thead tr th:first-child,
        .standings .container .section__body .table__fixed .table-responsive .table__body table thead tr td:first-child,
        .standings .container .section__body .table__fixed .table-responsive .table__body table tbody tr th:first-child,
        .standings .container .section__body .table__fixed .table-responsive .table__body table tbody tr td:first-child, .sia-league-standings .schedule__body .table-alt .table-responsive .table__body table thead tr th:first-child,
        .sia-league-standings .schedule__body .table-alt .table-responsive .table__body table thead tr td:first-child,
        .sia-league-standings .schedule__body .table-alt .table-responsive .table__body table tbody tr th:first-child,
        .sia-league-standings .schedule__body .table-alt .table-responsive .table__body table tbody tr td:first-child,
        .sia-league-standings .schedule__body .table__fixed .table-responsive .table__body table thead tr th:first-child,
        .sia-league-standings .schedule__body .table__fixed .table-responsive .table__body table thead tr td:first-child,
        .sia-league-standings .schedule__body .table__fixed .table-responsive .table__body table tbody tr th:first-child,
        .sia-league-standings .schedule__body .table__fixed .table-responsive .table__body table tbody tr td:first-child, .sia-league-standings .section__body .table-alt .table-responsive .table__body table thead tr th:first-child,
        .sia-league-standings .section__body .table-alt .table-responsive .table__body table thead tr td:first-child,
        .sia-league-standings .section__body .table-alt .table-responsive .table__body table tbody tr th:first-child,
        .sia-league-standings .section__body .table-alt .table-responsive .table__body table tbody tr td:first-child,
        .sia-league-standings .section__body .table__fixed .table-responsive .table__body table thead tr th:first-child,
        .sia-league-standings .section__body .table__fixed .table-responsive .table__body table thead tr td:first-child,
        .sia-league-standings .section__body .table__fixed .table-responsive .table__body table tbody tr th:first-child,
        .sia-league-standings .section__body .table__fixed .table-responsive .table__body table tbody tr td:first-child, .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table thead tr th:first-child,
        .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table thead tr td:first-child,
        .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table tbody tr th:first-child,
        .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table tbody tr td:first-child,
        .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table thead tr th:first-child,
        .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table thead tr td:first-child,
        .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table tbody tr th:first-child,
        .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table tbody tr td:first-child, .sia-league-leaders .section__body .table-alt .table-responsive .table__body table thead tr th:first-child,
        .sia-league-leaders .section__body .table-alt .table-responsive .table__body table thead tr td:first-child,
        .sia-league-leaders .section__body .table-alt .table-responsive .table__body table tbody tr th:first-child,
        .sia-league-leaders .section__body .table-alt .table-responsive .table__body table tbody tr td:first-child,
        .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table thead tr th:first-child,
        .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table thead tr td:first-child,
        .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table tbody tr th:first-child,
        .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table tbody tr td:first-child {
          position: absolute;
          left: 0;
          padding-left: 20px;
          width: 120px;
          text-indent: 0;
          text-align: left;
          z-index: 1;
          font-weight: 700;
          padding-right: 0; }
  .stats .container .schedule__body .table-alt .table-responsive::after,
  .stats .container .schedule__body .table__fixed .table-responsive::after, .stats .container .section__body .table-alt .table-responsive::after,
  .stats .container .section__body .table__fixed .table-responsive::after, .standings .container .schedule__body .table-alt .table-responsive::after,
  .standings .container .schedule__body .table__fixed .table-responsive::after, .standings .container .section__body .table-alt .table-responsive::after,
  .standings .container .section__body .table__fixed .table-responsive::after, .sia-league-standings .schedule__body .table-alt .table-responsive::after,
  .sia-league-standings .schedule__body .table__fixed .table-responsive::after, .sia-league-standings .section__body .table-alt .table-responsive::after,
  .sia-league-standings .section__body .table__fixed .table-responsive::after, .sia-league-leaders .schedule__body .table-alt .table-responsive::after,
  .sia-league-leaders .schedule__body .table__fixed .table-responsive::after, .sia-league-leaders .section__body .table-alt .table-responsive::after,
  .sia-league-leaders .section__body .table__fixed .table-responsive::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50px;
    background: linear-gradient(to right, rgba(246, 246, 246, 0), rgba(246, 246, 246, 0.8));
    pointer-events: none; }

.tabs {
  width: 100%; }
  .tabs em {
    display: none; }
  .tabs .tab table td:nth-child(2) {
    font-weight: 700; }

@media (min-width: 449px) and (max-width: 1025px) {
  .team-portal .team-portal-odds .sia-universal-odds .odds-main ul li {
    width: 18%; } }

@media (min-width: 1025px) {
  .team-portal .site-main {
    margin: 0 auto 30px; }
  .team-portal .team-portal-odds .sia-universal-odds .odds-main ul li {
    width: 12%; }
  .team-portal .container {
    width: auto;
    padding: 0;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    max-width: 1200px; }
  .team-portal .container .section__group, .team-portal .container .main {
    width: 100%; }
  .team-portal .container .section__group .container {
    flex: none;
    display: block; } }

.hidden {
  display: none; }

ul.glossary {
  padding: 20px;
  font-size: 14px;
  font-weight: 600;
  list-style-type: none; }
  ul.glossary li {
    line-height: 2em;
    display: flex; }
    ul.glossary li span:first-child {
      flex: 0 20%;
      text-transform: uppercase; }
    ul.glossary li span:nth-child(2) {
      flex: 0 80%; }

ul.glossary {
  width: calc(100% - 20px); }

.standings .container .schedule__body .table-alt.table-alt--big {
  margin: 0;
  width: 100%; }

.standings .container .schedule__body .table__fixed .table-responsive .table__body table {
  width: 100%;
  margin: 0; }
  .standings .container .schedule__body .table__fixed .table-responsive .table__body table thead tr,
  .standings .container .schedule__body .table__fixed .table-responsive .table__body table tbody tr {
    padding-left: 0; }
    .standings .container .schedule__body .table__fixed .table-responsive .table__body table thead tr th:first-child,
    .standings .container .schedule__body .table__fixed .table-responsive .table__body table thead tr td:first-child,
    .standings .container .schedule__body .table__fixed .table-responsive .table__body table tbody tr th:first-child,
    .standings .container .schedule__body .table__fixed .table-responsive .table__body table tbody tr td:first-child {
      position: static;
      padding: 0;
      display: flex;
      flex: 1 200px; }

.standings .container .schedule__body ul.glossary {
  margin: 0; }

.stats .container .schedule__body h3 {
  margin: 0;
  padding-left: 20px; }

.stats .container .schedule__body h4 {
  margin: 20px 0 0;
  padding-left: 0; }

.stats .container .schedule__body .table-alt.table-alt--big {
  margin: 0;
  width: 100%; }

.stats .container .schedule__body ul.glossary {
  margin: 0; }

ul.glossary li {
  width: 48%;
  display: inline-flex; }

.player {
  color: #000; }
  .player .overview .info-player {
    display: flex; }
    .player .overview .info-player .team-info {
      float: left;
      padding-right: 20px; }
      .player .overview .info-player .team-info img {
        height: auto;
        width: 40px; }
    .player .overview .info-player .player-position {
      margin-right: 20px; }
      .player .overview .info-player .player-position:before {
        content: "\B7";
        padding: 0 10px 0 5px;
        font-weight: 900;
        font-size: 20px;
        line-height: 14px; }
    .player .overview .info-player .player-name {
      font-size: 21px;
      color: #191919;
      display: block;
      line-height: 25px; }
  .player .overview .stats {
    display: none;
    margin: 0 20px; }
    .player .overview .stats ul {
      margin-bottom: 20px; }
      .player .overview .stats ul li {
        display: inline-block;
        width: 24%;
        text-align: center; }
        .player .overview .stats ul li span {
          display: block;
          text-transform: uppercase;
          font-weight: normal;
          line-height: 23px; }
          .player .overview .stats ul li span.label {
            color: #8f8f8f;
            font-size: 14px; }
          .player .overview .stats ul li span:first-child {
            font-size: 21px;
            color: #e67300; }
        .player .overview .stats ul li.overview-season {
          background-color: #3d517b;
          border-radius: 3px;
          color: #fff;
          display: none;
          text-transform: uppercase;
          font-size: 12px;
          line-height: 20px;
          padding: 10px 0; }
  .player .overview .profile-header {
    border: 0.5px solid #efefef;
    line-height: 22px;
    padding: 20px; }
    .player .overview .profile-header ul {
      margin: 0;
      list-style-type: none; }
      .player .overview .profile-header ul li {
        text-transform: uppercase;
        color: #8f8f8f;
        font-size: 13px; }
        .player .overview .profile-header ul li span:first-child {
          font-weight: 500; }
        .player .overview .profile-header ul li span:last-child {
          color: #191919;
          float: right;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
          width: 120px; }
  .player .container header.widget__head ul {
    margin: 20px 0 5px 20px; }
    .player .container header.widget__head ul li {
      display: inline-block;
      margin: 0 0 0 10px;
      font-size: 14px;
      color: #8f8f8f; }
      .player .container header.widget__head ul li a {
        text-decoration: none;
        text-transform: capitalize;
        font-weight: 500;
        padding: 2px 0;
        position: relative; }
        .player .container header.widget__head ul li a::before {
          content: "";
          position: absolute;
          width: 100%;
          height: 3px;
          bottom: 0;
          left: 0;
          opacity: 0;
          visibility: hidden;
          background: #e67300;
          transition: opacity .3s, visibility .3s; }
      .player .container header.widget__head ul li:first-child {
        margin: 0; }
      .player .container header.widget__head ul li.active {
        color: #000; }
        .player .container header.widget__head ul li.active a::before {
          opacity: 1;
          visibility: visible; }
  .player .container .widget__body {
    border: 1px solid #efefef;
    margin-bottom: 20px; }
    .player .container .widget__body .player-odds-tab-link {
      display: none;
      float: right;
      margin: 0 20px 20px;
      font-size: 13px;
      color: #8f8f8f; }
  .player .container .sia-player-profile-stats .player-profile-odds-wrapper,
  .player .container .sia-player-profile-stats .player-odds-wrapper {
    background-color: #f6f6f6;
    border: 0.5px solid #efefef; }
    .player .container .sia-player-profile-stats .player-profile-odds-wrapper h3,
    .player .container .sia-player-profile-stats .player-odds-wrapper h3 {
      font-size: 18px;
      color: #191919;
      padding: 20px 20px 10px;
      margin: 0; }
    .player .container .sia-player-profile-stats .player-profile-odds-wrapper .empty-odds,
    .player .container .sia-player-profile-stats .player-odds-wrapper .empty-odds {
      font-size: 13px;
      color: #8f8f8f;
      text-align: center;
      margin-bottom: 30px; }
    .player .container .sia-player-profile-stats .player-profile-odds-wrapper h4,
    .player .container .sia-player-profile-stats .player-odds-wrapper h4 {
      font-size: 16px;
      color: #191919;
      padding-left: 20px;
      margin: 0; }
    .player .container .sia-player-profile-stats .player-profile-odds-wrapper .widget__body,
    .player .container .sia-player-profile-stats .player-odds-wrapper .widget__body {
      border: 0;
      margin-bottom: 0; }
    .player .container .sia-player-profile-stats .player-profile-odds-wrapper .sia-universal-odds .widget__head,
    .player .container .sia-player-profile-stats .player-odds-wrapper .sia-universal-odds .widget__head {
      padding: 0 20px 5px; }
      .player .container .sia-player-profile-stats .player-profile-odds-wrapper .sia-universal-odds .widget__head h4,
      .player .container .sia-player-profile-stats .player-odds-wrapper .sia-universal-odds .widget__head h4 {
        padding: 0; }
      .player .container .sia-player-profile-stats .player-profile-odds-wrapper .sia-universal-odds .widget__head h4,
      .player .container .sia-player-profile-stats .player-profile-odds-wrapper .sia-universal-odds .widget__head p,
      .player .container .sia-player-profile-stats .player-odds-wrapper .sia-universal-odds .widget__head h4,
      .player .container .sia-player-profile-stats .player-odds-wrapper .sia-universal-odds .widget__head p {
        font-size: 12px;
        font-weight: 500;
        display: inline;
        text-transform: uppercase;
        letter-spacing: .04em;
        color: #8f8f8f; }
    .player .container .sia-player-profile-stats .player-profile-odds-wrapper .sia-universal-odds .widget__body .odds-main,
    .player .container .sia-player-profile-stats .player-odds-wrapper .sia-universal-odds .widget__body .odds-main {
      overflow: auto; }
      .player .container .sia-player-profile-stats .player-profile-odds-wrapper .sia-universal-odds .widget__body .odds-main ul,
      .player .container .sia-player-profile-stats .player-odds-wrapper .sia-universal-odds .widget__body .odds-main ul {
        display: flex;
        flex-wrap: wrap;
        padding: 0 15px;
        flex: 1 0 100%;
        justify-content: center;
        font-size: 13px;
        margin-bottom: 5px; }
        .player .container .sia-player-profile-stats .player-profile-odds-wrapper .sia-universal-odds .widget__body .odds-main ul li,
        .player .container .sia-player-profile-stats .player-odds-wrapper .sia-universal-odds .widget__body .odds-main ul li {
          width: 35%;
          padding: 10px;
          background-color: #e6e6e6;
          border-radius: 5px;
          border: 1px solid transparent;
          margin: 5px;
          list-style: none;
          flex: auto; }
          .player .container .sia-player-profile-stats .player-profile-odds-wrapper .sia-universal-odds .widget__body .odds-main ul li:hover,
          .player .container .sia-player-profile-stats .player-odds-wrapper .sia-universal-odds .widget__body .odds-main ul li:hover {
            cursor: pointer;
            background-color: #fff; }
          .player .container .sia-player-profile-stats .player-profile-odds-wrapper .sia-universal-odds .widget__body .odds-main ul li.chosen,
          .player .container .sia-player-profile-stats .player-odds-wrapper .sia-universal-odds .widget__body .odds-main ul li.chosen {
            background-color: #fff;
            border-color: #e67300; }
          .player .container .sia-player-profile-stats .player-profile-odds-wrapper .sia-universal-odds .widget__body .odds-main ul li span,
          .player .container .sia-player-profile-stats .player-odds-wrapper .sia-universal-odds .widget__body .odds-main ul li span {
            font-weight: 500; }
            .player .container .sia-player-profile-stats .player-profile-odds-wrapper .sia-universal-odds .widget__body .odds-main ul li span:first-child,
            .player .container .sia-player-profile-stats .player-odds-wrapper .sia-universal-odds .widget__body .odds-main ul li span:first-child {
              max-width: calc(100% - 50px);
              display: block;
              float: left; }
            .player .container .sia-player-profile-stats .player-profile-odds-wrapper .sia-universal-odds .widget__body .odds-main ul li span:last-child,
            .player .container .sia-player-profile-stats .player-odds-wrapper .sia-universal-odds .widget__body .odds-main ul li span:last-child {
              text-align: right;
              float: right;
              color: #e67300; }
          .player .container .sia-player-profile-stats .player-profile-odds-wrapper .sia-universal-odds .widget__body .odds-main ul li:nth-child(n+13),
          .player .container .sia-player-profile-stats .player-odds-wrapper .sia-universal-odds .widget__body .odds-main ul li:nth-child(n+13) {
            display: none;
            animation: fadeOut 1s; }
          .player .container .sia-player-profile-stats .player-profile-odds-wrapper .sia-universal-odds .widget__body .odds-main ul li.show,
          .player .container .sia-player-profile-stats .player-odds-wrapper .sia-universal-odds .widget__body .odds-main ul li.show {
            display: block;
            animation: fadeIn 1s; }
      .player .container .sia-player-profile-stats .player-profile-odds-wrapper .sia-universal-odds .widget__body .odds-main .show-more,
      .player .container .sia-player-profile-stats .player-odds-wrapper .sia-universal-odds .widget__body .odds-main .show-more {
        cursor: pointer;
        float: right;
        margin: 0 20px 20px;
        font-size: 13px;
        text-decoration: underline;
        color: #8f8f8f; }
    .player .container .sia-player-profile-stats .player-profile-odds-wrapper .sia-universal-odds .widget__body .odds-actions,
    .player .container .sia-player-profile-stats .player-odds-wrapper .sia-universal-odds .widget__body .odds-actions {
      clear: both; }
      .player .container .sia-player-profile-stats .player-profile-odds-wrapper .sia-universal-odds .widget__body .odds-actions .btn,
      .player .container .sia-player-profile-stats .player-odds-wrapper .sia-universal-odds .widget__body .odds-actions .btn {
        display: block;
        height: auto;
        line-height: 24px;
        margin: 0 20px;
        text-decoration: none;
        text-align: center; }
      .player .container .sia-player-profile-stats .player-profile-odds-wrapper .sia-universal-odds .widget__body .odds-actions .odds-warning,
      .player .container .sia-player-profile-stats .player-odds-wrapper .sia-universal-odds .widget__body .odds-actions .odds-warning {
        font-size: 12px;
        margin: 20px;
        text-align: right;
        width: auto; }
        .player .container .sia-player-profile-stats .player-profile-odds-wrapper .sia-universal-odds .widget__body .odds-actions .odds-warning .icon-information,
        .player .container .sia-player-profile-stats .player-odds-wrapper .sia-universal-odds .widget__body .odds-actions .odds-warning .icon-information {
          color: #e67300;
          margin-right: 10px;
          vertical-align: middle; }
  .player .container .sia-player-profile-stats.profile .team-odds-link,
  .player .container .sia-player-profile-stats.profile .team-odds-links, .player .container .sia-player-profile-stats.odds-tab .team-odds-link,
  .player .container .sia-player-profile-stats.odds-tab .team-odds-links {
    margin: 20px 20px 30px 0;
    text-align: right;
    font-size: 13px; }
    .player .container .sia-player-profile-stats.profile .team-odds-link .team-logo,
    .player .container .sia-player-profile-stats.profile .team-odds-links .team-logo, .player .container .sia-player-profile-stats.odds-tab .team-odds-link .team-logo,
    .player .container .sia-player-profile-stats.odds-tab .team-odds-links .team-logo {
      margin-right: 8px;
      vertical-align: middle; }
    .player .container .sia-player-profile-stats.profile .team-odds-link .team-portal-link:last-child,
    .player .container .sia-player-profile-stats.profile .team-odds-links .team-portal-link:last-child, .player .container .sia-player-profile-stats.odds-tab .team-odds-link .team-portal-link:last-child,
    .player .container .sia-player-profile-stats.odds-tab .team-odds-links .team-portal-link:last-child {
      text-decoration: underline; }
  .player .container #season-phase {
    width: calc(100% - 20px);
    background: none;
    outline: 0;
    border: 0;
    border-bottom: 2px solid #191919;
    font-size: 14px;
    font-weight: 700;
    height: 28px;
    font-family: 'Inter UI', sans-serif;
    margin-right: 10px;
    color: #191919;
    margin: 0 10px 20px; }
  .player .container .widget__body h3,
  .player .container .widget__body h4,
  .player .container .widget__body .table__fixed {
    color: #191919;
    background-color: #f6f6f6; }
  .player .container .widget__body h2 {
    width: 100%; }
  .player .container .widget__body h3,
  .player .container .widget__body h4 {
    margin-bottom: 0;
    padding: 20px; }
  .player .container .widget__body .table__fixed .table-responsive .table__body table {
    width: 900px;
    background-color: #f6f6f6;
    font-size: 13px; }
    .player .container .widget__body .table__fixed .table-responsive .table__body table thead tr,
    .player .container .widget__body .table__fixed .table-responsive .table__body table tbody tr {
      display: flex;
      height: 40px;
      padding-left: 220px; }
      .player .container .widget__body .table__fixed .table-responsive .table__body table thead tr td,
      .player .container .widget__body .table__fixed .table-responsive .table__body table thead tr th,
      .player .container .widget__body .table__fixed .table-responsive .table__body table tbody tr td,
      .player .container .widget__body .table__fixed .table-responsive .table__body table tbody tr th {
        flex: 0 70px;
        text-align: left;
        text-transform: uppercase; }
        .player .container .widget__body .table__fixed .table-responsive .table__body table thead tr td:nth-child(-n+2),
        .player .container .widget__body .table__fixed .table-responsive .table__body table thead tr th:nth-child(-n+2),
        .player .container .widget__body .table__fixed .table-responsive .table__body table tbody tr td:nth-child(-n+2),
        .player .container .widget__body .table__fixed .table-responsive .table__body table tbody tr th:nth-child(-n+2) {
          width: 80px;
          overflow: hidden;
          position: absolute;
          left: 0;
          padding-left: 20px;
          text-indent: 0;
          z-index: 1;
          background-color: #f6f6f6;
          font-weight: 700; }
          .player .container .widget__body .table__fixed .table-responsive .table__body table thead tr td:nth-child(-n+2):first-child,
          .player .container .widget__body .table__fixed .table-responsive .table__body table thead tr th:nth-child(-n+2):first-child,
          .player .container .widget__body .table__fixed .table-responsive .table__body table tbody tr td:nth-child(-n+2):first-child,
          .player .container .widget__body .table__fixed .table-responsive .table__body table tbody tr th:nth-child(-n+2):first-child {
            width: 80px; }
          .player .container .widget__body .table__fixed .table-responsive .table__body table thead tr td:nth-child(-n+2):nth-child(2),
          .player .container .widget__body .table__fixed .table-responsive .table__body table thead tr th:nth-child(-n+2):nth-child(2),
          .player .container .widget__body .table__fixed .table-responsive .table__body table tbody tr td:nth-child(-n+2):nth-child(2),
          .player .container .widget__body .table__fixed .table-responsive .table__body table tbody tr th:nth-child(-n+2):nth-child(2) {
            width: 100px;
            left: 100px; }
          .player .container .widget__body .table__fixed .table-responsive .table__body table thead tr td:nth-child(-n+2) img,
          .player .container .widget__body .table__fixed .table-responsive .table__body table thead tr th:nth-child(-n+2) img,
          .player .container .widget__body .table__fixed .table-responsive .table__body table tbody tr td:nth-child(-n+2) img,
          .player .container .widget__body .table__fixed .table-responsive .table__body table tbody tr th:nth-child(-n+2) img {
            float: left;
            margin-right: 10px;
            width: 24px;
            height: auto; }
        .player .container .widget__body .table__fixed .table-responsive .table__body table thead tr td:nth-child(3),
        .player .container .widget__body .table__fixed .table-responsive .table__body table thead tr th:nth-child(3),
        .player .container .widget__body .table__fixed .table-responsive .table__body table tbody tr td:nth-child(3),
        .player .container .widget__body .table__fixed .table-responsive .table__body table tbody tr th:nth-child(3) {
          flex: 0 200px; }
          .player .container .widget__body .table__fixed .table-responsive .table__body table thead tr td:nth-child(3) span.loss,
          .player .container .widget__body .table__fixed .table-responsive .table__body table thead tr th:nth-child(3) span.loss,
          .player .container .widget__body .table__fixed .table-responsive .table__body table tbody tr td:nth-child(3) span.loss,
          .player .container .widget__body .table__fixed .table-responsive .table__body table tbody tr th:nth-child(3) span.loss {
            color: red; }
          .player .container .widget__body .table__fixed .table-responsive .table__body table thead tr td:nth-child(3) span.win,
          .player .container .widget__body .table__fixed .table-responsive .table__body table thead tr th:nth-child(3) span.win,
          .player .container .widget__body .table__fixed .table-responsive .table__body table tbody tr td:nth-child(3) span.win,
          .player .container .widget__body .table__fixed .table-responsive .table__body table tbody tr th:nth-child(3) span.win {
            color: green; }
      .player .container .widget__body .table__fixed .table-responsive .table__body table thead tr th:first-child,
      .player .container .widget__body .table__fixed .table-responsive .table__body table tbody tr th:first-child {
        height: 30px; }
    .player .container .widget__body .table__fixed .table-responsive .table__body table.season-stats thead tr td:nth-child(-n+2),
    .player .container .widget__body .table__fixed .table-responsive .table__body table.season-stats thead tr th:nth-child(-n+2),
    .player .container .widget__body .table__fixed .table-responsive .table__body table.season-stats tbody tr td:nth-child(-n+2),
    .player .container .widget__body .table__fixed .table-responsive .table__body table.season-stats tbody tr th:nth-child(-n+2) {
      position: static;
      z-index: 0; }
      .player .container .widget__body .table__fixed .table-responsive .table__body table.season-stats thead tr td:nth-child(-n+2):first-child,
      .player .container .widget__body .table__fixed .table-responsive .table__body table.season-stats thead tr th:nth-child(-n+2):first-child,
      .player .container .widget__body .table__fixed .table-responsive .table__body table.season-stats tbody tr td:nth-child(-n+2):first-child,
      .player .container .widget__body .table__fixed .table-responsive .table__body table.season-stats tbody tr th:nth-child(-n+2):first-child {
        line-height: 30px;
        width: 180px;
        overflow: hidden;
        position: absolute;
        left: 0;
        padding-left: 20px;
        text-indent: 0;
        z-index: 1;
        background-color: #f6f6f6;
        font-weight: 700; }
        .player .container .widget__body .table__fixed .table-responsive .table__body table.season-stats thead tr td:nth-child(-n+2):first-child img,
        .player .container .widget__body .table__fixed .table-responsive .table__body table.season-stats thead tr th:nth-child(-n+2):first-child img,
        .player .container .widget__body .table__fixed .table-responsive .table__body table.season-stats tbody tr td:nth-child(-n+2):first-child img,
        .player .container .widget__body .table__fixed .table-responsive .table__body table.season-stats tbody tr th:nth-child(-n+2):first-child img {
          float: left;
          margin-right: 10px; }
      .player .container .widget__body .table__fixed .table-responsive .table__body table.season-stats thead tr td:nth-child(-n+2):nth-child(2),
      .player .container .widget__body .table__fixed .table-responsive .table__body table.season-stats thead tr th:nth-child(-n+2):nth-child(2),
      .player .container .widget__body .table__fixed .table-responsive .table__body table.season-stats tbody tr td:nth-child(-n+2):nth-child(2),
      .player .container .widget__body .table__fixed .table-responsive .table__body table.season-stats tbody tr th:nth-child(-n+2):nth-child(2) {
        width: 100px;
        left: 100px; }
    .player .container .widget__body .table__fixed .table-responsive .table__body table.season-stats thead tr td:nth-child(3),
    .player .container .widget__body .table__fixed .table-responsive .table__body table.season-stats thead tr th:nth-child(3),
    .player .container .widget__body .table__fixed .table-responsive .table__body table.season-stats tbody tr td:nth-child(3),
    .player .container .widget__body .table__fixed .table-responsive .table__body table.season-stats tbody tr th:nth-child(3) {
      flex: 0 70px; }
  .player .container .widget__body .table__fixed {
    position: relative; }
    .player .container .widget__body .table__fixed .table-responsive::after {
      content: "";
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      width: 50px;
      background: linear-gradient(to right, rgba(246, 246, 246, 0), rgba(246, 246, 246, 0.8));
      pointer-events: none; }
  .player .container #season-phase ~ .widget__body .table__fixed .table-responsive .table__body table thead tr,
  .player .container #season-phase ~ .widget__body .table__fixed .table-responsive .table__body table tbody tr {
    padding-left: 200px; }
    .player .container #season-phase ~ .widget__body .table__fixed .table-responsive .table__body table thead tr td:nth-child(-n+2),
    .player .container #season-phase ~ .widget__body .table__fixed .table-responsive .table__body table thead tr th:nth-child(-n+2),
    .player .container #season-phase ~ .widget__body .table__fixed .table-responsive .table__body table tbody tr td:nth-child(-n+2),
    .player .container #season-phase ~ .widget__body .table__fixed .table-responsive .table__body table tbody tr th:nth-child(-n+2) {
      width: 140px; }
      .player .container #season-phase ~ .widget__body .table__fixed .table-responsive .table__body table thead tr td:nth-child(-n+2):first-child,
      .player .container #season-phase ~ .widget__body .table__fixed .table-responsive .table__body table thead tr th:nth-child(-n+2):first-child,
      .player .container #season-phase ~ .widget__body .table__fixed .table-responsive .table__body table tbody tr td:nth-child(-n+2):first-child,
      .player .container #season-phase ~ .widget__body .table__fixed .table-responsive .table__body table tbody tr th:nth-child(-n+2):first-child {
        width: 80px; }
      .player .container #season-phase ~ .widget__body .table__fixed .table-responsive .table__body table thead tr td:nth-child(-n+2):nth-child(2),
      .player .container #season-phase ~ .widget__body .table__fixed .table-responsive .table__body table thead tr th:nth-child(-n+2):nth-child(2),
      .player .container #season-phase ~ .widget__body .table__fixed .table-responsive .table__body table tbody tr td:nth-child(-n+2):nth-child(2),
      .player .container #season-phase ~ .widget__body .table__fixed .table-responsive .table__body table tbody tr th:nth-child(-n+2):nth-child(2) {
        width: 60px; }
  .player .player-glossary h4 {
    color: #191919;
    margin-bottom: 0;
    padding-left: 20px; }
  .player .player-glossary ul {
    background-color: transparent;
    padding: 5px 20px; }
    .player .player-glossary ul span:first-child {
      color: #8f8f8f; }
    .player .player-glossary ul span:last-child {
      color: #000;
      font-weight: normal; }
  .player .sia-player-profile-stats .sia_dropdown {
    width: 90%;
    margin: 0 0 12px 20px; }

.sia-breadcrumbs {
  list-style: none;
  margin-top: 15px;
  padding: 0 20px; }
  .sia-breadcrumbs li {
    display: inline;
    color: #000;
    font-size: 15px;
    font-weight: 500; }
    .sia-breadcrumbs li a {
      text-decoration: none;
      position: relative; }
      .sia-breadcrumbs li a:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: 0;
        left: 0;
        opacity: 0;
        visibility: hidden;
        background: #e67300;
        transition: opacity .3s, visibility .3s; }
      .sia-breadcrumbs li a:hover:after {
        opacity: 1;
        visibility: visible; }
    .sia-breadcrumbs li:not(:first-of-type):before {
      content: ">";
      color: #8f8f8f;
      margin-left: 3px; }

.player.nfl .overview .stats ul li {
  width: 32%; }

.player.nfl .container .stats .widget__body .table__fixed .table-responsive .table__body table {
  width: 900px; }
  .player.nfl .container .stats .widget__body .table__fixed .table-responsive .table__body table thead tr td:nth-child(3),
  .player.nfl .container .stats .widget__body .table__fixed .table-responsive .table__body table thead tr th:nth-child(3),
  .player.nfl .container .stats .widget__body .table__fixed .table-responsive .table__body table tbody tr td:nth-child(3),
  .player.nfl .container .stats .widget__body .table__fixed .table-responsive .table__body table tbody tr th:nth-child(3) {
    flex: 0 70px; }

.player.nfl .container .stats .widget__body .table__fixed:nth-child(4) .table-responsive .table__body table, .player.nfl .container .stats .widget__body .table__fixed:nth-child(10) .table-responsive .table__body table, .player.nfl .container .stats .widget__body .table__fixed:nth-child(12) .table-responsive .table__body table {
  width: 600px; }

.player.nfl .container .stats .widget__body .table__fixed:nth-child(8) .table-responsive .table__body table, .player.nfl .container .stats .widget__body .table__fixed:nth-child(14) .table-responsive .table__body table {
  width: 700px; }

.player.nhl .container .widget__body .table__fixed .table-responsive .table__body table {
  width: 720px; }
  .player.nhl .container .widget__body .table__fixed .table-responsive .table__body table.season-stats {
    width: 900px; }

.player.nhl .container .stats .widget__body .table__fixed .table-responsive .table__body table thead tr td:nth-child(3),
.player.nhl .container .stats .widget__body .table__fixed .table-responsive .table__body table thead tr th:nth-child(3),
.player.nhl .container .stats .widget__body .table__fixed .table-responsive .table__body table tbody tr td:nth-child(3),
.player.nhl .container .stats .widget__body .table__fixed .table-responsive .table__body table tbody tr th:nth-child(3) {
  flex: 0 70px; }

.player.nhl .container .stats .widget__body .table__fixed:nth-child(6) .table-responsive .table__body table {
  width: 600px; }

.player.nhl .container .stats .widget__body .table__fixed:nth-child(8) .table-responsive .table__body table {
  width: 900px; }

.player.nhl .container .game-log .widget__body .table__fixed .table-responsive .table__body table {
  width: 1000px; }

.player.nba .container .widget__body .table__fixed .table-responsive .table__body table {
  width: 1200px; }
  .player.nba .container .widget__body .table__fixed .table-responsive .table__body table.season-stats {
    width: 800px; }

.player.nba .container .profile .widget__body .table__fixed .table-responsive .table__body table thead tr td:nth-child(7), .player.nba .container .profile .widget__body .table__fixed .table-responsive .table__body table thead tr td:nth-child(9), .player.nba .container .profile .widget__body .table__fixed .table-responsive .table__body table thead tr td:nth-child(11),
.player.nba .container .profile .widget__body .table__fixed .table-responsive .table__body table thead tr th:nth-child(7),
.player.nba .container .profile .widget__body .table__fixed .table-responsive .table__body table thead tr th:nth-child(9),
.player.nba .container .profile .widget__body .table__fixed .table-responsive .table__body table thead tr th:nth-child(11),
.player.nba .container .profile .widget__body .table__fixed .table-responsive .table__body table tbody tr td:nth-child(7),
.player.nba .container .profile .widget__body .table__fixed .table-responsive .table__body table tbody tr td:nth-child(9),
.player.nba .container .profile .widget__body .table__fixed .table-responsive .table__body table tbody tr td:nth-child(11),
.player.nba .container .profile .widget__body .table__fixed .table-responsive .table__body table tbody tr th:nth-child(7),
.player.nba .container .profile .widget__body .table__fixed .table-responsive .table__body table tbody tr th:nth-child(9),
.player.nba .container .profile .widget__body .table__fixed .table-responsive .table__body table tbody tr th:nth-child(11) {
  flex: 0 120px; }

.player.nba .container .stats .widget__body .table__fixed:nth-child(2) .table-responsive .table__body table thead tr td:nth-child(3),
.player.nba .container .stats .widget__body .table__fixed:nth-child(2) .table-responsive .table__body table thead tr th:nth-child(3),
.player.nba .container .stats .widget__body .table__fixed:nth-child(2) .table-responsive .table__body table tbody tr td:nth-child(3),
.player.nba .container .stats .widget__body .table__fixed:nth-child(2) .table-responsive .table__body table tbody tr th:nth-child(3) {
  flex: 0 80px; }

.player.nba .container .stats .widget__body .table__fixed:nth-child(2) .table-responsive .table__body table thead tr td:nth-child(6), .player.nba .container .stats .widget__body .table__fixed:nth-child(2) .table-responsive .table__body table thead tr td:nth-child(8), .player.nba .container .stats .widget__body .table__fixed:nth-child(2) .table-responsive .table__body table thead tr td:nth-child(10),
.player.nba .container .stats .widget__body .table__fixed:nth-child(2) .table-responsive .table__body table thead tr th:nth-child(6),
.player.nba .container .stats .widget__body .table__fixed:nth-child(2) .table-responsive .table__body table thead tr th:nth-child(8),
.player.nba .container .stats .widget__body .table__fixed:nth-child(2) .table-responsive .table__body table thead tr th:nth-child(10),
.player.nba .container .stats .widget__body .table__fixed:nth-child(2) .table-responsive .table__body table tbody tr td:nth-child(6),
.player.nba .container .stats .widget__body .table__fixed:nth-child(2) .table-responsive .table__body table tbody tr td:nth-child(8),
.player.nba .container .stats .widget__body .table__fixed:nth-child(2) .table-responsive .table__body table tbody tr td:nth-child(10),
.player.nba .container .stats .widget__body .table__fixed:nth-child(2) .table-responsive .table__body table tbody tr th:nth-child(6),
.player.nba .container .stats .widget__body .table__fixed:nth-child(2) .table-responsive .table__body table tbody tr th:nth-child(8),
.player.nba .container .stats .widget__body .table__fixed:nth-child(2) .table-responsive .table__body table tbody tr th:nth-child(10) {
  flex: 0 150px; }

.player.nba .container .stats .widget__body .table__fixed:nth-child(4) .table-responsive .table__body table thead tr td:nth-child(3), .player.nba .container .stats .widget__body .table__fixed:nth-child(4) .table-responsive .table__body table thead tr td:nth-child(7),
.player.nba .container .stats .widget__body .table__fixed:nth-child(4) .table-responsive .table__body table thead tr th:nth-child(3),
.player.nba .container .stats .widget__body .table__fixed:nth-child(4) .table-responsive .table__body table thead tr th:nth-child(7),
.player.nba .container .stats .widget__body .table__fixed:nth-child(4) .table-responsive .table__body table tbody tr td:nth-child(3),
.player.nba .container .stats .widget__body .table__fixed:nth-child(4) .table-responsive .table__body table tbody tr td:nth-child(7),
.player.nba .container .stats .widget__body .table__fixed:nth-child(4) .table-responsive .table__body table tbody tr th:nth-child(3),
.player.nba .container .stats .widget__body .table__fixed:nth-child(4) .table-responsive .table__body table tbody tr th:nth-child(7) {
  flex: 0 120px; }

.player.nba .container .stats .widget__body .table__fixed:nth-child(6) .table-responsive .table__body table {
  width: 800px; }
  .player.nba .container .stats .widget__body .table__fixed:nth-child(6) .table-responsive .table__body table thead tr td:nth-child(3),
  .player.nba .container .stats .widget__body .table__fixed:nth-child(6) .table-responsive .table__body table thead tr th:nth-child(3),
  .player.nba .container .stats .widget__body .table__fixed:nth-child(6) .table-responsive .table__body table tbody tr td:nth-child(3),
  .player.nba .container .stats .widget__body .table__fixed:nth-child(6) .table-responsive .table__body table tbody tr th:nth-child(3) {
    flex: 0 80px; }

.player.nba .container .game-log .widget__body .table__fixed .table-responsive .table__body table thead tr td:nth-child(5), .player.nba .container .game-log .widget__body .table__fixed .table-responsive .table__body table thead tr td:nth-child(7), .player.nba .container .game-log .widget__body .table__fixed .table-responsive .table__body table thead tr td:nth-child(9),
.player.nba .container .game-log .widget__body .table__fixed .table-responsive .table__body table thead tr th:nth-child(5),
.player.nba .container .game-log .widget__body .table__fixed .table-responsive .table__body table thead tr th:nth-child(7),
.player.nba .container .game-log .widget__body .table__fixed .table-responsive .table__body table thead tr th:nth-child(9),
.player.nba .container .game-log .widget__body .table__fixed .table-responsive .table__body table tbody tr td:nth-child(5),
.player.nba .container .game-log .widget__body .table__fixed .table-responsive .table__body table tbody tr td:nth-child(7),
.player.nba .container .game-log .widget__body .table__fixed .table-responsive .table__body table tbody tr td:nth-child(9),
.player.nba .container .game-log .widget__body .table__fixed .table-responsive .table__body table tbody tr th:nth-child(5),
.player.nba .container .game-log .widget__body .table__fixed .table-responsive .table__body table tbody tr th:nth-child(7),
.player.nba .container .game-log .widget__body .table__fixed .table-responsive .table__body table tbody tr th:nth-child(9) {
  flex: 0 120px; }

.player.cfl .overview .stats ul li {
  width: 32%; }
  .player.cfl .overview .stats ul li.overview-season {
    max-width: 89px; }

.player.cfl .container .profile .widget__body .table__fixed .table-responsive .table__body table {
  width: 1000px; }

.player.cfl .container .stats .widget__body .table__fixed .table-responsive .table__body table thead tr td:nth-child(3),
.player.cfl .container .stats .widget__body .table__fixed .table-responsive .table__body table thead tr th:nth-child(3),
.player.cfl .container .stats .widget__body .table__fixed .table-responsive .table__body table tbody tr td:nth-child(3),
.player.cfl .container .stats .widget__body .table__fixed .table-responsive .table__body table tbody tr th:nth-child(3) {
  flex: 0 70px; }

.player.cfl .container .stats .widget__body .table__fixed:nth-child(4) .table-responsive .table__body table, .player.cfl .container .stats .widget__body .table__fixed:nth-child(8) .table-responsive .table__body table, .player.cfl .container .stats .widget__body .table__fixed:nth-child(10) .table-responsive .table__body table, .player.cfl .container .stats .widget__body .table__fixed:nth-child(12) .table-responsive .table__body table {
  width: 700px; }

.player.cfl .container .stats .widget__body .table__fixed:nth-child(10) .table-responsive .table__body table {
  width: 500px; }

.player.mlb .overview .stats ul li {
  width: 19%; }

.player.mlb .container .widget__body .table__fixed .table-responsive .table__body table {
  width: 1100px; }
  .player.mlb .container .widget__body .table__fixed .table-responsive .table__body table.season-stats {
    width: 700px; }

.player.mlb .container .stats .widget__body .table__fixed .table-responsive .table__body table thead tr td:nth-child(3),
.player.mlb .container .stats .widget__body .table__fixed .table-responsive .table__body table thead tr th:nth-child(3),
.player.mlb .container .stats .widget__body .table__fixed .table-responsive .table__body table tbody tr td:nth-child(3),
.player.mlb .container .stats .widget__body .table__fixed .table-responsive .table__body table tbody tr th:nth-child(3) {
  flex: 0 70px; }

.player.mlb .container .stats .widget__body .table__fixed:nth-child(4) .table-responsive .table__body table, .player.mlb .container .stats .widget__body .table__fixed:nth-child(8) .table-responsive .table__body table {
  width: 800px; }

.player.mlb .container .game-log .widget__body .table__fixed .table-responsive .table__body table {
  width: 700px; }

.player.ncaab .container .profile .widget__body .table__fixed .table-responsive .table__body table {
  width: 1100px; }
  .player.ncaab .container .profile .widget__body .table__fixed .table-responsive .table__body table thead tr td:nth-child(7), .player.ncaab .container .profile .widget__body .table__fixed .table-responsive .table__body table thead tr td:nth-child(9), .player.ncaab .container .profile .widget__body .table__fixed .table-responsive .table__body table thead tr td:nth-child(11),
  .player.ncaab .container .profile .widget__body .table__fixed .table-responsive .table__body table thead tr th:nth-child(7),
  .player.ncaab .container .profile .widget__body .table__fixed .table-responsive .table__body table thead tr th:nth-child(9),
  .player.ncaab .container .profile .widget__body .table__fixed .table-responsive .table__body table thead tr th:nth-child(11),
  .player.ncaab .container .profile .widget__body .table__fixed .table-responsive .table__body table tbody tr td:nth-child(7),
  .player.ncaab .container .profile .widget__body .table__fixed .table-responsive .table__body table tbody tr td:nth-child(9),
  .player.ncaab .container .profile .widget__body .table__fixed .table-responsive .table__body table tbody tr td:nth-child(11),
  .player.ncaab .container .profile .widget__body .table__fixed .table-responsive .table__body table tbody tr th:nth-child(7),
  .player.ncaab .container .profile .widget__body .table__fixed .table-responsive .table__body table tbody tr th:nth-child(9),
  .player.ncaab .container .profile .widget__body .table__fixed .table-responsive .table__body table tbody tr th:nth-child(11) {
    flex: 0 150px; }
  .player.ncaab .container .profile .widget__body .table__fixed .table-responsive .table__body table.season-stats {
    width: 800px; }
    .player.ncaab .container .profile .widget__body .table__fixed .table-responsive .table__body table.season-stats thead tr td:nth-child(7), .player.ncaab .container .profile .widget__body .table__fixed .table-responsive .table__body table.season-stats thead tr td:nth-child(9), .player.ncaab .container .profile .widget__body .table__fixed .table-responsive .table__body table.season-stats thead tr td:nth-child(11),
    .player.ncaab .container .profile .widget__body .table__fixed .table-responsive .table__body table.season-stats thead tr th:nth-child(7),
    .player.ncaab .container .profile .widget__body .table__fixed .table-responsive .table__body table.season-stats thead tr th:nth-child(9),
    .player.ncaab .container .profile .widget__body .table__fixed .table-responsive .table__body table.season-stats thead tr th:nth-child(11),
    .player.ncaab .container .profile .widget__body .table__fixed .table-responsive .table__body table.season-stats tbody tr td:nth-child(7),
    .player.ncaab .container .profile .widget__body .table__fixed .table-responsive .table__body table.season-stats tbody tr td:nth-child(9),
    .player.ncaab .container .profile .widget__body .table__fixed .table-responsive .table__body table.season-stats tbody tr td:nth-child(11),
    .player.ncaab .container .profile .widget__body .table__fixed .table-responsive .table__body table.season-stats tbody tr th:nth-child(7),
    .player.ncaab .container .profile .widget__body .table__fixed .table-responsive .table__body table.season-stats tbody tr th:nth-child(9),
    .player.ncaab .container .profile .widget__body .table__fixed .table-responsive .table__body table.season-stats tbody tr th:nth-child(11) {
      flex: 0 70px; }

.player.ncaab .container .stats .widget__body .table__fixed .table-responsive .table__body table thead tr td:nth-child(3),
.player.ncaab .container .stats .widget__body .table__fixed .table-responsive .table__body table thead tr th:nth-child(3),
.player.ncaab .container .stats .widget__body .table__fixed .table-responsive .table__body table tbody tr td:nth-child(3),
.player.ncaab .container .stats .widget__body .table__fixed .table-responsive .table__body table tbody tr th:nth-child(3) {
  flex: 0 70px; }

.player.ncaab .container .stats .widget__body .table__fixed:nth-child(2) .table-responsive .table__body table, .player.ncaab .container .stats .widget__body .table__fixed:nth-child(4) .table-responsive .table__body table {
  width: 1200px; }

.player.ncaab .container .stats .widget__body .table__fixed:nth-child(2) .table-responsive .table__body table thead tr td:nth-child(6), .player.ncaab .container .stats .widget__body .table__fixed:nth-child(2) .table-responsive .table__body table thead tr td:nth-child(8), .player.ncaab .container .stats .widget__body .table__fixed:nth-child(2) .table-responsive .table__body table thead tr td:nth-child(10),
.player.ncaab .container .stats .widget__body .table__fixed:nth-child(2) .table-responsive .table__body table thead tr th:nth-child(6),
.player.ncaab .container .stats .widget__body .table__fixed:nth-child(2) .table-responsive .table__body table thead tr th:nth-child(8),
.player.ncaab .container .stats .widget__body .table__fixed:nth-child(2) .table-responsive .table__body table thead tr th:nth-child(10),
.player.ncaab .container .stats .widget__body .table__fixed:nth-child(2) .table-responsive .table__body table tbody tr td:nth-child(6),
.player.ncaab .container .stats .widget__body .table__fixed:nth-child(2) .table-responsive .table__body table tbody tr td:nth-child(8),
.player.ncaab .container .stats .widget__body .table__fixed:nth-child(2) .table-responsive .table__body table tbody tr td:nth-child(10),
.player.ncaab .container .stats .widget__body .table__fixed:nth-child(2) .table-responsive .table__body table tbody tr th:nth-child(6),
.player.ncaab .container .stats .widget__body .table__fixed:nth-child(2) .table-responsive .table__body table tbody tr th:nth-child(8),
.player.ncaab .container .stats .widget__body .table__fixed:nth-child(2) .table-responsive .table__body table tbody tr th:nth-child(10) {
  flex: 0 120px; }

.player.ncaab .container .stats .widget__body .table__fixed:nth-child(6) .table-responsive .table__body table {
  width: 900px; }

.player.ncaab .container .game-log .widget__body .table__fixed .table-responsive .table__body table {
  width: 1100px; }
  .player.ncaab .container .game-log .widget__body .table__fixed .table-responsive .table__body table thead tr td:nth-child(5), .player.ncaab .container .game-log .widget__body .table__fixed .table-responsive .table__body table thead tr td:nth-child(7), .player.ncaab .container .game-log .widget__body .table__fixed .table-responsive .table__body table thead tr td:nth-child(9),
  .player.ncaab .container .game-log .widget__body .table__fixed .table-responsive .table__body table thead tr th:nth-child(5),
  .player.ncaab .container .game-log .widget__body .table__fixed .table-responsive .table__body table thead tr th:nth-child(7),
  .player.ncaab .container .game-log .widget__body .table__fixed .table-responsive .table__body table thead tr th:nth-child(9),
  .player.ncaab .container .game-log .widget__body .table__fixed .table-responsive .table__body table tbody tr td:nth-child(5),
  .player.ncaab .container .game-log .widget__body .table__fixed .table-responsive .table__body table tbody tr td:nth-child(7),
  .player.ncaab .container .game-log .widget__body .table__fixed .table-responsive .table__body table tbody tr td:nth-child(9),
  .player.ncaab .container .game-log .widget__body .table__fixed .table-responsive .table__body table tbody tr th:nth-child(5),
  .player.ncaab .container .game-log .widget__body .table__fixed .table-responsive .table__body table tbody tr th:nth-child(7),
  .player.ncaab .container .game-log .widget__body .table__fixed .table-responsive .table__body table tbody tr th:nth-child(9) {
    flex: 0 120px; }

.player.ncaaf .overview .stats ul li {
  width: 32%; }

.player.ncaaf .container .profile .widget__body .table__fixed .table-responsive .table__body table {
  width: 1000px; }
  .player.ncaaf .container .profile .widget__body .table__fixed .table-responsive .table__body table.season-stats {
    width: 800px; }

.player.ncaaf .container .stats .widget__body .table__fixed .table-responsive .table__body table thead tr td:nth-child(3),
.player.ncaaf .container .stats .widget__body .table__fixed .table-responsive .table__body table thead tr th:nth-child(3),
.player.ncaaf .container .stats .widget__body .table__fixed .table-responsive .table__body table tbody tr td:nth-child(3),
.player.ncaaf .container .stats .widget__body .table__fixed .table-responsive .table__body table tbody tr th:nth-child(3) {
  flex: 0 70px; }

.player.ncaaf .container .stats .widget__body .table__fixed:nth-child(4) .table-responsive .table__body table, .player.ncaaf .container .stats .widget__body .table__fixed:nth-child(8) .table-responsive .table__body table, .player.ncaaf .container .stats .widget__body .table__fixed:nth-child(10) .table-responsive .table__body table, .player.ncaaf .container .stats .widget__body .table__fixed:nth-child(12) .table-responsive .table__body table {
  width: 700px; }

.player.ncaaf .container .stats .widget__body .table__fixed:nth-child(6) .table-responsive .table__body table {
  width: 900px; }

.player.ncaaf .container .game-log .widget__body .table__fixed .table-responsive .table__body table {
  width: 1100px; }
  .player.ncaaf .container .game-log .widget__body .table__fixed .table-responsive .table__body table thead tr td:nth-child(5), .player.ncaaf .container .game-log .widget__body .table__fixed .table-responsive .table__body table thead tr td:nth-child(7), .player.ncaaf .container .game-log .widget__body .table__fixed .table-responsive .table__body table thead tr td:nth-child(9),
  .player.ncaaf .container .game-log .widget__body .table__fixed .table-responsive .table__body table thead tr th:nth-child(5),
  .player.ncaaf .container .game-log .widget__body .table__fixed .table-responsive .table__body table thead tr th:nth-child(7),
  .player.ncaaf .container .game-log .widget__body .table__fixed .table-responsive .table__body table thead tr th:nth-child(9),
  .player.ncaaf .container .game-log .widget__body .table__fixed .table-responsive .table__body table tbody tr td:nth-child(5),
  .player.ncaaf .container .game-log .widget__body .table__fixed .table-responsive .table__body table tbody tr td:nth-child(7),
  .player.ncaaf .container .game-log .widget__body .table__fixed .table-responsive .table__body table tbody tr td:nth-child(9),
  .player.ncaaf .container .game-log .widget__body .table__fixed .table-responsive .table__body table tbody tr th:nth-child(5),
  .player.ncaaf .container .game-log .widget__body .table__fixed .table-responsive .table__body table tbody tr th:nth-child(7),
  .player.ncaaf .container .game-log .widget__body .table__fixed .table-responsive .table__body table tbody tr th:nth-child(9) {
    flex: 0 120px; }

.player.nfl .container .game-log .widget__body .table__fixed .table-responsive .table__body table,
.player.cfl .container .game-log .widget__body .table__fixed .table-responsive .table__body table,
.player.ncaab .container .game-log .widget__body .table__fixed .table-responsive .table__body table,
.player.ncaaf .container .game-log .widget__body .table__fixed .table-responsive .table__body table {
  padding-top: 20px; }

@media (min-width: 449px) and (max-width: 1025px) {
  .player .overview {
    padding: 0 20px; }
    .player .overview .profile-header ul {
      margin: 0;
      list-style-type: none; }
      .player .overview .profile-header ul li {
        text-transform: uppercase; }
        .player .overview .profile-header ul li span:last-child {
          float: right; }
  .player .container {
    width: calc(100% - 40px);
    padding: 0 20px;
    display: block; }
    .player .container .widget__body {
      clear: both;
      overflow: hidden; }
    .player .container #season-phase {
      width: 30%;
      float: right;
      display: inline-block;
      margin: 20px 10px; }
    .player .container header.widget__head {
      width: 65%; }
      .player .container header.widget__head ul {
        margin: 20px 0 5px; }
    .player .container .sia-player-profile-stats .player-profile-odds-wrapper .sia-universal-odds .widget__body .odds-main ul li,
    .player .container .sia-player-profile-stats .player-odds-wrapper .sia-universal-odds .widget__body .odds-main ul li {
      width: 18%; }
  .player .player-glossary h4 {
    padding-left: 0; }
  .player .sia-player-profile-stats .sia_dropdown {
    width: 25%;
    float: right;
    margin: 0 0 12px; }
  .player.nba .container .widget__body .table__fixed .table-responsive .table__body table.season-stats {
    width: 720px; }
    .player.nba .container .widget__body .table__fixed .table-responsive .table__body table.season-stats thead tr td:nth-child(7), .player.nba .container .widget__body .table__fixed .table-responsive .table__body table.season-stats thead tr td:nth-child(9), .player.nba .container .widget__body .table__fixed .table-responsive .table__body table.season-stats thead tr td:nth-child(11),
    .player.nba .container .widget__body .table__fixed .table-responsive .table__body table.season-stats thead tr th:nth-child(7),
    .player.nba .container .widget__body .table__fixed .table-responsive .table__body table.season-stats thead tr th:nth-child(9),
    .player.nba .container .widget__body .table__fixed .table-responsive .table__body table.season-stats thead tr th:nth-child(11),
    .player.nba .container .widget__body .table__fixed .table-responsive .table__body table.season-stats tbody tr td:nth-child(7),
    .player.nba .container .widget__body .table__fixed .table-responsive .table__body table.season-stats tbody tr td:nth-child(9),
    .player.nba .container .widget__body .table__fixed .table-responsive .table__body table.season-stats tbody tr td:nth-child(11),
    .player.nba .container .widget__body .table__fixed .table-responsive .table__body table.season-stats tbody tr th:nth-child(7),
    .player.nba .container .widget__body .table__fixed .table-responsive .table__body table.season-stats tbody tr th:nth-child(9),
    .player.nba .container .widget__body .table__fixed .table-responsive .table__body table.season-stats tbody tr th:nth-child(11) {
      flex: 0 70px; } }

@media (min-width: 449px) and (max-width: 614px) {
  .player .overview {
    padding: 20px; }
    .player .overview .stats {
      width: 100%;
      margin-top: 10px; }
      .player .overview .stats .overview-season {
        max-width: 125px; } }

@media (min-width: 615px) and (max-width: 720px) {
  .player .overview {
    padding: 20px; }
    .player .overview .stats {
      width: 58%; } }

@media (min-width: 1025px) {
  .player .overview {
    padding: 0; }
    .player .overview .stats {
      width: 36%; }
    .player .overview .profile-header ul li {
      width: 19%;
      display: inline-block;
      margin-right: 16%; }
      .player .overview .profile-header ul li:nth-child(3n) {
        margin-right: 0; }
      .player .overview .profile-header ul li:nth-child(3n+1) {
        margin-left: 54px; }
  .player .container {
    width: 100%;
    padding: 0;
    display: block; }
    .player .container div .widget__body {
      clear: both;
      overflow: hidden; }
      .player .container div .widget__body .table__fixed .table-responsive .table__body table {
        width: 100% !important; }
        .player .container div .widget__body .table__fixed .table-responsive .table__body table thead tr td,
        .player .container div .widget__body .table__fixed .table-responsive .table__body table thead tr th,
        .player .container div .widget__body .table__fixed .table-responsive .table__body table tbody tr td,
        .player .container div .widget__body .table__fixed .table-responsive .table__body table tbody tr th {
          flex: 0 100px; }
        .player .container div .widget__body .table__fixed .table-responsive .table__body table.season-stats thead tr td,
        .player .container div .widget__body .table__fixed .table-responsive .table__body table.season-stats thead tr th,
        .player .container div .widget__body .table__fixed .table-responsive .table__body table.season-stats tbody tr td,
        .player .container div .widget__body .table__fixed .table-responsive .table__body table.season-stats tbody tr th {
          flex: 0 70px; }
      .player .container div .widget__body h4 {
        background-color: transparent; }
      .player .container div .widget__body .table__fixed {
        position: relative; }
        .player .container div .widget__body .table__fixed .table-responsive::after {
          background: transparent; }
    .player .container .sia-player-profile-stats .player-profile-odds-wrapper .sia-universal-odds .widget__body .odds-main ul li,
    .player .container .sia-player-profile-stats .player-odds-wrapper .sia-universal-odds .widget__body .odds-main ul li {
      width: 12%; }
  .player #season-phase {
    margin-right: 0; }
  .player.nfl .overview .stats ul li {
    max-width: 90px;
    padding: 10px 20px; }
  .player.nba .container .profile .widget__body .table__fixed .table-responsive .table__body table thead tr td:nth-child(n+13),
  .player.nba .container .profile .widget__body .table__fixed .table-responsive .table__body table thead tr th:nth-child(n+13),
  .player.nba .container .profile .widget__body .table__fixed .table-responsive .table__body table tbody tr td:nth-child(n+13),
  .player.nba .container .profile .widget__body .table__fixed .table-responsive .table__body table tbody tr th:nth-child(n+13) {
    flex: 0 60px; }
  .sia-breadcrumbs {
    padding: 0; } }

.matchupBanner {
  margin: 0 auto 20px;
  width: 100%; }
  @media (max-width: 449px) {
    .matchupBanner {
      margin: 0 auto 0; } }
  .matchupBanner .matchupBanner__scorecard,
  .matchupBanner .matchupBanner__bettingDetails {
    display: flex; }
    .matchupBanner .matchupBanner__scorecard .matchupBanner__team,
    .matchupBanner .matchupBanner__bettingDetails .matchupBanner__team {
      flex: 4; }
      .matchupBanner .matchupBanner__scorecard .matchupBanner__team.home,
      .matchupBanner .matchupBanner__bettingDetails .matchupBanner__team.home {
        flex-direction: row-reverse; }
        .matchupBanner .matchupBanner__scorecard .matchupBanner__team.home .team__image,
        .matchupBanner .matchupBanner__bettingDetails .matchupBanner__team.home .team__image {
          text-align: right; }
        .matchupBanner .matchupBanner__scorecard .matchupBanner__team.home .team__details,
        .matchupBanner .matchupBanner__bettingDetails .matchupBanner__team.home .team__details {
          text-align: left; }
      .matchupBanner .matchupBanner__scorecard .matchupBanner__team.away .team__details,
      .matchupBanner .matchupBanner__bettingDetails .matchupBanner__team.away .team__details {
        text-align: right; }
  .matchupBanner .matchupBanner__scorecard {
    align-items: center; }
  .matchupBanner .matchupBanner__bettingDetails {
    padding: 15px 0; }
    .matchupBanner .matchupBanner__bettingDetails .matchupBanner__bettingScore {
      align-items: center;
      display: flex;
      flex: 1;
      font-size: 12px;
      justify-content: center;
      padding: 0 10px; }
      .matchupBanner .matchupBanner__bettingDetails .matchupBanner__bettingScore table {
        width: 100%; }
    .matchupBanner .matchupBanner__bettingDetails .matchupBanner__betting {
      display: none; }
  .matchupBanner .matchupBanner__details {
    flex: 3;
    font-size: 12px;
    font-weight: 400;
    margin: 15px 0;
    text-align: center;
    text-transform: uppercase; }
    .matchupBanner .matchupBanner__details .seperator {
      color: #f7931d;
      font-size: 12px;
      font-weight: 600; }
    .matchupBanner .matchupBanner__details .time,
    .matchupBanner .matchupBanner__details .location {
      display: none; }
    .matchupBanner .matchupBanner__details .time {
      margin: 5px 0 0; }
  @media (min-width: 449px) and (max-width: 1025px) {
    .matchupBanner .matchupBanner__details {
      flex: 4; }
    .matchupBanner .matchupBanner__scorecard .matchupBanner__details .seperator {
      color: #f7931d;
      font-size: 21px;
      font-weight: 600; }
    .matchupBanner .matchupBanner__bettingDetails .bettingType {
      font-size: 14px; }
    .matchupBanner .matchupBanner__bettingDetails .matchupBanner__bettingScore {
      padding: 0 30px; } }
  @media (min-width: 1025px) {
    .matchupBanner {
      margin: 20px auto; }
      .matchupBanner .matchupBanner__details .time,
      .matchupBanner .matchupBanner__details .location {
        display: block; }
      .matchupBanner .matchupBanner__bettingDetails .matchupBanner__betting {
        display: block; } }

.matchupBanner__betting {
  flex: 4; }
  .matchupBanner__betting .betting__action {
    align-items: center;
    display: flex;
    flex: 5;
    padding: 10px 30px;
    text-align: center; }
    .matchupBanner__betting .betting__action .matchupBanner__pillar {
      position: relative; }
      .matchupBanner__betting .betting__action .matchupBanner__pillar .score__text {
        color: #8f8f8f;
        font-size: 21px;
        font-weight: 500; }
      .matchupBanner__betting .betting__action .matchupBanner__pillar.favored .score__text {
        color: #191919; }
    .matchupBanner__betting .betting__action .betting__action__teamOne,
    .matchupBanner__betting .betting__action .betting__action__teamTwo {
      flex: 2;
      margin: 0 15px; }
    .matchupBanner__betting .betting__action .betting__action__teamOne .score__text {
      text-align: left; }
    .matchupBanner__betting .betting__action .betting__action__teamOne .full {
      right: 0; }
    .matchupBanner__betting .betting__action .betting__action__teamTwo .score__text {
      text-align: right; }
    .matchupBanner__betting .betting__action .betting__action__text {
      color: #f7931d;
      font-size: 14px;
      font-weight: 600;
      text-transform: uppercase; }
  .matchupBanner__betting .action__buttons {
    display: flex;
    justify-content: center; }
    .matchupBanner__betting .action__buttons .btn1 {
      box-sizing: content-box;
      cursor: pointer;
      margin: 15px 20px;
      min-width: 105px;
      outline: none;
      text-align: center;
      text-decoration: none; }
  @media (min-width: 449px) and (max-width: 1025px) {
    .matchupBanner__betting {
      padding: 0 65px; }
      .matchupBanner__betting .betting__action .matchupBanner__pillar .empty {
        background-color: #e6e6e6;
        height: 6px;
        width: 100%; }
      .matchupBanner__betting .betting__action .matchupBanner__pillar .full {
        background-color: #f7931d;
        bottom: 0;
        height: 6px;
        position: absolute;
        width: 42%; }
      .matchupBanner__betting .betting__action .betting__action__text {
        align-self: flex-end;
        line-height: 1; } }
  @media (min-width: 1025px) {
    .matchupBanner__betting {
      display: none;
      padding: 0; } }

.matchupBanner__team {
  align-items: center;
  display: flex; }
  .matchupBanner__team .matchupBanner__border {
    height: 106px;
    width: 10px; }
  .matchupBanner__team .team__image,
  .matchupBanner__team .team__details {
    flex: 1; }
  .matchupBanner__team .team__image .team-logo {
    height: 50px;
    margin: 0 5px;
    width: 50px; }
  .matchupBanner__team .team__details {
    padding: 10px;
    text-align: center; }
    .matchupBanner__team .team__details .team__name {
      cursor: pointer;
      font-size: 16px;
      font-weight: 600;
      max-width: 75px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .matchupBanner__team .team__details .team__scores {
      color: #636363;
      font-size: 10px;
      font-weight: 400; }
  @media (min-width: 449px) and (max-width: 1025px) {
    .matchupBanner__team .team__details .team__name {
      max-width: none; } }
  @media (min-width: 1025px) {
    .matchupBanner__team .team__image .team-logo {
      height: 80px;
      margin: 0 20px;
      width: 80px; }
    .matchupBanner__team .team__details .team__name {
      font-size: 21px; }
    .matchupBanner__team .team__details .team__scores {
      font-size: 18px; } }

.matchupBanner__bettingDetails .bettingType {
  font-weight: 600;
  letter-spacing: .09em; }

.matchupBanner__bettingDetails .value {
  text-align: right; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.content-area .widget.widget_text {
  list-style-type: none;
  padding: 0; }
  .content-area .widget.widget_text > div {
    width: 98%;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 12px;
    margin-left: 12px;
    background-color: #fff;
    /*h1, h2, h3, h4, h5 {
                box-sizing: border-box;
                margin: 0 0 20px;
                padding: 10px 0 0;
                font-weight: 600;
                margin-top: 0;
                line-height: 1;
                color: #191919;
                margin-bottom: 10px;
            }*/ }
    @media (min-width: 1025px) {
      .content-area .widget.widget_text > div {
        max-width: 1186px; } }
    @media (min-width: 449px) and (max-width: 1025px) {
      .content-area .widget.widget_text > div {
        max-width: 720px; } }
    @media (max-width: 449px) {
      .content-area .widget.widget_text > div {
        max-width: 540px; } }
    .content-area .widget.widget_text > div ul {
      list-style-type: initial;
      padding-left: 1.2em; }
    .content-area .widget.widget_text > div p {
      line-height: 1.6;
      box-sizing: border-box;
      font-size: 16px;
      margin: 0 0 20px;
      color: #191919; }
    .content-area .widget.widget_text > div a {
      line-height: 1.6;
      box-sizing: border-box;
      text-decoration: underline;
      color: #e67300;
      font-weight: 500; }
    .content-area .widget.widget_text > div img {
      width: 100%;
      height: auto; }

/********************************************************\
  Old Sia CSS
\*********************************************************/
.sia-btn {
  bottom: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  letter-spacing: .03em;
  padding: 12px 0;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  border: 0;
  border-radius: 3px;
  outline: none;
  cursor: pointer;
  margin-left: 10px; }
  .sia-btn:hover {
    opacity: .8; }
  @media (max-width: 449px) {
    .sia-btn {
      width: 100px; } }

.btn--lightblue {
  background: #7c94ad; }

.btn--darkgreen {
  background: #3c8249; }

.btn--xs {
  min-width: 90px; }

/** Bet now button shows up on when ads are allowed (user is Canadian) **/
.amp-geo-group-adsallowed .bet-now-button {
  display: block; }

.amp-geo-group-adsallowed .odds-button {
  display: none; }

/** Bet now button shows up on when ads are NOT allowed (user is non-Canadian) **/
.amp-geo-no-group .odds-button {
  display: block; }

.amp-geo-no-group .bet-now-button {
  display: none; }

/*
.league-portal {
  margin-top: 15px;

  p {
    margin: 0 0 20px;
  }

  .col-md-12 {
    padding-left: 0;
  }

  .league__scores__body {
    margin-top: 5px;
    padding: 20px 20px 10px;
    //background: $base-2;
    border: .5px solid $border-1;

    @include mobile {
        padding: 0;
    }
  }
}

@include desktop {
}
*/
.team-portal-stats__head {
  margin-right: 0px;
  margin-left: 0px;
  background-color: #fff; }

/* ------------------------------------------------------------ *\
    CSS for teams page
\* ------------------------------------------------------------ */
.container h2, .container h3 {
  margin-top: 0;
  line-height: 1; }

.container .schedule__head {
  display: block;
  margin: 20px 0; }
  .container .schedule__head h1 {
    margin-bottom: 0;
    padding: 0 20px 20px;
    font-size: 24px;
    line-height: 1; }
  .container .schedule__head .schedule__head-aside {
    padding: 0 20px; }
    .container .schedule__head .schedule__head-aside .schedule__filters {
      display: flex;
      justify-content: space-between; }
      .container .schedule__head .schedule__head-aside .schedule__filters .select {
        display: inline-block;
        border-bottom: 2px solid #000;
        flex-grow: 1;
        margin-left: 4%; }
        .container .schedule__head .schedule__head-aside .schedule__filters .select:first-child {
          margin-left: 0; }
        .container .schedule__head .schedule__head-aside .schedule__filters .select select {
          color: #191919;
          display: inline-block;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis; }
        .container .schedule__head .schedule__head-aside .schedule__filters .select:before {
          border-right: 2px solid #191919;
          border-top: 2px solid #191919; }

.border-container {
  background-color: #f6f6f6;
  border: 1px solid #efefef; }

.player-link-name,
.team-link-name {
  text-decoration: underline;
  font-weight: bold; }

.header.team-portal__header .navbar .sub-menu .nav-dropdown__container .nav__tabs .nav__tab.active ul {
  display: none; }

.header.team-portal__header .navbar .sub-menu .nav-dropdown__container .nav__tabs .nav__tab.active .nav-dropdown__label i {
  line-height: 1px;
  margin-right: 15px;
  vertical-align: middle;
  padding: 0 6px;
  background-image: url(images/slider-prev.png);
  background-size: cover;
  background-size: 100% 100%; }
  .header.team-portal__header .navbar .sub-menu .nav-dropdown__container .nav__tabs .nav__tab.active .nav-dropdown__label i:before {
    content: ""; }

.header.team-portal__header .navbar .sub-menu .nav-dropdown__container .nav__tabs .team-portal-menu-stacked .nav-dropdown {
  background-color: #3d517b;
  width: 100%; }
  .header.team-portal__header .navbar .sub-menu .nav-dropdown__container .nav__tabs .team-portal-menu-stacked .nav-dropdown .nav__tabs .nav__tab {
    position: static;
    visibility: visible;
    opacity: 1;
    transform: none;
    overflow: auto; }
    .header.team-portal__header .navbar .sub-menu .nav-dropdown__container .nav__tabs .team-portal-menu-stacked .nav-dropdown .nav__tabs .nav__tab .team-info {
      position: absolute;
      top: 59px;
      left: 105px;
      padding: 6px 0 5px 12px;
      background: linear-gradient(to right, #e6e6e6 50px, transparent 50px 100%); }
      .header.team-portal__header .navbar .sub-menu .nav-dropdown__container .nav__tabs .team-portal-menu-stacked .nav-dropdown .nav__tabs .nav__tab .team-info img {
        width: 25px;
        height: 25px;
        float: left;
        margin-top: 1px; }
      .header.team-portal__header .navbar .sub-menu .nav-dropdown__container .nav__tabs .team-portal-menu-stacked .nav-dropdown .nav__tabs .nav__tab .team-info span {
        display: block;
        font-size: 12px;
        margin-left: 60px;
        line-height: 15px;
        letter-spacing: .5px; }
        .header.team-portal__header .navbar .sub-menu .nav-dropdown__container .nav__tabs .team-portal-menu-stacked .nav-dropdown .nav__tabs .nav__tab .team-info span:nth-child(2) {
          color: #fff; }
        .header.team-portal__header .navbar .sub-menu .nav-dropdown__container .nav__tabs .team-portal-menu-stacked .nav-dropdown .nav__tabs .nav__tab .team-info span:nth-child(3) {
          margin-left: 35px;
          float: left;
          margin-right: 10px; }
    .header.team-portal__header .navbar .sub-menu .nav-dropdown__container .nav__tabs .team-portal-menu-stacked .nav-dropdown .nav__tabs .nav__tab ul li {
      padding: 8px 5px; }

.header.team-portal__header .navbar .nav-dropdown .nav__tabs .nav-dropdown__label {
  border-right: none; }

.team-portal p {
  margin: 0 0 20px; }

.team-portal .sia_article .sia_article__subTitle {
  margin: 0; }

.team-portal .roster .border-container {
  margin-bottom: 20px; }

.team-portal .schedule__body {
  margin-top: 5px; }

.team-portal .stats .container .schedule__body .stats-tabs {
  overflow: hidden;
  width: 100%;
  white-space: nowrap; }

.team-portal .team-portal-odds .container .schedule__body {
  background: #f6f6f6;
  border: 0.5px solid #efefef;
  padding: 20px 20px 10px; }

.team-portal .team-portal-odds .sia-universal-odds {
  overflow: auto; }
  .team-portal .team-portal-odds .sia-universal-odds .widget__head h4 {
    font-size: 16px;
    color: #000;
    margin: 5px 0 10px 5px; }
  .team-portal .team-portal-odds .sia-universal-odds .widget__head p {
    font-size: 12px;
    letter-spacing: .04em;
    display: block;
    margin-top: 10px;
    text-transform: uppercase;
    color: #8f8f8f;
    font-weight: 500; }
  .team-portal .team-portal-odds .sia-universal-odds .odds-main {
    clear: both; }
    .team-portal .team-portal-odds .sia-universal-odds .odds-main .bet-extra {
      letter-spacing: .04em;
      display: block;
      margin-left: 5px;
      padding: 0; }
    .team-portal .team-portal-odds .sia-universal-odds .odds-main ul {
      display: flex;
      flex-wrap: wrap;
      -webkit-box-flex: 1;
      font-size: 13px;
      justify-content: center;
      padding: 0;
      flex: 1 0 100%; }
      .team-portal .team-portal-odds .sia-universal-odds .odds-main ul li {
        cursor: pointer;
        width: 35%;
        padding: 10px;
        background-color: #e6e6e6;
        border: 1px solid transparent;
        border-radius: 5px;
        margin: 5px;
        list-style: none;
        flex: auto; }
        .team-portal .team-portal-odds .sia-universal-odds .odds-main ul li .pick-name {
          max-width: calc(100% - 55px);
          display: block;
          float: left;
          font-weight: 500; }
        .team-portal .team-portal-odds .sia-universal-odds .odds-main ul li .bet-odds, .team-portal .team-portal-odds .sia-universal-odds .odds-main ul li .bet-handicap {
          text-align: right;
          float: right;
          font-weight: 500;
          color: #e67300; }
        .team-portal .team-portal-odds .sia-universal-odds .odds-main ul li .bet-handicap {
          margin-right: 10px;
          color: #8f8f8f; }
        .team-portal .team-portal-odds .sia-universal-odds .odds-main ul li.chosen {
          background-color: #fff;
          border: 1px solid #e67300; }
    .team-portal .team-portal-odds .sia-universal-odds .odds-main.future-event ul li:nth-child(n+13), .team-portal .team-portal-odds .sia-universal-odds .odds-main.prop-event ul li:nth-child(n+13) {
      display: none;
      animation: fadeOut 1s; }
      .team-portal .team-portal-odds .sia-universal-odds .odds-main.future-event ul li:nth-child(n+13).show, .team-portal .team-portal-odds .sia-universal-odds .odds-main.prop-event ul li:nth-child(n+13).show {
        display: block;
        animation: fadeIn 1s; }
    .team-portal .team-portal-odds .sia-universal-odds .odds-main .show-more {
      cursor: pointer;
      float: right; }
  .team-portal .team-portal-odds .sia-universal-odds .odds-actions {
    clear: both; }
    .team-portal .team-portal-odds .sia-universal-odds .odds-actions .btn {
      display: block;
      text-align: center;
      text-decoration: none; }
    .team-portal .team-portal-odds .sia-universal-odds .odds-actions .odds-warning {
      font-size: 12px;
      margin: 10px 0;
      text-align: right;
      width: auto; }
      .team-portal .team-portal-odds .sia-universal-odds .odds-actions .odds-warning .icon-information {
        color: #e67300;
        margin-right: 10px;
        vertical-align: middle; }

.team-portal .sia_sport__injuries p {
  margin: 0; }

.schedule__body,
.section__body {
  margin-top: 20px; }
  .schedule__body h3,
  .section__body h3 {
    text-transform: capitalize;
    padding: 20px 0 0 20px;
    background-color: #f6f6f6;
    margin: 0;
    font-size: 24px;
    line-height: 1.2; }
  .schedule__body .table-alt.table-alt--big,
  .schedule__body .table__fixed.table-alt--big,
  .section__body .table-alt.table-alt--big,
  .section__body .table__fixed.table-alt--big {
    margin-bottom: 20px; }
  .schedule__body .table-alt .table-responsive .table__body table,
  .schedule__body .table__fixed .table-responsive .table__body table,
  .section__body .table-alt .table-responsive .table__body table,
  .section__body .table__fixed .table-responsive .table__body table {
    background-color: #f6f6f6;
    padding: 20px; }
    .schedule__body .table-alt .table-responsive .table__body table thead tr th,
    .schedule__body .table-alt .table-responsive .table__body table thead tr td,
    .schedule__body .table-alt .table-responsive .table__body table tbody tr th,
    .schedule__body .table-alt .table-responsive .table__body table tbody tr td,
    .schedule__body .table__fixed .table-responsive .table__body table thead tr th,
    .schedule__body .table__fixed .table-responsive .table__body table thead tr td,
    .schedule__body .table__fixed .table-responsive .table__body table tbody tr th,
    .schedule__body .table__fixed .table-responsive .table__body table tbody tr td,
    .section__body .table-alt .table-responsive .table__body table thead tr th,
    .section__body .table-alt .table-responsive .table__body table thead tr td,
    .section__body .table-alt .table-responsive .table__body table tbody tr th,
    .section__body .table-alt .table-responsive .table__body table tbody tr td,
    .section__body .table__fixed .table-responsive .table__body table thead tr th,
    .section__body .table__fixed .table-responsive .table__body table thead tr td,
    .section__body .table__fixed .table-responsive .table__body table tbody tr th,
    .section__body .table__fixed .table-responsive .table__body table tbody tr td {
      font-size: 14px;
      font-weight: 300;
      text-align: left; }
    .schedule__body .table-alt .table-responsive .table__body table thead tr th,
    .schedule__body .table-alt .table-responsive .table__body table tbody tr th,
    .schedule__body .table__fixed .table-responsive .table__body table thead tr th,
    .schedule__body .table__fixed .table-responsive .table__body table tbody tr th,
    .section__body .table-alt .table-responsive .table__body table thead tr th,
    .section__body .table-alt .table-responsive .table__body table tbody tr th,
    .section__body .table__fixed .table-responsive .table__body table thead tr th,
    .section__body .table__fixed .table-responsive .table__body table tbody tr th {
      text-transform: uppercase;
      color: #8f8f8f;
      font-weight: 600;
      text-align: left; }
    .schedule__body .table-alt .table-responsive .table__body table .jersey,
    .schedule__body .table__fixed .table-responsive .table__body table .jersey,
    .section__body .table-alt .table-responsive .table__body table .jersey,
    .section__body .table__fixed .table-responsive .table__body table .jersey {
      float: left;
      width: 25px;
      font-weight: normal; }

.section__head h3 {
  color: #191919;
  margin-left: 10px; }

.section__body {
  color: #191919; }
  .section__body h3 {
    padding: 0 0 0 20px;
    font-size: 24px;
    color: #191919;
    margin: 0 0 20px;
    background-color: transparent; }
  .section__body h4 {
    text-transform: capitalize;
    padding: 20px 0 0 20px;
    background-color: #f6f6f6;
    color: #191919;
    margin: 0;
    font-size: 24px;
    line-height: 1.2; }
  .section__body .table__fixed .table-responsive .table__body table {
    width: 100%;
    margin-bottom: 10px; }
    .section__body .table__fixed .table-responsive .table__body table tbody tr td {
      font-weight: 600; }
      .section__body .table__fixed .table-responsive .table__body table tbody tr td:nth-child(2) {
        line-height: 30px; }
        .section__body .table__fixed .table-responsive .table__body table tbody tr td:nth-child(2) img {
          margin: 0 15px;
          float: left;
          width: 30px;
          height: 30px; }
      .section__body .table__fixed .table-responsive .table__body table tbody tr td:last-child {
        font-weight: 300; }

.team .container .schedule__head {
  display: none; }

.team .container .tabs-default .section-news .alm-btn-wrap {
  display: none; }

.team .container h3 {
  color: #191919;
  margin-top: 15px; }

.team .container .matchday + a {
  color: #191919;
  text-decoration: none;
  margin-left: 10px;
  font-weight: 600;
  font-size: 24px;
  padding-top: 20px; }

.team .container .slider {
  display: block;
  margin-left: 10px; }
  .team .container .slider:before, .team .container .slider:after {
    background: none; }
  .team .container .slider .slider__slides {
    margin: 0; }
    .team .container .slider .slider__slides .owl-nav {
      display: none; }

.team .container .section__group h3 {
  color: #191919;
  font-size: 24px; }

.team .container .section__group .sia_table__title,
.team .container .section__group .sia_scrollableTable__title {
  font-size: 18px;
  margin: 0 0 16px; }

.team .container .section__group .sia_matchUpDetails .sia_tableSection__th,
.team .container .section__group .sia_matchUpDetails .first_col {
  text-transform: uppercase;
  color: #8f8f8f; }

.team .container .section__group .widget__body .table-secondary .border-container {
  margin-bottom: 10px; }

.team .container .section__group .widget__body .table-secondary table {
  color: #8f8f8f;
  background-color: #f6f6f6;
  padding: 20px;
  font-size: 14px; }
  .team .container .section__group .widget__body .table-secondary table tbody td {
    color: #191919; }
    .team .container .section__group .widget__body .table-secondary table tbody td:first-child {
      color: #8f8f8f;
      text-transform: uppercase; }

.team .container .section__group .widget__body ul.links {
  text-align: right; }
  .team .container .section__group .widget__body ul.links li {
    display: inline-block;
    background-color: #7c94ad;
    margin-right: 10px;
    padding: 5px 15px;
    border-radius: 4px; }
    .team .container .section__group .widget__body ul.links li a {
      text-decoration: none;
      color: #fff;
      font-size: 14px;
      font-weight: 500;
      text-transform: uppercase; }

.team .container .section__group.sia-team-portal-leaders .widget__body .table-secondary table tbody td {
  font-weight: 600; }
  .team .container .section__group.sia-team-portal-leaders .widget__body .table-secondary table tbody td:last-child {
    width: 20%;
    text-align: right;
    font-weight: 300; }

.team .container .section__group.sia-team-portal-grouped-ranking .widget__body .table-secondary table {
  table-layout: auto; }
  .team .container .section__group.sia-team-portal-grouped-ranking .widget__body .table-secondary table tbody td,
  .team .container .section__group.sia-team-portal-grouped-ranking .widget__body .table-secondary table tbody th {
    text-align: center; }
    .team .container .section__group.sia-team-portal-grouped-ranking .widget__body .table-secondary table tbody td:first-child,
    .team .container .section__group.sia-team-portal-grouped-ranking .widget__body .table-secondary table tbody th:first-child {
      text-align: right; }

.team .container .section__group.sia-team-portal-grouped-ranking .sia-sport-offenseDefense .sia_tableSection__th,
.team .container .section__group.sia-team-portal-grouped-ranking .sia-sport-offenseDefense .sia_tableSection__tr .sia_tableSection__td:first-of-type {
  text-transform: uppercase;
  color: #8f8f8f; }

.team .container .section__group.sia-team-portal-grouped-ranking .sia_button {
  padding: 7px 0;
  margin-bottom: 20px; }

.team .container .section__group.sia-team-portal-lineup .widget__body .table-secondary table {
  table-layout: auto; }
  .team .container .section__group.sia-team-portal-lineup .widget__body .table-secondary table tbody td {
    font-weight: 300; }
    .team .container .section__group.sia-team-portal-lineup .widget__body .table-secondary table tbody td:first-child {
      color: #191919;
      text-transform: capitalize;
      font-weight: 600; }
    .team .container .section__group.sia-team-portal-lineup .widget__body .table-secondary table tbody td:last-child {
      width: 20%; }
  .team .container .section__group.sia-team-portal-lineup .widget__body .table-secondary table tr:nth-child(n+5) {
    display: none; }

.team .container .section__group.sia-team-portal-injuries .widget__body .table-secondary {
  overflow: scroll; }
  .team .container .section__group.sia-team-portal-injuries .widget__body .table-secondary table {
    table-layout: auto; }
    .team .container .section__group.sia-team-portal-injuries .widget__body .table-secondary table tbody tr td {
      color: #191919;
      font-size: 14px;
      font-weight: 400; }
      .team .container .section__group.sia-team-portal-injuries .widget__body .table-secondary table tbody tr td:nth-child(3) {
        color: #191919;
        width: 45%; }
      .team .container .section__group.sia-team-portal-injuries .widget__body .table-secondary table tbody tr td:first-child {
        text-transform: capitalize;
        font-weight: 600;
        width: 30%;
        color: #191919; }
        .team .container .section__group.sia-team-portal-injuries .widget__body .table-secondary table tbody tr td:first-child span {
          display: block; }
        .team .container .section__group.sia-team-portal-injuries .widget__body .table-secondary table tbody tr td:first-child span.abbreviated-name {
          display: none; }
      .team .container .section__group.sia-team-portal-injuries .widget__body .table-secondary table tbody tr td:last-child {
        width: 5%; }
        .team .container .section__group.sia-team-portal-injuries .widget__body .table-secondary table tbody tr td:last-child a {
          text-decoration: none; }
          .team .container .section__group.sia-team-portal-injuries .widget__body .table-secondary table tbody tr td:last-child a span {
            color: #e67300; }
      .team .container .section__group.sia-team-portal-injuries .widget__body .table-secondary table tbody tr td:nth-child(2) {
        width: 10%; }
    .team .container .section__group.sia-team-portal-injuries .widget__body .table-secondary table tbody tr.injury {
      background-color: #fff; }
      .team .container .section__group.sia-team-portal-injuries .widget__body .table-secondary table tbody tr.injury td {
        text-align: left;
        font-weight: 300;
        font-size: 14px;
        padding: 10px; }
        .team .container .section__group.sia-team-portal-injuries .widget__body .table-secondary table tbody tr.injury td:last-child {
          text-align: left;
          padding: 10px;
          box-sizing: border-box;
          font-weight: 600;
          vertical-align: middle;
          height: auto; }
      .team .container .section__group.sia-team-portal-injuries .widget__body .table-secondary table tbody tr.injury.collapse {
        display: none; }

.team .container .section__group.sia-team-ats-standings .widget__body .table-secondary table {
  table-layout: auto;
  padding-left: 100px; }
  .team .container .section__group.sia-team-ats-standings .widget__body .table-secondary table tbody tr td:first-child {
    color: #8f8f8f;
    text-transform: uppercase;
    white-space: nowrap;
    padding-right: 10px;
    position: absolute;
    left: 0; }
  .team .container .section__group.sia-team-ats-standings .widget__body .table-secondary table tbody tr td .team-colour {
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%; }
  .team .container .section__group.sia-team-ats-standings .widget__body .table-secondary table tbody tr td .highlight {
    color: #e67300; }
  .team .container .section__group.sia-team-ats-standings .widget__body .table-secondary table tbody tr td img {
    vertical-align: middle;
    margin: 0 15px; }

.schedule .container h2, .schedule .container h3 {
  line-height: 1;
  margin-top: 0; }

.schedule .container .schedule__body {
  margin-top: 0; }
  .schedule .container .schedule__body .schedule-group {
    background-color: #f6f6f6;
    margin: 20px 0 10px;
    padding: 20px;
    border: 1px solid #efefef; }
    .schedule .container .schedule__body .schedule-group h2 {
      font-size: 24px; }
    .schedule .container .schedule__body .schedule-group table {
      width: 100%;
      font-size: 14px;
      margin-bottom: 10px; }
      .schedule .container .schedule__body .schedule-group table tr th, .schedule .container .schedule__body .schedule-group table tr td {
        text-align: left; }
        .schedule .container .schedule__body .schedule-group table tr th span.team-record, .schedule .container .schedule__body .schedule-group table tr td span.team-record {
          margin-top: 5px; }
        .schedule .container .schedule__body .schedule-group table tr th:nth-child(2) span, .schedule .container .schedule__body .schedule-group table tr td:nth-child(2) span {
          display: none; }
        .schedule .container .schedule__body .schedule-group table tr th:nth-child(2) img, .schedule .container .schedule__body .schedule-group table tr td:nth-child(2) img {
          margin-right: 10px;
          display: inline-block; }
        .schedule .container .schedule__body .schedule-group table tr th:nth-child(2) .team-block, .schedule .container .schedule__body .schedule-group table tr td:nth-child(2) .team-block {
          display: inline-block; }
          .schedule .container .schedule__body .schedule-group table tr th:nth-child(2) .team-block a:hover, .schedule .container .schedule__body .schedule-group table tr td:nth-child(2) .team-block a:hover {
            text-decoration: none; }
          .schedule .container .schedule__body .schedule-group table tr th:nth-child(2) .team-block span, .schedule .container .schedule__body .schedule-group table tr td:nth-child(2) .team-block span {
            display: block; }
            .schedule .container .schedule__body .schedule-group table tr th:nth-child(2) .team-block span.team-record, .schedule .container .schedule__body .schedule-group table tr td:nth-child(2) .team-block span.team-record {
              font-size: 12px; }
            .schedule .container .schedule__body .schedule-group table tr th:nth-child(2) .team-block span:first-child, .schedule .container .schedule__body .schedule-group table tr td:nth-child(2) .team-block span:first-child {
              font-weight: 600;
              width: 50px; }
        .schedule .container .schedule__body .schedule-group table tr th:nth-child(3) .matchup-block,
        .schedule .container .schedule__body .schedule-group table tr th:nth-child(3) .odds-block, .schedule .container .schedule__body .schedule-group table tr td:nth-child(3) .matchup-block,
        .schedule .container .schedule__body .schedule-group table tr td:nth-child(3) .odds-block {
          display: inline-block; }
        .schedule .container .schedule__body .schedule-group table tr th:nth-child(3) .matchup-block, .schedule .container .schedule__body .schedule-group table tr td:nth-child(3) .matchup-block {
          width: 70px; }
          .schedule .container .schedule__body .schedule-group table tr th:nth-child(3) .matchup-block a, .schedule .container .schedule__body .schedule-group table tr td:nth-child(3) .matchup-block a {
            display: block;
            line-height: 13px;
            color: #e67300;
            font-size: 13px;
            text-transform: uppercase; }
        .schedule .container .schedule__body .schedule-group table tr th:nth-child(3) .odds-block, .schedule .container .schedule__body .schedule-group table tr td:nth-child(3) .odds-block {
          margin-top: 6px; }
          .schedule .container .schedule__body .schedule-group table tr th:nth-child(3) .odds-block a, .schedule .container .schedule__body .schedule-group table tr td:nth-child(3) .odds-block a {
            text-decoration: none;
            font-size: 12px; }
        .schedule .container .schedule__body .schedule-group table tr th th:nth-child(2), .schedule .container .schedule__body .schedule-group table tr td th:nth-child(2) {
          text-align: center; }
        .schedule .container .schedule__body .schedule-group table tr th:nth-child(n+4), .schedule .container .schedule__body .schedule-group table tr td:nth-child(n+4) {
          display: none; }
      .schedule .container .schedule__body .schedule-group table tr span.result {
        white-space: nowrap; }
        .schedule .container .schedule__body .schedule-group table tr span.result:first-child {
          font-weight: bold;
          width: 45px;
          display: inline-block;
          text-transform: uppercase; }
      .schedule .container .schedule__body .schedule-group table tr span.loss {
        color: #f00; }
      .schedule .container .schedule__body .schedule-group table tr span.win {
        color: #5d8e12; }
      .schedule .container .schedule__body .schedule-group table tr th {
        color: #8f8f8f;
        text-transform: uppercase; }
      .schedule .container .schedule__body .schedule-group table th.vs {
        width: 120px; }
      .schedule .container .schedule__body .schedule-group table th.date {
        width: 45px; }
      .schedule .container .schedule__body .schedule-group table.upcoming-live td:nth-child(3) {
        display: flex; }
  .schedule .container .schedule__body .sia_scheduleTable .sia_table {
    padding: 0;
    margin: 0;
    border: 0; }
    .schedule .container .schedule__body .sia_scheduleTable .sia_table .sia_table__title {
      font-size: 18px;
      padding: 0 0 10px; }
    .schedule .container .schedule__body .sia_scheduleTable .sia_table .sia_scheduleTable__teams {
      margin: 0; }

.standings .division-wrapper {
  border: 1px solid #efefef;
  margin: 10px 0 0; }

.injuries .table-alt--big {
  border: 1px solid #efefef; }

.transactions .table__fixed {
  border: 1px solid #efefef; }

.sia-league-standings .table-deep-link {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end; }

.stats .container .schedule__body .stats-tabs li,
.stats .container .schedule__body .stats-category li,
.stats .container .schedule__body .tabs li,
.stats .container .section__body .stats-tabs li,
.stats .container .section__body .stats-category li,
.stats .container .section__body .tabs li,
.standings .container .schedule__body .stats-tabs li,
.standings .container .schedule__body .stats-category li,
.standings .container .schedule__body .tabs li,
.standings .container .section__body .stats-tabs li,
.standings .container .section__body .stats-category li,
.standings .container .section__body .tabs li,
.sia-league-standings .schedule__body .stats-tabs li,
.sia-league-standings .schedule__body .stats-category li,
.sia-league-standings .schedule__body .tabs li,
.sia-league-standings .section__body .stats-tabs li,
.sia-league-standings .section__body .stats-category li,
.sia-league-standings .section__body .tabs li,
.sia-league-leaders .schedule__body .stats-tabs li,
.sia-league-leaders .schedule__body .stats-category li,
.sia-league-leaders .schedule__body .tabs li,
.sia-league-leaders .section__body .stats-tabs li,
.sia-league-leaders .section__body .stats-category li,
.sia-league-leaders .section__body .tabs li {
  display: inline-block;
  margin-right: 10px;
  padding: 4px 16px;
  color: #8f8f8f;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  cursor: pointer; }
  .stats .container .schedule__body .stats-tabs li:hover,
  .stats .container .schedule__body .stats-category li:hover,
  .stats .container .schedule__body .tabs li:hover,
  .stats .container .section__body .stats-tabs li:hover,
  .stats .container .section__body .stats-category li:hover,
  .stats .container .section__body .tabs li:hover,
  .standings .container .schedule__body .stats-tabs li:hover,
  .standings .container .schedule__body .stats-category li:hover,
  .standings .container .schedule__body .tabs li:hover,
  .standings .container .section__body .stats-tabs li:hover,
  .standings .container .section__body .stats-category li:hover,
  .standings .container .section__body .tabs li:hover,
  .sia-league-standings .schedule__body .stats-tabs li:hover,
  .sia-league-standings .schedule__body .stats-category li:hover,
  .sia-league-standings .schedule__body .tabs li:hover,
  .sia-league-standings .section__body .stats-tabs li:hover,
  .sia-league-standings .section__body .stats-category li:hover,
  .sia-league-standings .section__body .tabs li:hover,
  .sia-league-leaders .schedule__body .stats-tabs li:hover,
  .sia-league-leaders .schedule__body .stats-category li:hover,
  .sia-league-leaders .schedule__body .tabs li:hover,
  .sia-league-leaders .section__body .stats-tabs li:hover,
  .sia-league-leaders .section__body .stats-category li:hover,
  .sia-league-leaders .section__body .tabs li:hover {
    padding: 4px 16px;
    color: #e67300;
    border: 1px solid #e67300; }
  .stats .container .schedule__body .stats-tabs li a,
  .stats .container .schedule__body .stats-category li a,
  .stats .container .schedule__body .tabs li a,
  .stats .container .section__body .stats-tabs li a,
  .stats .container .section__body .stats-category li a,
  .stats .container .section__body .tabs li a,
  .standings .container .schedule__body .stats-tabs li a,
  .standings .container .schedule__body .stats-category li a,
  .standings .container .schedule__body .tabs li a,
  .standings .container .section__body .stats-tabs li a,
  .standings .container .section__body .stats-category li a,
  .standings .container .section__body .tabs li a,
  .sia-league-standings .schedule__body .stats-tabs li a,
  .sia-league-standings .schedule__body .stats-category li a,
  .sia-league-standings .schedule__body .tabs li a,
  .sia-league-standings .section__body .stats-tabs li a,
  .sia-league-standings .section__body .stats-category li a,
  .sia-league-standings .section__body .tabs li a,
  .sia-league-leaders .schedule__body .stats-tabs li a,
  .sia-league-leaders .schedule__body .stats-category li a,
  .sia-league-leaders .schedule__body .tabs li a,
  .sia-league-leaders .section__body .stats-tabs li a,
  .sia-league-leaders .section__body .stats-category li a,
  .sia-league-leaders .section__body .tabs li a {
    text-decoration: none;
    position: relative; }
  .stats .container .schedule__body .stats-tabs li.active,
  .stats .container .schedule__body .stats-category li.active,
  .stats .container .schedule__body .tabs li.active,
  .stats .container .section__body .stats-tabs li.active,
  .stats .container .section__body .stats-category li.active,
  .stats .container .section__body .tabs li.active,
  .standings .container .schedule__body .stats-tabs li.active,
  .standings .container .schedule__body .stats-category li.active,
  .standings .container .schedule__body .tabs li.active,
  .standings .container .section__body .stats-tabs li.active,
  .standings .container .section__body .stats-category li.active,
  .standings .container .section__body .tabs li.active,
  .sia-league-standings .schedule__body .stats-tabs li.active,
  .sia-league-standings .schedule__body .stats-category li.active,
  .sia-league-standings .schedule__body .tabs li.active,
  .sia-league-standings .section__body .stats-tabs li.active,
  .sia-league-standings .section__body .stats-category li.active,
  .sia-league-standings .section__body .tabs li.active,
  .sia-league-leaders .schedule__body .stats-tabs li.active,
  .sia-league-leaders .schedule__body .stats-category li.active,
  .sia-league-leaders .schedule__body .tabs li.active,
  .sia-league-leaders .section__body .stats-tabs li.active,
  .sia-league-leaders .section__body .stats-category li.active,
  .sia-league-leaders .section__body .tabs li.active {
    color: #e67300;
    border: 1px solid #e67300; }

.stats .container .schedule__body .tabs,
.stats .container .section__body .tabs,
.standings .container .schedule__body .tabs,
.standings .container .section__body .tabs,
.sia-league-standings .schedule__body .tabs,
.sia-league-standings .section__body .tabs,
.sia-league-leaders .schedule__body .tabs,
.sia-league-leaders .section__body .tabs {
  width: 100%; }
  .stats .container .schedule__body .tabs em,
  .stats .container .section__body .tabs em,
  .standings .container .schedule__body .tabs em,
  .standings .container .section__body .tabs em,
  .sia-league-standings .schedule__body .tabs em,
  .sia-league-standings .section__body .tabs em,
  .sia-league-leaders .schedule__body .tabs em,
  .sia-league-leaders .section__body .tabs em {
    display: none; }
  .stats .container .schedule__body .tabs .tab table,
  .stats .container .section__body .tabs .tab table,
  .standings .container .schedule__body .tabs .tab table,
  .standings .container .section__body .tabs .tab table,
  .sia-league-standings .schedule__body .tabs .tab table,
  .sia-league-standings .section__body .tabs .tab table,
  .sia-league-leaders .schedule__body .tabs .tab table,
  .sia-league-leaders .section__body .tabs .tab table {
    background-color: #f6f6f6; }
    .stats .container .schedule__body .tabs .tab table td:nth-child(2),
    .stats .container .section__body .tabs .tab table td:nth-child(2),
    .standings .container .schedule__body .tabs .tab table td:nth-child(2),
    .standings .container .section__body .tabs .tab table td:nth-child(2),
    .sia-league-standings .schedule__body .tabs .tab table td:nth-child(2),
    .sia-league-standings .section__body .tabs .tab table td:nth-child(2),
    .sia-league-leaders .schedule__body .tabs .tab table td:nth-child(2),
    .sia-league-leaders .section__body .tabs .tab table td:nth-child(2) {
      font-weight: 700; }

.stats .container .schedule__body .sia_scrollableTable .sia_scrollableTable__title,
.stats .container .section__body .sia_scrollableTable .sia_scrollableTable__title,
.standings .container .schedule__body .sia_scrollableTable .sia_scrollableTable__title,
.standings .container .section__body .sia_scrollableTable .sia_scrollableTable__title,
.sia-league-standings .schedule__body .sia_scrollableTable .sia_scrollableTable__title,
.sia-league-standings .section__body .sia_scrollableTable .sia_scrollableTable__title,
.sia-league-leaders .schedule__body .sia_scrollableTable .sia_scrollableTable__title,
.sia-league-leaders .section__body .sia_scrollableTable .sia_scrollableTable__title {
  margin: 0 0 16px;
  padding: 0; }

.stats .container .schedule__body .table-alt,
.stats .container .schedule__body .table__fixed,
.stats .container .section__body .table-alt,
.stats .container .section__body .table__fixed,
.standings .container .schedule__body .table-alt,
.standings .container .schedule__body .table__fixed,
.standings .container .section__body .table-alt,
.standings .container .section__body .table__fixed,
.sia-league-standings .schedule__body .table-alt,
.sia-league-standings .schedule__body .table__fixed,
.sia-league-standings .section__body .table-alt,
.sia-league-standings .section__body .table__fixed,
.sia-league-leaders .schedule__body .table-alt,
.sia-league-leaders .schedule__body .table__fixed,
.sia-league-leaders .section__body .table-alt,
.sia-league-leaders .section__body .table__fixed {
  position: relative; }
  .stats .container .schedule__body .table-alt .table-responsive .table__body table,
  .stats .container .schedule__body .table__fixed .table-responsive .table__body table,
  .stats .container .section__body .table-alt .table-responsive .table__body table,
  .stats .container .section__body .table__fixed .table-responsive .table__body table,
  .standings .container .schedule__body .table-alt .table-responsive .table__body table,
  .standings .container .schedule__body .table__fixed .table-responsive .table__body table,
  .standings .container .section__body .table-alt .table-responsive .table__body table,
  .standings .container .section__body .table__fixed .table-responsive .table__body table,
  .sia-league-standings .schedule__body .table-alt .table-responsive .table__body table,
  .sia-league-standings .schedule__body .table__fixed .table-responsive .table__body table,
  .sia-league-standings .section__body .table-alt .table-responsive .table__body table,
  .sia-league-standings .section__body .table__fixed .table-responsive .table__body table,
  .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table,
  .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table,
  .sia-league-leaders .section__body .table-alt .table-responsive .table__body table,
  .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table {
    width: 700px;
    color: #191919; }
    .stats .container .schedule__body .table-alt .table-responsive .table__body table thead tr,
    .stats .container .schedule__body .table-alt .table-responsive .table__body table tbody tr,
    .stats .container .schedule__body .table__fixed .table-responsive .table__body table thead tr,
    .stats .container .schedule__body .table__fixed .table-responsive .table__body table tbody tr,
    .stats .container .section__body .table-alt .table-responsive .table__body table thead tr,
    .stats .container .section__body .table-alt .table-responsive .table__body table tbody tr,
    .stats .container .section__body .table__fixed .table-responsive .table__body table thead tr,
    .stats .container .section__body .table__fixed .table-responsive .table__body table tbody tr,
    .standings .container .schedule__body .table-alt .table-responsive .table__body table thead tr,
    .standings .container .schedule__body .table-alt .table-responsive .table__body table tbody tr,
    .standings .container .schedule__body .table__fixed .table-responsive .table__body table thead tr,
    .standings .container .schedule__body .table__fixed .table-responsive .table__body table tbody tr,
    .standings .container .section__body .table-alt .table-responsive .table__body table thead tr,
    .standings .container .section__body .table-alt .table-responsive .table__body table tbody tr,
    .standings .container .section__body .table__fixed .table-responsive .table__body table thead tr,
    .standings .container .section__body .table__fixed .table-responsive .table__body table tbody tr,
    .sia-league-standings .schedule__body .table-alt .table-responsive .table__body table thead tr,
    .sia-league-standings .schedule__body .table-alt .table-responsive .table__body table tbody tr,
    .sia-league-standings .schedule__body .table__fixed .table-responsive .table__body table thead tr,
    .sia-league-standings .schedule__body .table__fixed .table-responsive .table__body table tbody tr,
    .sia-league-standings .section__body .table-alt .table-responsive .table__body table thead tr,
    .sia-league-standings .section__body .table-alt .table-responsive .table__body table tbody tr,
    .sia-league-standings .section__body .table__fixed .table-responsive .table__body table thead tr,
    .sia-league-standings .section__body .table__fixed .table-responsive .table__body table tbody tr,
    .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table thead tr,
    .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table tbody tr,
    .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table thead tr,
    .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table tbody tr,
    .sia-league-leaders .section__body .table-alt .table-responsive .table__body table thead tr,
    .sia-league-leaders .section__body .table-alt .table-responsive .table__body table tbody tr,
    .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table thead tr,
    .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table tbody tr {
      padding-left: 120px; }
      .stats .container .schedule__body .table-alt .table-responsive .table__body table thead tr th,
      .stats .container .schedule__body .table-alt .table-responsive .table__body table thead tr td,
      .stats .container .schedule__body .table-alt .table-responsive .table__body table tbody tr th,
      .stats .container .schedule__body .table-alt .table-responsive .table__body table tbody tr td,
      .stats .container .schedule__body .table__fixed .table-responsive .table__body table thead tr th,
      .stats .container .schedule__body .table__fixed .table-responsive .table__body table thead tr td,
      .stats .container .schedule__body .table__fixed .table-responsive .table__body table tbody tr th,
      .stats .container .schedule__body .table__fixed .table-responsive .table__body table tbody tr td,
      .stats .container .section__body .table-alt .table-responsive .table__body table thead tr th,
      .stats .container .section__body .table-alt .table-responsive .table__body table thead tr td,
      .stats .container .section__body .table-alt .table-responsive .table__body table tbody tr th,
      .stats .container .section__body .table-alt .table-responsive .table__body table tbody tr td,
      .stats .container .section__body .table__fixed .table-responsive .table__body table thead tr th,
      .stats .container .section__body .table__fixed .table-responsive .table__body table thead tr td,
      .stats .container .section__body .table__fixed .table-responsive .table__body table tbody tr th,
      .stats .container .section__body .table__fixed .table-responsive .table__body table tbody tr td,
      .standings .container .schedule__body .table-alt .table-responsive .table__body table thead tr th,
      .standings .container .schedule__body .table-alt .table-responsive .table__body table thead tr td,
      .standings .container .schedule__body .table-alt .table-responsive .table__body table tbody tr th,
      .standings .container .schedule__body .table-alt .table-responsive .table__body table tbody tr td,
      .standings .container .schedule__body .table__fixed .table-responsive .table__body table thead tr th,
      .standings .container .schedule__body .table__fixed .table-responsive .table__body table thead tr td,
      .standings .container .schedule__body .table__fixed .table-responsive .table__body table tbody tr th,
      .standings .container .schedule__body .table__fixed .table-responsive .table__body table tbody tr td,
      .standings .container .section__body .table-alt .table-responsive .table__body table thead tr th,
      .standings .container .section__body .table-alt .table-responsive .table__body table thead tr td,
      .standings .container .section__body .table-alt .table-responsive .table__body table tbody tr th,
      .standings .container .section__body .table-alt .table-responsive .table__body table tbody tr td,
      .standings .container .section__body .table__fixed .table-responsive .table__body table thead tr th,
      .standings .container .section__body .table__fixed .table-responsive .table__body table thead tr td,
      .standings .container .section__body .table__fixed .table-responsive .table__body table tbody tr th,
      .standings .container .section__body .table__fixed .table-responsive .table__body table tbody tr td,
      .sia-league-standings .schedule__body .table-alt .table-responsive .table__body table thead tr th,
      .sia-league-standings .schedule__body .table-alt .table-responsive .table__body table thead tr td,
      .sia-league-standings .schedule__body .table-alt .table-responsive .table__body table tbody tr th,
      .sia-league-standings .schedule__body .table-alt .table-responsive .table__body table tbody tr td,
      .sia-league-standings .schedule__body .table__fixed .table-responsive .table__body table thead tr th,
      .sia-league-standings .schedule__body .table__fixed .table-responsive .table__body table thead tr td,
      .sia-league-standings .schedule__body .table__fixed .table-responsive .table__body table tbody tr th,
      .sia-league-standings .schedule__body .table__fixed .table-responsive .table__body table tbody tr td,
      .sia-league-standings .section__body .table-alt .table-responsive .table__body table thead tr th,
      .sia-league-standings .section__body .table-alt .table-responsive .table__body table thead tr td,
      .sia-league-standings .section__body .table-alt .table-responsive .table__body table tbody tr th,
      .sia-league-standings .section__body .table-alt .table-responsive .table__body table tbody tr td,
      .sia-league-standings .section__body .table__fixed .table-responsive .table__body table thead tr th,
      .sia-league-standings .section__body .table__fixed .table-responsive .table__body table thead tr td,
      .sia-league-standings .section__body .table__fixed .table-responsive .table__body table tbody tr th,
      .sia-league-standings .section__body .table__fixed .table-responsive .table__body table tbody tr td,
      .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table thead tr th,
      .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table thead tr td,
      .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table tbody tr th,
      .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table tbody tr td,
      .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table thead tr th,
      .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table thead tr td,
      .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table tbody tr th,
      .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table tbody tr td,
      .sia-league-leaders .section__body .table-alt .table-responsive .table__body table thead tr th,
      .sia-league-leaders .section__body .table-alt .table-responsive .table__body table thead tr td,
      .sia-league-leaders .section__body .table-alt .table-responsive .table__body table tbody tr th,
      .sia-league-leaders .section__body .table-alt .table-responsive .table__body table tbody tr td,
      .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table thead tr th,
      .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table thead tr td,
      .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table tbody tr th,
      .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table tbody tr td {
        flex: 0 50px; }
        .stats .container .schedule__body .table-alt .table-responsive .table__body table thead tr th:first-child,
        .stats .container .schedule__body .table-alt .table-responsive .table__body table thead tr td:first-child,
        .stats .container .schedule__body .table-alt .table-responsive .table__body table tbody tr th:first-child,
        .stats .container .schedule__body .table-alt .table-responsive .table__body table tbody tr td:first-child,
        .stats .container .schedule__body .table__fixed .table-responsive .table__body table thead tr th:first-child,
        .stats .container .schedule__body .table__fixed .table-responsive .table__body table thead tr td:first-child,
        .stats .container .schedule__body .table__fixed .table-responsive .table__body table tbody tr th:first-child,
        .stats .container .schedule__body .table__fixed .table-responsive .table__body table tbody tr td:first-child,
        .stats .container .section__body .table-alt .table-responsive .table__body table thead tr th:first-child,
        .stats .container .section__body .table-alt .table-responsive .table__body table thead tr td:first-child,
        .stats .container .section__body .table-alt .table-responsive .table__body table tbody tr th:first-child,
        .stats .container .section__body .table-alt .table-responsive .table__body table tbody tr td:first-child,
        .stats .container .section__body .table__fixed .table-responsive .table__body table thead tr th:first-child,
        .stats .container .section__body .table__fixed .table-responsive .table__body table thead tr td:first-child,
        .stats .container .section__body .table__fixed .table-responsive .table__body table tbody tr th:first-child,
        .stats .container .section__body .table__fixed .table-responsive .table__body table tbody tr td:first-child,
        .standings .container .schedule__body .table-alt .table-responsive .table__body table thead tr th:first-child,
        .standings .container .schedule__body .table-alt .table-responsive .table__body table thead tr td:first-child,
        .standings .container .schedule__body .table-alt .table-responsive .table__body table tbody tr th:first-child,
        .standings .container .schedule__body .table-alt .table-responsive .table__body table tbody tr td:first-child,
        .standings .container .schedule__body .table__fixed .table-responsive .table__body table thead tr th:first-child,
        .standings .container .schedule__body .table__fixed .table-responsive .table__body table thead tr td:first-child,
        .standings .container .schedule__body .table__fixed .table-responsive .table__body table tbody tr th:first-child,
        .standings .container .schedule__body .table__fixed .table-responsive .table__body table tbody tr td:first-child,
        .standings .container .section__body .table-alt .table-responsive .table__body table thead tr th:first-child,
        .standings .container .section__body .table-alt .table-responsive .table__body table thead tr td:first-child,
        .standings .container .section__body .table-alt .table-responsive .table__body table tbody tr th:first-child,
        .standings .container .section__body .table-alt .table-responsive .table__body table tbody tr td:first-child,
        .standings .container .section__body .table__fixed .table-responsive .table__body table thead tr th:first-child,
        .standings .container .section__body .table__fixed .table-responsive .table__body table thead tr td:first-child,
        .standings .container .section__body .table__fixed .table-responsive .table__body table tbody tr th:first-child,
        .standings .container .section__body .table__fixed .table-responsive .table__body table tbody tr td:first-child,
        .sia-league-standings .schedule__body .table-alt .table-responsive .table__body table thead tr th:first-child,
        .sia-league-standings .schedule__body .table-alt .table-responsive .table__body table thead tr td:first-child,
        .sia-league-standings .schedule__body .table-alt .table-responsive .table__body table tbody tr th:first-child,
        .sia-league-standings .schedule__body .table-alt .table-responsive .table__body table tbody tr td:first-child,
        .sia-league-standings .schedule__body .table__fixed .table-responsive .table__body table thead tr th:first-child,
        .sia-league-standings .schedule__body .table__fixed .table-responsive .table__body table thead tr td:first-child,
        .sia-league-standings .schedule__body .table__fixed .table-responsive .table__body table tbody tr th:first-child,
        .sia-league-standings .schedule__body .table__fixed .table-responsive .table__body table tbody tr td:first-child,
        .sia-league-standings .section__body .table-alt .table-responsive .table__body table thead tr th:first-child,
        .sia-league-standings .section__body .table-alt .table-responsive .table__body table thead tr td:first-child,
        .sia-league-standings .section__body .table-alt .table-responsive .table__body table tbody tr th:first-child,
        .sia-league-standings .section__body .table-alt .table-responsive .table__body table tbody tr td:first-child,
        .sia-league-standings .section__body .table__fixed .table-responsive .table__body table thead tr th:first-child,
        .sia-league-standings .section__body .table__fixed .table-responsive .table__body table thead tr td:first-child,
        .sia-league-standings .section__body .table__fixed .table-responsive .table__body table tbody tr th:first-child,
        .sia-league-standings .section__body .table__fixed .table-responsive .table__body table tbody tr td:first-child,
        .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table thead tr th:first-child,
        .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table thead tr td:first-child,
        .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table tbody tr th:first-child,
        .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table tbody tr td:first-child,
        .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table thead tr th:first-child,
        .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table thead tr td:first-child,
        .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table tbody tr th:first-child,
        .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table tbody tr td:first-child,
        .sia-league-leaders .section__body .table-alt .table-responsive .table__body table thead tr th:first-child,
        .sia-league-leaders .section__body .table-alt .table-responsive .table__body table thead tr td:first-child,
        .sia-league-leaders .section__body .table-alt .table-responsive .table__body table tbody tr th:first-child,
        .sia-league-leaders .section__body .table-alt .table-responsive .table__body table tbody tr td:first-child,
        .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table thead tr th:first-child,
        .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table thead tr td:first-child,
        .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table tbody tr th:first-child,
        .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table tbody tr td:first-child {
          position: absolute;
          left: 0;
          padding-left: 20px;
          width: 120px;
          text-indent: 0;
          text-align: left;
          z-index: 1;
          background-color: #f6f6f6;
          font-weight: 700;
          padding-right: 0; }
  .stats .container .schedule__body .table-alt .table-responsive::after,
  .stats .container .schedule__body .table__fixed .table-responsive::after,
  .stats .container .section__body .table-alt .table-responsive::after,
  .stats .container .section__body .table__fixed .table-responsive::after,
  .standings .container .schedule__body .table-alt .table-responsive::after,
  .standings .container .schedule__body .table__fixed .table-responsive::after,
  .standings .container .section__body .table-alt .table-responsive::after,
  .standings .container .section__body .table__fixed .table-responsive::after,
  .sia-league-standings .schedule__body .table-alt .table-responsive::after,
  .sia-league-standings .schedule__body .table__fixed .table-responsive::after,
  .sia-league-standings .section__body .table-alt .table-responsive::after,
  .sia-league-standings .section__body .table__fixed .table-responsive::after,
  .sia-league-leaders .schedule__body .table-alt .table-responsive::after,
  .sia-league-leaders .schedule__body .table__fixed .table-responsive::after,
  .sia-league-leaders .section__body .table-alt .table-responsive::after,
  .sia-league-leaders .section__body .table__fixed .table-responsive::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50px;
    background: linear-gradient(to right, rgba(246, 246, 246, 0), rgba(246, 246, 246, 0.8));
    pointer-events: none; }

.stats .container .schedule__body h4,
.stats .container .section__body h4,
.standings .container .schedule__body h4,
.standings .container .section__body h4,
.sia-league-standings .schedule__body h4,
.sia-league-standings .section__body h4,
.sia-league-leaders .schedule__body h4,
.sia-league-leaders .section__body h4 {
  padding-left: 20px;
  font-size: 24px;
  color: #191919; }

.stats .container .tabs-default .tab .section__body table,
.standings .container .tabs-default .tab .section__body table,
.sia-league-standings .tabs-default .tab .section__body table,
.sia-league-leaders .tabs-default .tab .section__body table {
  background-color: #f6f6f6; }

.sia-league-standings .schedule__body .table-alt,
.sia-league-standings .schedule__body .table__fixed,
.sia-league-standings .section__body .table-alt,
.sia-league-standings .section__body .table__fixed,
.sia-league-leaders .schedule__body .table-alt,
.sia-league-leaders .schedule__body .table__fixed,
.sia-league-leaders .section__body .table-alt,
.sia-league-leaders .section__body .table__fixed {
  position: relative; }
  .sia-league-standings .schedule__body .table-alt .table-responsive,
  .sia-league-standings .schedule__body .table__fixed .table-responsive,
  .sia-league-standings .section__body .table-alt .table-responsive,
  .sia-league-standings .section__body .table__fixed .table-responsive,
  .sia-league-leaders .schedule__body .table-alt .table-responsive,
  .sia-league-leaders .schedule__body .table__fixed .table-responsive,
  .sia-league-leaders .section__body .table-alt .table-responsive,
  .sia-league-leaders .section__body .table__fixed .table-responsive {
    padding: 0; }
  .sia-league-standings .schedule__body .table-alt .table-responsive .table__body table,
  .sia-league-standings .schedule__body .table__fixed .table-responsive .table__body table,
  .sia-league-standings .section__body .table-alt .table-responsive .table__body table,
  .sia-league-standings .section__body .table__fixed .table-responsive .table__body table,
  .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table,
  .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table,
  .sia-league-leaders .section__body .table-alt .table-responsive .table__body table,
  .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table {
    width: 100%; }
    .sia-league-standings .schedule__body .table-alt .table-responsive .table__body table thead tr,
    .sia-league-standings .schedule__body .table-alt .table-responsive .table__body table tbody tr,
    .sia-league-standings .schedule__body .table__fixed .table-responsive .table__body table thead tr,
    .sia-league-standings .schedule__body .table__fixed .table-responsive .table__body table tbody tr,
    .sia-league-standings .section__body .table-alt .table-responsive .table__body table thead tr,
    .sia-league-standings .section__body .table-alt .table-responsive .table__body table tbody tr,
    .sia-league-standings .section__body .table__fixed .table-responsive .table__body table thead tr,
    .sia-league-standings .section__body .table__fixed .table-responsive .table__body table tbody tr,
    .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table thead tr,
    .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table tbody tr,
    .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table thead tr,
    .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table tbody tr,
    .sia-league-leaders .section__body .table-alt .table-responsive .table__body table thead tr,
    .sia-league-leaders .section__body .table-alt .table-responsive .table__body table tbody tr,
    .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table thead tr,
    .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table tbody tr {
      padding-left: 0; }
      .sia-league-standings .schedule__body .table-alt .table-responsive .table__body table thead tr th,
      .sia-league-standings .schedule__body .table-alt .table-responsive .table__body table thead tr td,
      .sia-league-standings .schedule__body .table-alt .table-responsive .table__body table tbody tr th,
      .sia-league-standings .schedule__body .table-alt .table-responsive .table__body table tbody tr td,
      .sia-league-standings .schedule__body .table__fixed .table-responsive .table__body table thead tr th,
      .sia-league-standings .schedule__body .table__fixed .table-responsive .table__body table thead tr td,
      .sia-league-standings .schedule__body .table__fixed .table-responsive .table__body table tbody tr th,
      .sia-league-standings .schedule__body .table__fixed .table-responsive .table__body table tbody tr td,
      .sia-league-standings .section__body .table-alt .table-responsive .table__body table thead tr th,
      .sia-league-standings .section__body .table-alt .table-responsive .table__body table thead tr td,
      .sia-league-standings .section__body .table-alt .table-responsive .table__body table tbody tr th,
      .sia-league-standings .section__body .table-alt .table-responsive .table__body table tbody tr td,
      .sia-league-standings .section__body .table__fixed .table-responsive .table__body table thead tr th,
      .sia-league-standings .section__body .table__fixed .table-responsive .table__body table thead tr td,
      .sia-league-standings .section__body .table__fixed .table-responsive .table__body table tbody tr th,
      .sia-league-standings .section__body .table__fixed .table-responsive .table__body table tbody tr td,
      .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table thead tr th,
      .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table thead tr td,
      .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table tbody tr th,
      .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table tbody tr td,
      .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table thead tr th,
      .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table thead tr td,
      .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table tbody tr th,
      .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table tbody tr td,
      .sia-league-leaders .section__body .table-alt .table-responsive .table__body table thead tr th,
      .sia-league-leaders .section__body .table-alt .table-responsive .table__body table thead tr td,
      .sia-league-leaders .section__body .table-alt .table-responsive .table__body table tbody tr th,
      .sia-league-leaders .section__body .table-alt .table-responsive .table__body table tbody tr td,
      .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table thead tr th,
      .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table thead tr td,
      .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table tbody tr th,
      .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table tbody tr td {
        font-weight: 300; }
        .sia-league-standings .schedule__body .table-alt .table-responsive .table__body table thead tr th:first-child,
        .sia-league-standings .schedule__body .table-alt .table-responsive .table__body table thead tr td:first-child,
        .sia-league-standings .schedule__body .table-alt .table-responsive .table__body table tbody tr th:first-child,
        .sia-league-standings .schedule__body .table-alt .table-responsive .table__body table tbody tr td:first-child,
        .sia-league-standings .schedule__body .table__fixed .table-responsive .table__body table thead tr th:first-child,
        .sia-league-standings .schedule__body .table__fixed .table-responsive .table__body table thead tr td:first-child,
        .sia-league-standings .schedule__body .table__fixed .table-responsive .table__body table tbody tr th:first-child,
        .sia-league-standings .schedule__body .table__fixed .table-responsive .table__body table tbody tr td:first-child,
        .sia-league-standings .section__body .table-alt .table-responsive .table__body table thead tr th:first-child,
        .sia-league-standings .section__body .table-alt .table-responsive .table__body table thead tr td:first-child,
        .sia-league-standings .section__body .table-alt .table-responsive .table__body table tbody tr th:first-child,
        .sia-league-standings .section__body .table-alt .table-responsive .table__body table tbody tr td:first-child,
        .sia-league-standings .section__body .table__fixed .table-responsive .table__body table thead tr th:first-child,
        .sia-league-standings .section__body .table__fixed .table-responsive .table__body table thead tr td:first-child,
        .sia-league-standings .section__body .table__fixed .table-responsive .table__body table tbody tr th:first-child,
        .sia-league-standings .section__body .table__fixed .table-responsive .table__body table tbody tr td:first-child,
        .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table thead tr th:first-child,
        .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table thead tr td:first-child,
        .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table tbody tr th:first-child,
        .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table tbody tr td:first-child,
        .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table thead tr th:first-child,
        .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table thead tr td:first-child,
        .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table tbody tr th:first-child,
        .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table tbody tr td:first-child,
        .sia-league-leaders .section__body .table-alt .table-responsive .table__body table thead tr th:first-child,
        .sia-league-leaders .section__body .table-alt .table-responsive .table__body table thead tr td:first-child,
        .sia-league-leaders .section__body .table-alt .table-responsive .table__body table tbody tr th:first-child,
        .sia-league-leaders .section__body .table-alt .table-responsive .table__body table tbody tr td:first-child,
        .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table thead tr th:first-child,
        .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table thead tr td:first-child,
        .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table tbody tr th:first-child,
        .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table tbody tr td:first-child {
          position: static;
          padding-left: 0;
          width: 130px;
          font-weight: 600; }
          .sia-league-standings .schedule__body .table-alt .table-responsive .table__body table thead tr th:first-child .table__logo,
          .sia-league-standings .schedule__body .table-alt .table-responsive .table__body table thead tr td:first-child .table__logo,
          .sia-league-standings .schedule__body .table-alt .table-responsive .table__body table tbody tr th:first-child .table__logo,
          .sia-league-standings .schedule__body .table-alt .table-responsive .table__body table tbody tr td:first-child .table__logo,
          .sia-league-standings .schedule__body .table__fixed .table-responsive .table__body table thead tr th:first-child .table__logo,
          .sia-league-standings .schedule__body .table__fixed .table-responsive .table__body table thead tr td:first-child .table__logo,
          .sia-league-standings .schedule__body .table__fixed .table-responsive .table__body table tbody tr th:first-child .table__logo,
          .sia-league-standings .schedule__body .table__fixed .table-responsive .table__body table tbody tr td:first-child .table__logo,
          .sia-league-standings .section__body .table-alt .table-responsive .table__body table thead tr th:first-child .table__logo,
          .sia-league-standings .section__body .table-alt .table-responsive .table__body table thead tr td:first-child .table__logo,
          .sia-league-standings .section__body .table-alt .table-responsive .table__body table tbody tr th:first-child .table__logo,
          .sia-league-standings .section__body .table-alt .table-responsive .table__body table tbody tr td:first-child .table__logo,
          .sia-league-standings .section__body .table__fixed .table-responsive .table__body table thead tr th:first-child .table__logo,
          .sia-league-standings .section__body .table__fixed .table-responsive .table__body table thead tr td:first-child .table__logo,
          .sia-league-standings .section__body .table__fixed .table-responsive .table__body table tbody tr th:first-child .table__logo,
          .sia-league-standings .section__body .table__fixed .table-responsive .table__body table tbody tr td:first-child .table__logo,
          .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table thead tr th:first-child .table__logo,
          .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table thead tr td:first-child .table__logo,
          .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table tbody tr th:first-child .table__logo,
          .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table tbody tr td:first-child .table__logo,
          .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table thead tr th:first-child .table__logo,
          .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table thead tr td:first-child .table__logo,
          .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table tbody tr th:first-child .table__logo,
          .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table tbody tr td:first-child .table__logo,
          .sia-league-leaders .section__body .table-alt .table-responsive .table__body table thead tr th:first-child .table__logo,
          .sia-league-leaders .section__body .table-alt .table-responsive .table__body table thead tr td:first-child .table__logo,
          .sia-league-leaders .section__body .table-alt .table-responsive .table__body table tbody tr th:first-child .table__logo,
          .sia-league-leaders .section__body .table-alt .table-responsive .table__body table tbody tr td:first-child .table__logo,
          .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table thead tr th:first-child .table__logo,
          .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table thead tr td:first-child .table__logo,
          .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table tbody tr th:first-child .table__logo,
          .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table tbody tr td:first-child .table__logo {
            margin: 0; }
            .sia-league-standings .schedule__body .table-alt .table-responsive .table__body table thead tr th:first-child .table__logo img,
            .sia-league-standings .schedule__body .table-alt .table-responsive .table__body table thead tr td:first-child .table__logo img,
            .sia-league-standings .schedule__body .table-alt .table-responsive .table__body table tbody tr th:first-child .table__logo img,
            .sia-league-standings .schedule__body .table-alt .table-responsive .table__body table tbody tr td:first-child .table__logo img,
            .sia-league-standings .schedule__body .table__fixed .table-responsive .table__body table thead tr th:first-child .table__logo img,
            .sia-league-standings .schedule__body .table__fixed .table-responsive .table__body table thead tr td:first-child .table__logo img,
            .sia-league-standings .schedule__body .table__fixed .table-responsive .table__body table tbody tr th:first-child .table__logo img,
            .sia-league-standings .schedule__body .table__fixed .table-responsive .table__body table tbody tr td:first-child .table__logo img,
            .sia-league-standings .section__body .table-alt .table-responsive .table__body table thead tr th:first-child .table__logo img,
            .sia-league-standings .section__body .table-alt .table-responsive .table__body table thead tr td:first-child .table__logo img,
            .sia-league-standings .section__body .table-alt .table-responsive .table__body table tbody tr th:first-child .table__logo img,
            .sia-league-standings .section__body .table-alt .table-responsive .table__body table tbody tr td:first-child .table__logo img,
            .sia-league-standings .section__body .table__fixed .table-responsive .table__body table thead tr th:first-child .table__logo img,
            .sia-league-standings .section__body .table__fixed .table-responsive .table__body table thead tr td:first-child .table__logo img,
            .sia-league-standings .section__body .table__fixed .table-responsive .table__body table tbody tr th:first-child .table__logo img,
            .sia-league-standings .section__body .table__fixed .table-responsive .table__body table tbody tr td:first-child .table__logo img,
            .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table thead tr th:first-child .table__logo img,
            .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table thead tr td:first-child .table__logo img,
            .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table tbody tr th:first-child .table__logo img,
            .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table tbody tr td:first-child .table__logo img,
            .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table thead tr th:first-child .table__logo img,
            .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table thead tr td:first-child .table__logo img,
            .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table tbody tr th:first-child .table__logo img,
            .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table tbody tr td:first-child .table__logo img,
            .sia-league-leaders .section__body .table-alt .table-responsive .table__body table thead tr th:first-child .table__logo img,
            .sia-league-leaders .section__body .table-alt .table-responsive .table__body table thead tr td:first-child .table__logo img,
            .sia-league-leaders .section__body .table-alt .table-responsive .table__body table tbody tr th:first-child .table__logo img,
            .sia-league-leaders .section__body .table-alt .table-responsive .table__body table tbody tr td:first-child .table__logo img,
            .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table thead tr th:first-child .table__logo img,
            .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table thead tr td:first-child .table__logo img,
            .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table tbody tr th:first-child .table__logo img,
            .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table tbody tr td:first-child .table__logo img {
              position: static; }
          .sia-league-standings .schedule__body .table-alt .table-responsive .table__body table thead tr th:first-child a img,
          .sia-league-standings .schedule__body .table-alt .table-responsive .table__body table thead tr td:first-child a img,
          .sia-league-standings .schedule__body .table-alt .table-responsive .table__body table tbody tr th:first-child a img,
          .sia-league-standings .schedule__body .table-alt .table-responsive .table__body table tbody tr td:first-child a img,
          .sia-league-standings .schedule__body .table__fixed .table-responsive .table__body table thead tr th:first-child a img,
          .sia-league-standings .schedule__body .table__fixed .table-responsive .table__body table thead tr td:first-child a img,
          .sia-league-standings .schedule__body .table__fixed .table-responsive .table__body table tbody tr th:first-child a img,
          .sia-league-standings .schedule__body .table__fixed .table-responsive .table__body table tbody tr td:first-child a img,
          .sia-league-standings .section__body .table-alt .table-responsive .table__body table thead tr th:first-child a img,
          .sia-league-standings .section__body .table-alt .table-responsive .table__body table thead tr td:first-child a img,
          .sia-league-standings .section__body .table-alt .table-responsive .table__body table tbody tr th:first-child a img,
          .sia-league-standings .section__body .table-alt .table-responsive .table__body table tbody tr td:first-child a img,
          .sia-league-standings .section__body .table__fixed .table-responsive .table__body table thead tr th:first-child a img,
          .sia-league-standings .section__body .table__fixed .table-responsive .table__body table thead tr td:first-child a img,
          .sia-league-standings .section__body .table__fixed .table-responsive .table__body table tbody tr th:first-child a img,
          .sia-league-standings .section__body .table__fixed .table-responsive .table__body table tbody tr td:first-child a img,
          .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table thead tr th:first-child a img,
          .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table thead tr td:first-child a img,
          .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table tbody tr th:first-child a img,
          .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table tbody tr td:first-child a img,
          .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table thead tr th:first-child a img,
          .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table thead tr td:first-child a img,
          .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table tbody tr th:first-child a img,
          .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table tbody tr td:first-child a img,
          .sia-league-leaders .section__body .table-alt .table-responsive .table__body table thead tr th:first-child a img,
          .sia-league-leaders .section__body .table-alt .table-responsive .table__body table thead tr td:first-child a img,
          .sia-league-leaders .section__body .table-alt .table-responsive .table__body table tbody tr th:first-child a img,
          .sia-league-leaders .section__body .table-alt .table-responsive .table__body table tbody tr td:first-child a img,
          .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table thead tr th:first-child a img,
          .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table thead tr td:first-child a img,
          .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table tbody tr th:first-child a img,
          .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table tbody tr td:first-child a img {
            margin-right: 10px;
            height: 24px;
            float: left; }
        .sia-league-standings .schedule__body .table-alt .table-responsive .table__body table thead tr th .table__border,
        .sia-league-standings .schedule__body .table-alt .table-responsive .table__body table thead tr td .table__border,
        .sia-league-standings .schedule__body .table-alt .table-responsive .table__body table tbody tr th .table__border,
        .sia-league-standings .schedule__body .table-alt .table-responsive .table__body table tbody tr td .table__border,
        .sia-league-standings .schedule__body .table__fixed .table-responsive .table__body table thead tr th .table__border,
        .sia-league-standings .schedule__body .table__fixed .table-responsive .table__body table thead tr td .table__border,
        .sia-league-standings .schedule__body .table__fixed .table-responsive .table__body table tbody tr th .table__border,
        .sia-league-standings .schedule__body .table__fixed .table-responsive .table__body table tbody tr td .table__border,
        .sia-league-standings .section__body .table-alt .table-responsive .table__body table thead tr th .table__border,
        .sia-league-standings .section__body .table-alt .table-responsive .table__body table thead tr td .table__border,
        .sia-league-standings .section__body .table-alt .table-responsive .table__body table tbody tr th .table__border,
        .sia-league-standings .section__body .table-alt .table-responsive .table__body table tbody tr td .table__border,
        .sia-league-standings .section__body .table__fixed .table-responsive .table__body table thead tr th .table__border,
        .sia-league-standings .section__body .table__fixed .table-responsive .table__body table thead tr td .table__border,
        .sia-league-standings .section__body .table__fixed .table-responsive .table__body table tbody tr th .table__border,
        .sia-league-standings .section__body .table__fixed .table-responsive .table__body table tbody tr td .table__border,
        .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table thead tr th .table__border,
        .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table thead tr td .table__border,
        .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table tbody tr th .table__border,
        .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table tbody tr td .table__border,
        .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table thead tr th .table__border,
        .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table thead tr td .table__border,
        .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table tbody tr th .table__border,
        .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table tbody tr td .table__border,
        .sia-league-leaders .section__body .table-alt .table-responsive .table__body table thead tr th .table__border,
        .sia-league-leaders .section__body .table-alt .table-responsive .table__body table thead tr td .table__border,
        .sia-league-leaders .section__body .table-alt .table-responsive .table__body table tbody tr th .table__border,
        .sia-league-leaders .section__body .table-alt .table-responsive .table__body table tbody tr td .table__border,
        .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table thead tr th .table__border,
        .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table thead tr td .table__border,
        .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table tbody tr th .table__border,
        .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table tbody tr td .table__border {
          display: none; }
        .sia-league-standings .schedule__body .table-alt .table-responsive .table__body table thead tr th figure,
        .sia-league-standings .schedule__body .table-alt .table-responsive .table__body table thead tr td figure,
        .sia-league-standings .schedule__body .table-alt .table-responsive .table__body table tbody tr th figure,
        .sia-league-standings .schedule__body .table-alt .table-responsive .table__body table tbody tr td figure,
        .sia-league-standings .schedule__body .table__fixed .table-responsive .table__body table thead tr th figure,
        .sia-league-standings .schedule__body .table__fixed .table-responsive .table__body table thead tr td figure,
        .sia-league-standings .schedule__body .table__fixed .table-responsive .table__body table tbody tr th figure,
        .sia-league-standings .schedule__body .table__fixed .table-responsive .table__body table tbody tr td figure,
        .sia-league-standings .section__body .table-alt .table-responsive .table__body table thead tr th figure,
        .sia-league-standings .section__body .table-alt .table-responsive .table__body table thead tr td figure,
        .sia-league-standings .section__body .table-alt .table-responsive .table__body table tbody tr th figure,
        .sia-league-standings .section__body .table-alt .table-responsive .table__body table tbody tr td figure,
        .sia-league-standings .section__body .table__fixed .table-responsive .table__body table thead tr th figure,
        .sia-league-standings .section__body .table__fixed .table-responsive .table__body table thead tr td figure,
        .sia-league-standings .section__body .table__fixed .table-responsive .table__body table tbody tr th figure,
        .sia-league-standings .section__body .table__fixed .table-responsive .table__body table tbody tr td figure,
        .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table thead tr th figure,
        .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table thead tr td figure,
        .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table tbody tr th figure,
        .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table tbody tr td figure,
        .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table thead tr th figure,
        .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table thead tr td figure,
        .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table tbody tr th figure,
        .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table tbody tr td figure,
        .sia-league-leaders .section__body .table-alt .table-responsive .table__body table thead tr th figure,
        .sia-league-leaders .section__body .table-alt .table-responsive .table__body table thead tr td figure,
        .sia-league-leaders .section__body .table-alt .table-responsive .table__body table tbody tr th figure,
        .sia-league-leaders .section__body .table-alt .table-responsive .table__body table tbody tr td figure,
        .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table thead tr th figure,
        .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table thead tr td figure,
        .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table tbody tr th figure,
        .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table tbody tr td figure {
          margin: 0; }
          .sia-league-standings .schedule__body .table-alt .table-responsive .table__body table thead tr th figure img,
          .sia-league-standings .schedule__body .table-alt .table-responsive .table__body table thead tr td figure img,
          .sia-league-standings .schedule__body .table-alt .table-responsive .table__body table tbody tr th figure img,
          .sia-league-standings .schedule__body .table-alt .table-responsive .table__body table tbody tr td figure img,
          .sia-league-standings .schedule__body .table__fixed .table-responsive .table__body table thead tr th figure img,
          .sia-league-standings .schedule__body .table__fixed .table-responsive .table__body table thead tr td figure img,
          .sia-league-standings .schedule__body .table__fixed .table-responsive .table__body table tbody tr th figure img,
          .sia-league-standings .schedule__body .table__fixed .table-responsive .table__body table tbody tr td figure img,
          .sia-league-standings .section__body .table-alt .table-responsive .table__body table thead tr th figure img,
          .sia-league-standings .section__body .table-alt .table-responsive .table__body table thead tr td figure img,
          .sia-league-standings .section__body .table-alt .table-responsive .table__body table tbody tr th figure img,
          .sia-league-standings .section__body .table-alt .table-responsive .table__body table tbody tr td figure img,
          .sia-league-standings .section__body .table__fixed .table-responsive .table__body table thead tr th figure img,
          .sia-league-standings .section__body .table__fixed .table-responsive .table__body table thead tr td figure img,
          .sia-league-standings .section__body .table__fixed .table-responsive .table__body table tbody tr th figure img,
          .sia-league-standings .section__body .table__fixed .table-responsive .table__body table tbody tr td figure img,
          .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table thead tr th figure img,
          .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table thead tr td figure img,
          .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table tbody tr th figure img,
          .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table tbody tr td figure img,
          .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table thead tr th figure img,
          .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table thead tr td figure img,
          .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table tbody tr th figure img,
          .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table tbody tr td figure img,
          .sia-league-leaders .section__body .table-alt .table-responsive .table__body table thead tr th figure img,
          .sia-league-leaders .section__body .table-alt .table-responsive .table__body table thead tr td figure img,
          .sia-league-leaders .section__body .table-alt .table-responsive .table__body table tbody tr th figure img,
          .sia-league-leaders .section__body .table-alt .table-responsive .table__body table tbody tr td figure img,
          .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table thead tr th figure img,
          .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table thead tr td figure img,
          .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table tbody tr th figure img,
          .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table tbody tr td figure img {
            height: 24px;
            float: left;
            margin-right: 10px;
            transform: none; }
      .sia-league-standings .schedule__body .table-alt .table-responsive .table__body table thead tr td:nth-child(3),
      .sia-league-standings .schedule__body .table-alt .table-responsive .table__body table tbody tr td:nth-child(3),
      .sia-league-standings .schedule__body .table__fixed .table-responsive .table__body table thead tr td:nth-child(3),
      .sia-league-standings .schedule__body .table__fixed .table-responsive .table__body table tbody tr td:nth-child(3),
      .sia-league-standings .section__body .table-alt .table-responsive .table__body table thead tr td:nth-child(3),
      .sia-league-standings .section__body .table-alt .table-responsive .table__body table tbody tr td:nth-child(3),
      .sia-league-standings .section__body .table__fixed .table-responsive .table__body table thead tr td:nth-child(3),
      .sia-league-standings .section__body .table__fixed .table-responsive .table__body table tbody tr td:nth-child(3),
      .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table thead tr td:nth-child(3),
      .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table tbody tr td:nth-child(3),
      .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table thead tr td:nth-child(3),
      .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table tbody tr td:nth-child(3),
      .sia-league-leaders .section__body .table-alt .table-responsive .table__body table thead tr td:nth-child(3),
      .sia-league-leaders .section__body .table-alt .table-responsive .table__body table tbody tr td:nth-child(3),
      .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table thead tr td:nth-child(3),
      .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table tbody tr td:nth-child(3) {
        color: #000; }
      .sia-league-standings .schedule__body .table-alt .table-responsive .table__body table thead tr th,
      .sia-league-standings .schedule__body .table-alt .table-responsive .table__body table tbody tr th,
      .sia-league-standings .schedule__body .table__fixed .table-responsive .table__body table thead tr th,
      .sia-league-standings .schedule__body .table__fixed .table-responsive .table__body table tbody tr th,
      .sia-league-standings .section__body .table-alt .table-responsive .table__body table thead tr th,
      .sia-league-standings .section__body .table-alt .table-responsive .table__body table tbody tr th,
      .sia-league-standings .section__body .table__fixed .table-responsive .table__body table thead tr th,
      .sia-league-standings .section__body .table__fixed .table-responsive .table__body table tbody tr th,
      .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table thead tr th,
      .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table tbody tr th,
      .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table thead tr th,
      .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table tbody tr th,
      .sia-league-leaders .section__body .table-alt .table-responsive .table__body table thead tr th,
      .sia-league-leaders .section__body .table-alt .table-responsive .table__body table tbody tr th,
      .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table thead tr th,
      .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table tbody tr th {
        color: #8f8f8f; }

.sia-league-standings .schedule__body h4,
.sia-league-standings .section__body h4,
.sia-league-leaders .schedule__body h4,
.sia-league-leaders .section__body h4 {
  font-weight: 700;
  font-size: 21px;
  padding-bottom: 20px; }
  .sia-league-standings .schedule__body h4.table__title-container,
  .sia-league-standings .section__body h4.table__title-container,
  .sia-league-leaders .schedule__body h4.table__title-container,
  .sia-league-leaders .section__body h4.table__title-container {
    padding-right: 20px; }
  .sia-league-standings .schedule__body h4 span,
  .sia-league-standings .section__body h4 span,
  .sia-league-leaders .schedule__body h4 span,
  .sia-league-leaders .section__body h4 span {
    padding-bottom: 0; }

.sia-league-standings .schedule__body h3,
.sia-league-standings .section__body h3,
.sia-league-leaders .schedule__body h3,
.sia-league-leaders .section__body h3 {
  text-transform: capitalize;
  margin: 0; }

.sia-league-standings .schedule__body .sia_scrollableTable__title,
.sia-league-standings .section__body .sia_scrollableTable__title,
.sia-league-leaders .schedule__body .sia_scrollableTable__title,
.sia-league-leaders .section__body .sia_scrollableTable__title {
  margin: 0 0 16px;
  padding: 0; }

.sia-league-standings .schedule__body .sia_tabs_ul,
.sia-league-standings .section__body .sia_tabs_ul,
.sia-league-leaders .schedule__body .sia_tabs_ul,
.sia-league-leaders .section__body .sia_tabs_ul {
  margin: 0; }

.sia-league-standings .schedule__body .tabs .tabs__nav,
.sia-league-standings .section__body .tabs .tabs__nav,
.sia-league-leaders .schedule__body .tabs .tabs__nav,
.sia-league-leaders .section__body .tabs .tabs__nav {
  margin: 10px 0; }
  .sia-league-standings .schedule__body .tabs .tabs__nav ul li a:after,
  .sia-league-standings .schedule__body .tabs .tabs__nav ul li.active a:after,
  .sia-league-standings .section__body .tabs .tabs__nav ul li a:after,
  .sia-league-standings .section__body .tabs .tabs__nav ul li.active a:after,
  .sia-league-leaders .schedule__body .tabs .tabs__nav ul li a:after,
  .sia-league-leaders .schedule__body .tabs .tabs__nav ul li.active a:after,
  .sia-league-leaders .section__body .tabs .tabs__nav ul li a:after,
  .sia-league-leaders .section__body .tabs .tabs__nav ul li.active a:after {
    background: #e67300;
    bottom: -5px;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    width: 100%;
    visibility: hidden; }
  .sia-league-standings .schedule__body .tabs .tabs__nav ul li a:hover,
  .sia-league-standings .schedule__body .tabs .tabs__nav ul li.active a:hover,
  .sia-league-standings .section__body .tabs .tabs__nav ul li a:hover,
  .sia-league-standings .section__body .tabs .tabs__nav ul li.active a:hover,
  .sia-league-leaders .schedule__body .tabs .tabs__nav ul li a:hover,
  .sia-league-leaders .schedule__body .tabs .tabs__nav ul li.active a:hover,
  .sia-league-leaders .section__body .tabs .tabs__nav ul li a:hover,
  .sia-league-leaders .section__body .tabs .tabs__nav ul li.active a:hover {
    color: #000; }
    .sia-league-standings .schedule__body .tabs .tabs__nav ul li a:hover:after,
    .sia-league-standings .schedule__body .tabs .tabs__nav ul li.active a:hover:after,
    .sia-league-standings .section__body .tabs .tabs__nav ul li a:hover:after,
    .sia-league-standings .section__body .tabs .tabs__nav ul li.active a:hover:after,
    .sia-league-leaders .schedule__body .tabs .tabs__nav ul li a:hover:after,
    .sia-league-leaders .schedule__body .tabs .tabs__nav ul li.active a:hover:after,
    .sia-league-leaders .section__body .tabs .tabs__nav ul li a:hover:after,
    .sia-league-leaders .section__body .tabs .tabs__nav ul li.active a:hover:after {
      visibility: visible; }
  .sia-league-standings .schedule__body .tabs .tabs__nav ul li.active a:after,
  .sia-league-standings .section__body .tabs .tabs__nav ul li.active a:after,
  .sia-league-leaders .schedule__body .tabs .tabs__nav ul li.active a:after,
  .sia-league-leaders .section__body .tabs .tabs__nav ul li.active a:after {
    visibility: visible; }

.sia-league-standings .tabs-default .tabs-default__nav ul,
.sia-league-leaders .tabs-default .tabs-default__nav ul {
  border: none;
  justify-content: center;
  margin: 30px 0; }
  .sia-league-standings .tabs-default .tabs-default__nav ul li,
  .sia-league-leaders .tabs-default .tabs-default__nav ul li {
    font-size: 14px;
    font-weight: 500;
    padding: 10px;
    background: #7c94ad; }
    .sia-league-standings .tabs-default .tabs-default__nav ul li a,
    .sia-league-leaders .tabs-default .tabs-default__nav ul li a {
      text-decoration: none; }
    .sia-league-standings .tabs-default .tabs-default__nav ul li.active,
    .sia-league-standings .tabs-default .tabs-default__nav ul li.active a,
    .sia-league-leaders .tabs-default .tabs-default__nav ul li.active,
    .sia-league-leaders .tabs-default .tabs-default__nav ul li.active a {
      transform: none;
      background: #3d517b; }

.sia-league-standings .table--fixed .table__fixed::before, .sia-league-standings .table--fixed .table__fixed > table,
.sia-league-leaders .table--fixed .table__fixed::before,
.sia-league-leaders .table--fixed .table__fixed > table {
  display: none; }

.sia-league-standings .row .container--alt, .sia-league-standings .row .container-alt,
.sia-league-leaders .row .container--alt,
.sia-league-leaders .row .container-alt {
  border: 1px solid #efefef; }

.sia-league-leaders .tab table {
  table-layout: inherit; }
  .sia-league-leaders .tab table thead tr td,
  .sia-league-leaders .tab table tbody tr td {
    width: auto; }
    .sia-league-leaders .tab table thead tr td:first-child, .sia-league-leaders .tab table thead tr td:nth-child(2),
    .sia-league-leaders .tab table tbody tr td:first-child,
    .sia-league-leaders .tab table tbody tr td:nth-child(2) {
      font-weight: 300;
      width: auto; }
      .sia-league-leaders .tab table thead tr td:first-child .table__border, .sia-league-leaders .tab table thead tr td:nth-child(2) .table__border,
      .sia-league-leaders .tab table tbody tr td:first-child .table__border,
      .sia-league-leaders .tab table tbody tr td:nth-child(2) .table__border {
        display: none; }
      .sia-league-leaders .tab table thead tr td:first-child figure.table__logo, .sia-league-leaders .tab table thead tr td:nth-child(2) figure.table__logo,
      .sia-league-leaders .tab table tbody tr td:first-child figure.table__logo,
      .sia-league-leaders .tab table tbody tr td:nth-child(2) figure.table__logo {
        margin: 0;
        min-width: auto; }
        .sia-league-leaders .tab table thead tr td:first-child figure.table__logo img, .sia-league-leaders .tab table thead tr td:nth-child(2) figure.table__logo img,
        .sia-league-leaders .tab table tbody tr td:first-child figure.table__logo img,
        .sia-league-leaders .tab table tbody tr td:nth-child(2) figure.table__logo img {
          height: 24px;
          float: left;
          margin: 0 5px;
          position: inherit;
          transform: inherit; }
    .sia-league-leaders .tab table thead tr td:first-child,
    .sia-league-leaders .tab table tbody tr td:first-child {
      padding: 0 0 0 20px; }
    .sia-league-leaders .tab table thead tr td:nth-child(3),
    .sia-league-leaders .tab table tbody tr td:nth-child(3) {
      color: #000; }
  .sia-league-leaders .tab table thead tr th,
  .sia-league-leaders .tab table tbody tr th {
    text-align: left;
    font-weight: 500;
    color: #8f8f8f; }
    .sia-league-leaders .tab table thead tr th:first-child,
    .sia-league-leaders .tab table tbody tr th:first-child {
      padding: 0 0 0 20px; }
  .sia-league-leaders .tab table thead tr:first-child,
  .sia-league-leaders .tab table tbody tr:first-child {
    font-weight: 300; }

.sia-league-leaders .sia_sportsLeaders .sia_tableSection__table .sia_tableSection__td:first-child {
  padding: 0;
  width: auto; }

.sia-league-leaders .sia-sport-offenseDefense .sia_tableSection__th:first-of-type,
.sia-league-leaders .sia-sport-offenseDefense .sia_tableSection__td:first-of-type {
  width: auto; }

.sia-league-standings .tabs {
  position: relative; }
  .sia-league-standings .tabs .tab {
    background-color: #f6f6f6; }
    .sia-league-standings .tabs .tab .wrapped {
      margin: 0 10px;
      overflow-y: hidden; }
      .sia-league-standings .tabs .tab .wrapped:after {
        content: "";
        position: absolute;
        right: 0;
        top: 40px;
        height: calc(100% - 40px);
        width: 100px;
        background: linear-gradient(to right, rgba(246, 246, 246, 0), rgba(246, 246, 246, 0.8));
        pointer-events: none; }
    .sia-league-standings .tabs .tab table {
      width: 1000px;
      color: #191919; }
      .sia-league-standings .tabs .tab table thead tr,
      .sia-league-standings .tabs .tab table tbody tr {
        padding-left: 200px;
        display: flex; }
        .sia-league-standings .tabs .tab table thead tr td,
        .sia-league-standings .tabs .tab table tbody tr td {
          padding: 0;
          flex: 0 100px; }
          .sia-league-standings .tabs .tab table thead tr td:first-child, .sia-league-standings .tabs .tab table thead tr td:nth-child(2),
          .sia-league-standings .tabs .tab table tbody tr td:first-child,
          .sia-league-standings .tabs .tab table tbody tr td:nth-child(2) {
            position: absolute;
            left: 5px;
            text-indent: 0;
            padding-left: 15px;
            text-align: left;
            z-index: 1;
            background-color: #f6f6f6;
            font-weight: 700;
            width: 40px; }
            .sia-league-standings .tabs .tab table thead tr td:first-child .table__border, .sia-league-standings .tabs .tab table thead tr td:nth-child(2) .table__border,
            .sia-league-standings .tabs .tab table tbody tr td:first-child .table__border,
            .sia-league-standings .tabs .tab table tbody tr td:nth-child(2) .table__border {
              display: none; }
            .sia-league-standings .tabs .tab table thead tr td:first-child figure, .sia-league-standings .tabs .tab table thead tr td:nth-child(2) figure,
            .sia-league-standings .tabs .tab table tbody tr td:first-child figure,
            .sia-league-standings .tabs .tab table tbody tr td:nth-child(2) figure {
              margin: 0;
              white-space: nowrap;
              overflow: hidden;
              text-overflow: ellipsis; }
              .sia-league-standings .tabs .tab table thead tr td:first-child figure img, .sia-league-standings .tabs .tab table thead tr td:nth-child(2) figure img,
              .sia-league-standings .tabs .tab table tbody tr td:first-child figure img,
              .sia-league-standings .tabs .tab table tbody tr td:nth-child(2) figure img {
                height: 24px;
                float: left;
                margin-right: 10px; }
          .sia-league-standings .tabs .tab table thead tr td:nth-child(2),
          .sia-league-standings .tabs .tab table tbody tr td:nth-child(2) {
            left: 40px;
            width: 160px;
            padding-left: 0; }
          .sia-league-standings .tabs .tab table thead tr td:nth-child(3),
          .sia-league-standings .tabs .tab table tbody tr td:nth-child(3) {
            color: #000; }
        .sia-league-standings .tabs .tab table thead tr th,
        .sia-league-standings .tabs .tab table tbody tr th {
          flex: 0 100px;
          text-align: left;
          font-weight: 500;
          color: #8f8f8f; }
          .sia-league-standings .tabs .tab table thead tr th .table__container,
          .sia-league-standings .tabs .tab table tbody tr th .table__container {
            margin: 0; }
          .sia-league-standings .tabs .tab table thead tr th:first-child,
          .sia-league-standings .tabs .tab table tbody tr th:first-child {
            position: absolute;
            left: 5px;
            padding-left: 15px;
            text-indent: 0;
            text-align: left;
            z-index: 1;
            background-color: #f6f6f6;
            font-weight: 700;
            width: 180px; }

.sia-league-standings .tab#playoff-picture .section__body .container-alt, .sia-league-standings .tab#wildcard .section__body .container-alt {
  margin-bottom: 10px; }

.sia-league-standings .tab#playoff-picture .section__body h4, .sia-league-standings .tab#wildcard .section__body h4 {
  padding-bottom: 0; }

.sia-league-standings .tab#playoff-picture .section__body .table__fixed .table-responsive .table__body table, .sia-league-standings .tab#wildcard .section__body .table__fixed .table-responsive .table__body table {
  margin-bottom: 0; }

ul.glossary {
  padding: 20px;
  font-size: 11px;
  font-weight: 600;
  list-style-type: none; }
  ul.glossary li {
    line-height: 2em;
    display: flex; }
    ul.glossary li span:first-child {
      flex: 0 20%;
      text-transform: uppercase; }
    ul.glossary li span:nth-child(2) {
      flex: 0 80%; }

.standings .container .schedule__body h4 {
  color: #8f8f8f;
  font-size: 14px;
  margin: 0;
  padding: 0;
  line-height: 24px; }

.standings .container .schedule__body h3 {
  font-size: 18px;
  margin-bottom: 10px;
  padding: 0; }

.standings .container .schedule__body .table__fixed .table-responsive .table__body table {
  width: 900px;
  padding-top: 15px; }
  .standings .container .schedule__body .table__fixed .table-responsive .table__body table thead tr,
  .standings .container .schedule__body .table__fixed .table-responsive .table__body table tbody tr {
    display: flex;
    height: 30px;
    padding-left: 190px; }
    .standings .container .schedule__body .table__fixed .table-responsive .table__body table thead tr td,
    .standings .container .schedule__body .table__fixed .table-responsive .table__body table thead tr th,
    .standings .container .schedule__body .table__fixed .table-responsive .table__body table tbody tr td,
    .standings .container .schedule__body .table__fixed .table-responsive .table__body table tbody tr th {
      flex: 0 70px; }
      .standings .container .schedule__body .table__fixed .table-responsive .table__body table thead tr td:first-child,
      .standings .container .schedule__body .table__fixed .table-responsive .table__body table thead tr th:first-child,
      .standings .container .schedule__body .table__fixed .table-responsive .table__body table tbody tr td:first-child,
      .standings .container .schedule__body .table__fixed .table-responsive .table__body table tbody tr th:first-child {
        width: 180px;
        font-size: 12px;
        line-height: 30px; }
        .standings .container .schedule__body .table__fixed .table-responsive .table__body table thead tr td:first-child img,
        .standings .container .schedule__body .table__fixed .table-responsive .table__body table thead tr th:first-child img,
        .standings .container .schedule__body .table__fixed .table-responsive .table__body table tbody tr td:first-child img,
        .standings .container .schedule__body .table__fixed .table-responsive .table__body table tbody tr th:first-child img {
          float: left;
          margin-right: 10px; }
      .standings .container .schedule__body .table__fixed .table-responsive .table__body table thead tr td:nth-last-child(-n+4),
      .standings .container .schedule__body .table__fixed .table-responsive .table__body table thead tr th:nth-last-child(-n+4),
      .standings .container .schedule__body .table__fixed .table-responsive .table__body table tbody tr td:nth-last-child(-n+4),
      .standings .container .schedule__body .table__fixed .table-responsive .table__body table tbody tr th:nth-last-child(-n+4) {
        flex: 0 100px; }

.standings .container .schedule__body .table__fixed {
  background-color: #f6f6f6;
  position: relative; }
  .standings .container .schedule__body .table__fixed .table-responsive::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50px;
    background: linear-gradient(to right, rgba(246, 246, 246, 0), rgba(246, 246, 246, 0.8));
    pointer-events: none; }

.standings .container .schedule__body.nba .table__fixed .table-responsive .table__body table, .standings .container .schedule__body.ncaab .table__fixed .table-responsive .table__body table {
  width: 700px; }

.standings .container .schedule__body .sia_leagueStandingsDivisionTables .sia_table__title {
  margin-bottom: 16px; }

.standings .container .schedule__body .sia_leagueStandingsDivisionTables .sia_table__subTitle {
  margin-bottom: 12px; }

.roster .container h2 {
  padding-left: 20px;
  font-size: 20px; }

.roster .container .schedule__body {
  padding-bottom: 20px; }
  .roster .container .schedule__body .border-container {
    margin-bottom: 10px; }
  .roster .container .schedule__body .table-alt {
    position: relative; }
    .roster .container .schedule__body .table-alt .table-responsive .table__body table.roster {
      width: 550px; }
      .roster .container .schedule__body .table-alt .table-responsive .table__body table.roster thead tr,
      .roster .container .schedule__body .table-alt .table-responsive .table__body table.roster tbody tr {
        padding-left: 150px; }
        .roster .container .schedule__body .table-alt .table-responsive .table__body table.roster thead tr th,
        .roster .container .schedule__body .table-alt .table-responsive .table__body table.roster thead tr td,
        .roster .container .schedule__body .table-alt .table-responsive .table__body table.roster tbody tr th,
        .roster .container .schedule__body .table-alt .table-responsive .table__body table.roster tbody tr td {
          text-indent: 0;
          flex: 0 50px; }
          .roster .container .schedule__body .table-alt .table-responsive .table__body table.roster thead tr th:first-child,
          .roster .container .schedule__body .table-alt .table-responsive .table__body table.roster thead tr td:first-child,
          .roster .container .schedule__body .table-alt .table-responsive .table__body table.roster tbody tr th:first-child,
          .roster .container .schedule__body .table-alt .table-responsive .table__body table.roster tbody tr td:first-child {
            width: 130px;
            position: absolute;
            left: 0;
            padding-left: 20px;
            text-indent: 0;
            text-align: left;
            z-index: 1;
            background-color: #f6f6f6;
            font-weight: 700; }
          .roster .container .schedule__body .table-alt .table-responsive .table__body table.roster thead tr th:last-child, .roster .container .schedule__body .table-alt .table-responsive .table__body table.roster thead tr th:nth-last-child(2),
          .roster .container .schedule__body .table-alt .table-responsive .table__body table.roster thead tr td:last-child,
          .roster .container .schedule__body .table-alt .table-responsive .table__body table.roster thead tr td:nth-last-child(2),
          .roster .container .schedule__body .table-alt .table-responsive .table__body table.roster tbody tr th:last-child,
          .roster .container .schedule__body .table-alt .table-responsive .table__body table.roster tbody tr th:nth-last-child(2),
          .roster .container .schedule__body .table-alt .table-responsive .table__body table.roster tbody tr td:last-child,
          .roster .container .schedule__body .table-alt .table-responsive .table__body table.roster tbody tr td:nth-last-child(2) {
            flex: 0 100px; }
    .roster .container .schedule__body .table-alt .table-responsive .table__body table.roster-analysis {
      padding: 20px;
      width: 550px; }
      .roster .container .schedule__body .table-alt .table-responsive .table__body table.roster-analysis th,
      .roster .container .schedule__body .table-alt .table-responsive .table__body table.roster-analysis td {
        text-align: left;
        text-indent: 0;
        flex: 0 70px;
        color: #191919; }
        .roster .container .schedule__body .table-alt .table-responsive .table__body table.roster-analysis th:last-child,
        .roster .container .schedule__body .table-alt .table-responsive .table__body table.roster-analysis td:last-child {
          flex: 0 120px; }
    .roster .container .schedule__body .table-alt .table-responsive::after {
      content: "";
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      width: 50px;
      background: linear-gradient(to right, rgba(246, 246, 246, 0), rgba(246, 246, 246, 0.8));
      pointer-events: none; }

.roster .small {
  padding-left: 20px;
  font-size: 14px; }

.injuries .container h2 {
  padding-left: 20px;
  font-size: 20px; }

.injuries .container .schedule__body .table-alt .table-responsive .table__body table.injuries {
  width: 100%; }
  .injuries .container .schedule__body .table-alt .table-responsive .table__body table.injuries thead tr.collapse,
  .injuries .container .schedule__body .table-alt .table-responsive .table__body table.injuries tbody tr.collapse {
    display: none; }
  .injuries .container .schedule__body .table-alt .table-responsive .table__body table.injuries thead tr th,
  .injuries .container .schedule__body .table-alt .table-responsive .table__body table.injuries thead tr td,
  .injuries .container .schedule__body .table-alt .table-responsive .table__body table.injuries tbody tr th,
  .injuries .container .schedule__body .table-alt .table-responsive .table__body table.injuries tbody tr td {
    flex: none;
    width: 45%;
    line-height: 1.5;
    height: auto; }
    .injuries .container .schedule__body .table-alt .table-responsive .table__body table.injuries thead tr th:first-child, .injuries .container .schedule__body .table-alt .table-responsive .table__body table.injuries thead tr th:nth-child(3),
    .injuries .container .schedule__body .table-alt .table-responsive .table__body table.injuries thead tr td:first-child,
    .injuries .container .schedule__body .table-alt .table-responsive .table__body table.injuries thead tr td:nth-child(3),
    .injuries .container .schedule__body .table-alt .table-responsive .table__body table.injuries tbody tr th:first-child,
    .injuries .container .schedule__body .table-alt .table-responsive .table__body table.injuries tbody tr th:nth-child(3),
    .injuries .container .schedule__body .table-alt .table-responsive .table__body table.injuries tbody tr td:first-child,
    .injuries .container .schedule__body .table-alt .table-responsive .table__body table.injuries tbody tr td:nth-child(3) {
      display: none; }
    .injuries .container .schedule__body .table-alt .table-responsive .table__body table.injuries thead tr th:nth-child(4),
    .injuries .container .schedule__body .table-alt .table-responsive .table__body table.injuries thead tr td:nth-child(4),
    .injuries .container .schedule__body .table-alt .table-responsive .table__body table.injuries tbody tr th:nth-child(4),
    .injuries .container .schedule__body .table-alt .table-responsive .table__body table.injuries tbody tr td:nth-child(4) {
      width: 40%; }
    .injuries .container .schedule__body .table-alt .table-responsive .table__body table.injuries thead tr th:last-child,
    .injuries .container .schedule__body .table-alt .table-responsive .table__body table.injuries thead tr td:last-child,
    .injuries .container .schedule__body .table-alt .table-responsive .table__body table.injuries tbody tr th:last-child,
    .injuries .container .schedule__body .table-alt .table-responsive .table__body table.injuries tbody tr td:last-child {
      width: 10%; }
      .injuries .container .schedule__body .table-alt .table-responsive .table__body table.injuries thead tr th:last-child a,
      .injuries .container .schedule__body .table-alt .table-responsive .table__body table.injuries thead tr td:last-child a,
      .injuries .container .schedule__body .table-alt .table-responsive .table__body table.injuries tbody tr th:last-child a,
      .injuries .container .schedule__body .table-alt .table-responsive .table__body table.injuries tbody tr td:last-child a {
        color: #e67300; }
    .injuries .container .schedule__body .table-alt .table-responsive .table__body table.injuries thead tr th span.abbreviated-name,
    .injuries .container .schedule__body .table-alt .table-responsive .table__body table.injuries thead tr td span.abbreviated-name,
    .injuries .container .schedule__body .table-alt .table-responsive .table__body table.injuries tbody tr th span.abbreviated-name,
    .injuries .container .schedule__body .table-alt .table-responsive .table__body table.injuries tbody tr td span.abbreviated-name {
      display: none; }
  .injuries .container .schedule__body .table-alt .table-responsive .table__body table.injuries thead tr td,
  .injuries .container .schedule__body .table-alt .table-responsive .table__body table.injuries tbody tr td {
    font-weight: 300; }
    .injuries .container .schedule__body .table-alt .table-responsive .table__body table.injuries thead tr td:nth-child(2),
    .injuries .container .schedule__body .table-alt .table-responsive .table__body table.injuries tbody tr td:nth-child(2) {
      font-weight: 600; }
  .injuries .container .schedule__body .table-alt .table-responsive .table__body table.injuries thead tr.injury,
  .injuries .container .schedule__body .table-alt .table-responsive .table__body table.injuries tbody tr.injury {
    display: block;
    background-color: #fff;
    padding: 10px;
    margin: 0 0 10px; }
    .injuries .container .schedule__body .table-alt .table-responsive .table__body table.injuries thead tr.injury td,
    .injuries .container .schedule__body .table-alt .table-responsive .table__body table.injuries tbody tr.injury td {
      display: block;
      width: 100%;
      text-align: left;
      box-sizing: border-box;
      font-weight: 600;
      vertical-align: middle;
      height: auto; }
    .injuries .container .schedule__body .table-alt .table-responsive .table__body table.injuries thead tr.injury.collapse,
    .injuries .container .schedule__body .table-alt .table-responsive .table__body table.injuries tbody tr.injury.collapse {
      display: none; }

.transactions .container h2 {
  padding-left: 20px;
  font-size: 20px; }

.transactions .container .schedule__body .table-alt .table-responsive .table__body table.transactions,
.transactions .container .schedule__body .table-alt .table-responsive .table__body table,
.transactions .container .schedule__body .table__fixed .table-responsive .table__body table.transactions,
.transactions .container .schedule__body .table__fixed .table-responsive .table__body table {
  width: 100%; }
  .transactions .container .schedule__body .table-alt .table-responsive .table__body table.transactions thead tr,
  .transactions .container .schedule__body .table-alt .table-responsive .table__body table.transactions tbody tr,
  .transactions .container .schedule__body .table-alt .table-responsive .table__body table thead tr,
  .transactions .container .schedule__body .table-alt .table-responsive .table__body table tbody tr,
  .transactions .container .schedule__body .table__fixed .table-responsive .table__body table.transactions thead tr,
  .transactions .container .schedule__body .table__fixed .table-responsive .table__body table.transactions tbody tr,
  .transactions .container .schedule__body .table__fixed .table-responsive .table__body table thead tr,
  .transactions .container .schedule__body .table__fixed .table-responsive .table__body table tbody tr {
    padding-bottom: 10px;
    line-height: 1.5; }
    .transactions .container .schedule__body .table-alt .table-responsive .table__body table.transactions thead tr th, .transactions .container .schedule__body .table-alt .table-responsive .table__body table.transactions thead tr td,
    .transactions .container .schedule__body .table-alt .table-responsive .table__body table.transactions tbody tr th,
    .transactions .container .schedule__body .table-alt .table-responsive .table__body table.transactions tbody tr td,
    .transactions .container .schedule__body .table-alt .table-responsive .table__body table thead tr th,
    .transactions .container .schedule__body .table-alt .table-responsive .table__body table thead tr td,
    .transactions .container .schedule__body .table-alt .table-responsive .table__body table tbody tr th,
    .transactions .container .schedule__body .table-alt .table-responsive .table__body table tbody tr td,
    .transactions .container .schedule__body .table__fixed .table-responsive .table__body table.transactions thead tr th,
    .transactions .container .schedule__body .table__fixed .table-responsive .table__body table.transactions thead tr td,
    .transactions .container .schedule__body .table__fixed .table-responsive .table__body table.transactions tbody tr th,
    .transactions .container .schedule__body .table__fixed .table-responsive .table__body table.transactions tbody tr td,
    .transactions .container .schedule__body .table__fixed .table-responsive .table__body table thead tr th,
    .transactions .container .schedule__body .table__fixed .table-responsive .table__body table thead tr td,
    .transactions .container .schedule__body .table__fixed .table-responsive .table__body table tbody tr th,
    .transactions .container .schedule__body .table__fixed .table-responsive .table__body table tbody tr td {
      flex: 0 140px; }
      .transactions .container .schedule__body .table-alt .table-responsive .table__body table.transactions thead tr th:first-child, .transactions .container .schedule__body .table-alt .table-responsive .table__body table.transactions thead tr td:first-child,
      .transactions .container .schedule__body .table-alt .table-responsive .table__body table.transactions tbody tr th:first-child,
      .transactions .container .schedule__body .table-alt .table-responsive .table__body table.transactions tbody tr td:first-child,
      .transactions .container .schedule__body .table-alt .table-responsive .table__body table thead tr th:first-child,
      .transactions .container .schedule__body .table-alt .table-responsive .table__body table thead tr td:first-child,
      .transactions .container .schedule__body .table-alt .table-responsive .table__body table tbody tr th:first-child,
      .transactions .container .schedule__body .table-alt .table-responsive .table__body table tbody tr td:first-child,
      .transactions .container .schedule__body .table__fixed .table-responsive .table__body table.transactions thead tr th:first-child,
      .transactions .container .schedule__body .table__fixed .table-responsive .table__body table.transactions thead tr td:first-child,
      .transactions .container .schedule__body .table__fixed .table-responsive .table__body table.transactions tbody tr th:first-child,
      .transactions .container .schedule__body .table__fixed .table-responsive .table__body table.transactions tbody tr td:first-child,
      .transactions .container .schedule__body .table__fixed .table-responsive .table__body table thead tr th:first-child,
      .transactions .container .schedule__body .table__fixed .table-responsive .table__body table thead tr td:first-child,
      .transactions .container .schedule__body .table__fixed .table-responsive .table__body table tbody tr th:first-child,
      .transactions .container .schedule__body .table__fixed .table-responsive .table__body table tbody tr td:first-child {
        flex: 0 100px;
        font-weight: 600; }
      .transactions .container .schedule__body .table-alt .table-responsive .table__body table.transactions thead tr th:last-child, .transactions .container .schedule__body .table-alt .table-responsive .table__body table.transactions thead tr td:last-child,
      .transactions .container .schedule__body .table-alt .table-responsive .table__body table.transactions tbody tr th:last-child,
      .transactions .container .schedule__body .table-alt .table-responsive .table__body table.transactions tbody tr td:last-child,
      .transactions .container .schedule__body .table-alt .table-responsive .table__body table thead tr th:last-child,
      .transactions .container .schedule__body .table-alt .table-responsive .table__body table thead tr td:last-child,
      .transactions .container .schedule__body .table-alt .table-responsive .table__body table tbody tr th:last-child,
      .transactions .container .schedule__body .table-alt .table-responsive .table__body table tbody tr td:last-child,
      .transactions .container .schedule__body .table__fixed .table-responsive .table__body table.transactions thead tr th:last-child,
      .transactions .container .schedule__body .table__fixed .table-responsive .table__body table.transactions thead tr td:last-child,
      .transactions .container .schedule__body .table__fixed .table-responsive .table__body table.transactions tbody tr th:last-child,
      .transactions .container .schedule__body .table__fixed .table-responsive .table__body table.transactions tbody tr td:last-child,
      .transactions .container .schedule__body .table__fixed .table-responsive .table__body table thead tr th:last-child,
      .transactions .container .schedule__body .table__fixed .table-responsive .table__body table thead tr td:last-child,
      .transactions .container .schedule__body .table__fixed .table-responsive .table__body table tbody tr th:last-child,
      .transactions .container .schedule__body .table__fixed .table-responsive .table__body table tbody tr td:last-child {
        flex: 0 10px;
        text-align: center; }
      .transactions .container .schedule__body .table-alt .table-responsive .table__body table.transactions thead tr th:nth-child(2), .transactions .container .schedule__body .table-alt .table-responsive .table__body table.transactions thead tr td:nth-child(2),
      .transactions .container .schedule__body .table-alt .table-responsive .table__body table.transactions tbody tr th:nth-child(2),
      .transactions .container .schedule__body .table-alt .table-responsive .table__body table.transactions tbody tr td:nth-child(2),
      .transactions .container .schedule__body .table-alt .table-responsive .table__body table thead tr th:nth-child(2),
      .transactions .container .schedule__body .table-alt .table-responsive .table__body table thead tr td:nth-child(2),
      .transactions .container .schedule__body .table-alt .table-responsive .table__body table tbody tr th:nth-child(2),
      .transactions .container .schedule__body .table-alt .table-responsive .table__body table tbody tr td:nth-child(2),
      .transactions .container .schedule__body .table__fixed .table-responsive .table__body table.transactions thead tr th:nth-child(2),
      .transactions .container .schedule__body .table__fixed .table-responsive .table__body table.transactions thead tr td:nth-child(2),
      .transactions .container .schedule__body .table__fixed .table-responsive .table__body table.transactions tbody tr th:nth-child(2),
      .transactions .container .schedule__body .table__fixed .table-responsive .table__body table.transactions tbody tr td:nth-child(2),
      .transactions .container .schedule__body .table__fixed .table-responsive .table__body table thead tr th:nth-child(2),
      .transactions .container .schedule__body .table__fixed .table-responsive .table__body table thead tr td:nth-child(2),
      .transactions .container .schedule__body .table__fixed .table-responsive .table__body table tbody tr th:nth-child(2),
      .transactions .container .schedule__body .table__fixed .table-responsive .table__body table tbody tr td:nth-child(2) {
        flex: 0 20px; }
      .transactions .container .schedule__body .table-alt .table-responsive .table__body table.transactions thead tr th:nth-child(3), .transactions .container .schedule__body .table-alt .table-responsive .table__body table.transactions thead tr td:nth-child(3),
      .transactions .container .schedule__body .table-alt .table-responsive .table__body table.transactions tbody tr th:nth-child(3),
      .transactions .container .schedule__body .table-alt .table-responsive .table__body table.transactions tbody tr td:nth-child(3),
      .transactions .container .schedule__body .table-alt .table-responsive .table__body table thead tr th:nth-child(3),
      .transactions .container .schedule__body .table-alt .table-responsive .table__body table thead tr td:nth-child(3),
      .transactions .container .schedule__body .table-alt .table-responsive .table__body table tbody tr th:nth-child(3),
      .transactions .container .schedule__body .table-alt .table-responsive .table__body table tbody tr td:nth-child(3),
      .transactions .container .schedule__body .table__fixed .table-responsive .table__body table.transactions thead tr th:nth-child(3),
      .transactions .container .schedule__body .table__fixed .table-responsive .table__body table.transactions thead tr td:nth-child(3),
      .transactions .container .schedule__body .table__fixed .table-responsive .table__body table.transactions tbody tr th:nth-child(3),
      .transactions .container .schedule__body .table__fixed .table-responsive .table__body table.transactions tbody tr td:nth-child(3),
      .transactions .container .schedule__body .table__fixed .table-responsive .table__body table thead tr th:nth-child(3),
      .transactions .container .schedule__body .table__fixed .table-responsive .table__body table thead tr td:nth-child(3),
      .transactions .container .schedule__body .table__fixed .table-responsive .table__body table tbody tr th:nth-child(3),
      .transactions .container .schedule__body .table__fixed .table-responsive .table__body table tbody tr td:nth-child(3) {
        height: auto; }

.team-portal-link {
  text-decoration: none; }
  .team-portal-link:hover {
    text-decoration: underline;
    color: #e67300; }
    .team-portal-link:hover h3,
    .team-portal-link:hover h4,
    .team-portal-link:hover h5 {
      color: #e67300; }
    .team-portal-link:hover span {
      text-decoration: underline; }

.section-matchup a.team-portal-link {
  color: inherit; }
  .section-matchup a.team-portal-link:hover {
    text-decoration: underline;
    color: #e67300; }

.section-matchup .section__head p a:hover {
  text-decoration: underline; }

.league-injuries .injuries table.injuries td a {
  float: left; }
  .league-injuries .injuries table.injuries td a img {
    margin-right: 15px; }

.league-transactions .transactions .table__fixed table tr td:first-child {
  line-height: 20px; }
  .league-transactions .transactions .table__fixed table tr td:first-child a:first-child {
    float: left;
    margin-right: 5px; }

.league-transactions .transactions .table__fixed table tr td:nth-child(3) {
  width: 45%; }

.league-schedule .schedule__body .schedule-group table tr td {
  font-size: 12px;
  padding-top: 5px; }
  .league-schedule .schedule__body .schedule-group table tr td a {
    text-decoration: none; }
    .league-schedule .schedule__body .schedule-group table tr td a img {
      float: left;
      margin-right: 10px; }
    .league-schedule .schedule__body .schedule-group table tr td a .team-block span {
      line-height: 12px;
      display: block; }
      .league-schedule .schedule__body .schedule-group table tr td a .team-block span.team-abbreviation {
        font-weight: 600;
        text-decoration: underline; }
    .league-schedule .schedule__body .schedule-group table tr td a.mobile-time {
      text-decoration: underline;
      color: #e67300;
      font-weight: 600; }
  .league-schedule .schedule__body .schedule-group table tr td span.desktop-time {
    color: #8f8f8f;
    font-weight: 600; }
  .league-schedule .schedule__body .schedule-group table tr td .matchup-block {
    text-transform: uppercase;
    font-weight: 600;
    display: none; }
  .league-schedule .schedule__body .schedule-group table tr td:first-child, .league-schedule .schedule__body .schedule-group table tr td:nth-child(3) {
    min-width: 70px; }
  .league-schedule .schedule__body .schedule-group table tr td:nth-child(4) {
    text-align: right; }

.league-schedule .schedule__body .schedule-group table.completed tr td a {
  display: inline-block; }
  .league-schedule .schedule__body .schedule-group table.completed tr td a div {
    display: inline-block; }

.league-schedule .schedule__body .schedule-group table.completed tr td span.result.score {
  width: 25px;
  height: 25px;
  background-color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 25px;
  font-weight: 700;
  color: #000; }

.league-schedule .schedule__body .schedule-group table.completed tr td:first-child {
  padding-right: 20px; }
  .league-schedule .schedule__body .schedule-group table.completed tr td:first-child span.result.score {
    float: right; }

.league-schedule .schedule__body .schedule-group table.completed tr td:nth-child(3) {
  padding-left: 20px;
  text-align: right; }
  .league-schedule .schedule__body .schedule-group table.completed tr td:nth-child(3) span.result.score {
    float: left; }

.league-schedule .schedule__body .schedule-group table.completed tr td:nth-child(2) {
  color: #e67300;
  text-decoration: underline;
  font-weight: 700;
  text-align: center; }

.league-schedule .schedule__body .schedule-group table.nhl .schedule-group table.completed tr td:first-child {
  padding-right: 10px; }

.league-schedule .schedule__body .schedule-group table.nhl .schedule-group table.completed tr td:nth-child(3) {
  padding-left: 10px; }

.league-schedule .schedule__body.nhl .schedule-group table.completed tr td:first-child {
  padding-right: 10px; }

.league-schedule .schedule__body.nhl .schedule-group table.completed tr td:nth-child(3) {
  padding-left: 10px; }

.league-schedule .schedule .container .schedule__body .schedule-group table tr td:nth-child(n+4) {
  display: block; }
  .league-schedule .schedule .container .schedule__body .schedule-group table tr td:nth-child(n+4) ul {
    display: none; }

.league-schedule .schedule .container .schedule__body .schedule-group table.upcoming-live td:nth-child(3) {
  display: table-cell; }

.league-schedule .team-portal {
  margin-top: 0px; }

.league-schedule .scores__dates {
  padding-bottom: 20px;
  width: 100%; }

.league-stats .container .schedule__body,
.league-stats .container .section__body,
.sia-league-portal-team-leaders .schedule__body,
.sia-league-portal-team-leaders .section__body,
.sia-league-leaders .schedule__body,
.sia-league-leaders .section__body {
  margin-bottom: 12px;
  overflow: hidden;
  overflow-x: auto;
  width: 100%; }
  .league-stats .container .schedule__body .stats-tabs li,
  .league-stats .container .schedule__body .stats-category li,
  .league-stats .container .section__body .stats-tabs li,
  .league-stats .container .section__body .stats-category li,
  .sia-league-portal-team-leaders .schedule__body .stats-tabs li,
  .sia-league-portal-team-leaders .schedule__body .stats-category li,
  .sia-league-portal-team-leaders .section__body .stats-tabs li,
  .sia-league-portal-team-leaders .section__body .stats-category li,
  .sia-league-leaders .schedule__body .stats-tabs li,
  .sia-league-leaders .schedule__body .stats-category li,
  .sia-league-leaders .section__body .stats-tabs li,
  .sia-league-leaders .section__body .stats-category li {
    display: inline-block;
    margin-right: 10px;
    padding: 4px 16px;
    color: #8f8f8f;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    cursor: pointer; }
    .league-stats .container .schedule__body .stats-tabs li:hover,
    .league-stats .container .schedule__body .stats-category li:hover,
    .league-stats .container .section__body .stats-tabs li:hover,
    .league-stats .container .section__body .stats-category li:hover,
    .sia-league-portal-team-leaders .schedule__body .stats-tabs li:hover,
    .sia-league-portal-team-leaders .schedule__body .stats-category li:hover,
    .sia-league-portal-team-leaders .section__body .stats-tabs li:hover,
    .sia-league-portal-team-leaders .section__body .stats-category li:hover,
    .sia-league-leaders .schedule__body .stats-tabs li:hover,
    .sia-league-leaders .schedule__body .stats-category li:hover,
    .sia-league-leaders .section__body .stats-tabs li:hover,
    .sia-league-leaders .section__body .stats-category li:hover {
      padding: 4px 16px;
      color: #e67300;
      border: 1px solid #e67300; }
    .league-stats .container .schedule__body .stats-tabs li a,
    .league-stats .container .schedule__body .stats-category li a,
    .league-stats .container .section__body .stats-tabs li a,
    .league-stats .container .section__body .stats-category li a,
    .sia-league-portal-team-leaders .schedule__body .stats-tabs li a,
    .sia-league-portal-team-leaders .schedule__body .stats-category li a,
    .sia-league-portal-team-leaders .section__body .stats-tabs li a,
    .sia-league-portal-team-leaders .section__body .stats-category li a,
    .sia-league-leaders .schedule__body .stats-tabs li a,
    .sia-league-leaders .schedule__body .stats-category li a,
    .sia-league-leaders .section__body .stats-tabs li a,
    .sia-league-leaders .section__body .stats-category li a {
      text-decoration: none;
      position: relative; }
    .league-stats .container .schedule__body .stats-tabs li.active,
    .league-stats .container .schedule__body .stats-category li.active,
    .league-stats .container .section__body .stats-tabs li.active,
    .league-stats .container .section__body .stats-category li.active,
    .sia-league-portal-team-leaders .schedule__body .stats-tabs li.active,
    .sia-league-portal-team-leaders .schedule__body .stats-category li.active,
    .sia-league-portal-team-leaders .section__body .stats-tabs li.active,
    .sia-league-portal-team-leaders .section__body .stats-category li.active,
    .sia-league-leaders .schedule__body .stats-tabs li.active,
    .sia-league-leaders .schedule__body .stats-category li.active,
    .sia-league-leaders .section__body .stats-tabs li.active,
    .sia-league-leaders .section__body .stats-category li.active {
      color: #e67300;
      border: 1px solid #e67300; }
  .league-stats .container .schedule__body .table-alt,
  .league-stats .container .schedule__body .table__fixed,
  .league-stats .container .section__body .table-alt,
  .league-stats .container .section__body .table__fixed,
  .sia-league-portal-team-leaders .schedule__body .table-alt,
  .sia-league-portal-team-leaders .schedule__body .table__fixed,
  .sia-league-portal-team-leaders .section__body .table-alt,
  .sia-league-portal-team-leaders .section__body .table__fixed,
  .sia-league-leaders .schedule__body .table-alt,
  .sia-league-leaders .schedule__body .table__fixed,
  .sia-league-leaders .section__body .table-alt,
  .sia-league-leaders .section__body .table__fixed {
    position: relative; }
    .league-stats .container .schedule__body .table-alt .table-responsive .table__body table.stats,
    .league-stats .container .schedule__body .table__fixed .table-responsive .table__body table.stats,
    .league-stats .container .section__body .table-alt .table-responsive .table__body table.stats,
    .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats,
    .sia-league-portal-team-leaders .schedule__body .table-alt .table-responsive .table__body table.stats,
    .sia-league-portal-team-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats,
    .sia-league-portal-team-leaders .section__body .table-alt .table-responsive .table__body table.stats,
    .sia-league-portal-team-leaders .section__body .table__fixed .table-responsive .table__body table.stats,
    .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table.stats,
    .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats,
    .sia-league-leaders .section__body .table-alt .table-responsive .table__body table.stats,
    .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table.stats {
      width: 1000px;
      color: #191919; }
      .league-stats .container .schedule__body .table-alt .table-responsive .table__body table.stats thead tr,
      .league-stats .container .schedule__body .table-alt .table-responsive .table__body table.stats tbody tr,
      .league-stats .container .schedule__body .table__fixed .table-responsive .table__body table.stats thead tr,
      .league-stats .container .schedule__body .table__fixed .table-responsive .table__body table.stats tbody tr,
      .league-stats .container .section__body .table-alt .table-responsive .table__body table.stats thead tr,
      .league-stats .container .section__body .table-alt .table-responsive .table__body table.stats tbody tr,
      .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats thead tr,
      .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats tbody tr,
      .sia-league-portal-team-leaders .schedule__body .table-alt .table-responsive .table__body table.stats thead tr,
      .sia-league-portal-team-leaders .schedule__body .table-alt .table-responsive .table__body table.stats tbody tr,
      .sia-league-portal-team-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats thead tr,
      .sia-league-portal-team-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats tbody tr,
      .sia-league-portal-team-leaders .section__body .table-alt .table-responsive .table__body table.stats thead tr,
      .sia-league-portal-team-leaders .section__body .table-alt .table-responsive .table__body table.stats tbody tr,
      .sia-league-portal-team-leaders .section__body .table__fixed .table-responsive .table__body table.stats thead tr,
      .sia-league-portal-team-leaders .section__body .table__fixed .table-responsive .table__body table.stats tbody tr,
      .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table.stats thead tr,
      .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table.stats tbody tr,
      .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats thead tr,
      .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats tbody tr,
      .sia-league-leaders .section__body .table-alt .table-responsive .table__body table.stats thead tr,
      .sia-league-leaders .section__body .table-alt .table-responsive .table__body table.stats tbody tr,
      .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table.stats thead tr,
      .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table.stats tbody tr {
        line-height: 30px;
        padding-left: 240px;
        display: flex; }
        .league-stats .container .schedule__body .table-alt .table-responsive .table__body table.stats thead tr td,
        .league-stats .container .schedule__body .table-alt .table-responsive .table__body table.stats thead tr th,
        .league-stats .container .schedule__body .table-alt .table-responsive .table__body table.stats tbody tr td,
        .league-stats .container .schedule__body .table-alt .table-responsive .table__body table.stats tbody tr th,
        .league-stats .container .schedule__body .table__fixed .table-responsive .table__body table.stats thead tr td,
        .league-stats .container .schedule__body .table__fixed .table-responsive .table__body table.stats thead tr th,
        .league-stats .container .schedule__body .table__fixed .table-responsive .table__body table.stats tbody tr td,
        .league-stats .container .schedule__body .table__fixed .table-responsive .table__body table.stats tbody tr th,
        .league-stats .container .section__body .table-alt .table-responsive .table__body table.stats thead tr td,
        .league-stats .container .section__body .table-alt .table-responsive .table__body table.stats thead tr th,
        .league-stats .container .section__body .table-alt .table-responsive .table__body table.stats tbody tr td,
        .league-stats .container .section__body .table-alt .table-responsive .table__body table.stats tbody tr th,
        .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats thead tr td,
        .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats thead tr th,
        .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats tbody tr td,
        .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats tbody tr th,
        .sia-league-portal-team-leaders .schedule__body .table-alt .table-responsive .table__body table.stats thead tr td,
        .sia-league-portal-team-leaders .schedule__body .table-alt .table-responsive .table__body table.stats thead tr th,
        .sia-league-portal-team-leaders .schedule__body .table-alt .table-responsive .table__body table.stats tbody tr td,
        .sia-league-portal-team-leaders .schedule__body .table-alt .table-responsive .table__body table.stats tbody tr th,
        .sia-league-portal-team-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats thead tr td,
        .sia-league-portal-team-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats thead tr th,
        .sia-league-portal-team-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats tbody tr td,
        .sia-league-portal-team-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats tbody tr th,
        .sia-league-portal-team-leaders .section__body .table-alt .table-responsive .table__body table.stats thead tr td,
        .sia-league-portal-team-leaders .section__body .table-alt .table-responsive .table__body table.stats thead tr th,
        .sia-league-portal-team-leaders .section__body .table-alt .table-responsive .table__body table.stats tbody tr td,
        .sia-league-portal-team-leaders .section__body .table-alt .table-responsive .table__body table.stats tbody tr th,
        .sia-league-portal-team-leaders .section__body .table__fixed .table-responsive .table__body table.stats thead tr td,
        .sia-league-portal-team-leaders .section__body .table__fixed .table-responsive .table__body table.stats thead tr th,
        .sia-league-portal-team-leaders .section__body .table__fixed .table-responsive .table__body table.stats tbody tr td,
        .sia-league-portal-team-leaders .section__body .table__fixed .table-responsive .table__body table.stats tbody tr th,
        .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table.stats thead tr td,
        .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table.stats thead tr th,
        .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table.stats tbody tr td,
        .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table.stats tbody tr th,
        .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats thead tr td,
        .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats thead tr th,
        .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats tbody tr td,
        .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats tbody tr th,
        .sia-league-leaders .section__body .table-alt .table-responsive .table__body table.stats thead tr td,
        .sia-league-leaders .section__body .table-alt .table-responsive .table__body table.stats thead tr th,
        .sia-league-leaders .section__body .table-alt .table-responsive .table__body table.stats tbody tr td,
        .sia-league-leaders .section__body .table-alt .table-responsive .table__body table.stats tbody tr th,
        .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table.stats thead tr td,
        .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table.stats thead tr th,
        .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table.stats tbody tr td,
        .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table.stats tbody tr th {
          flex: 0 50px; }
          .league-stats .container .schedule__body .table-alt .table-responsive .table__body table.stats thead tr td:nth-child(-n+2),
          .league-stats .container .schedule__body .table-alt .table-responsive .table__body table.stats thead tr th:nth-child(-n+2),
          .league-stats .container .schedule__body .table-alt .table-responsive .table__body table.stats tbody tr td:nth-child(-n+2),
          .league-stats .container .schedule__body .table-alt .table-responsive .table__body table.stats tbody tr th:nth-child(-n+2),
          .league-stats .container .schedule__body .table__fixed .table-responsive .table__body table.stats thead tr td:nth-child(-n+2),
          .league-stats .container .schedule__body .table__fixed .table-responsive .table__body table.stats thead tr th:nth-child(-n+2),
          .league-stats .container .schedule__body .table__fixed .table-responsive .table__body table.stats tbody tr td:nth-child(-n+2),
          .league-stats .container .schedule__body .table__fixed .table-responsive .table__body table.stats tbody tr th:nth-child(-n+2),
          .league-stats .container .section__body .table-alt .table-responsive .table__body table.stats thead tr td:nth-child(-n+2),
          .league-stats .container .section__body .table-alt .table-responsive .table__body table.stats thead tr th:nth-child(-n+2),
          .league-stats .container .section__body .table-alt .table-responsive .table__body table.stats tbody tr td:nth-child(-n+2),
          .league-stats .container .section__body .table-alt .table-responsive .table__body table.stats tbody tr th:nth-child(-n+2),
          .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats thead tr td:nth-child(-n+2),
          .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats thead tr th:nth-child(-n+2),
          .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats tbody tr td:nth-child(-n+2),
          .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats tbody tr th:nth-child(-n+2),
          .sia-league-portal-team-leaders .schedule__body .table-alt .table-responsive .table__body table.stats thead tr td:nth-child(-n+2),
          .sia-league-portal-team-leaders .schedule__body .table-alt .table-responsive .table__body table.stats thead tr th:nth-child(-n+2),
          .sia-league-portal-team-leaders .schedule__body .table-alt .table-responsive .table__body table.stats tbody tr td:nth-child(-n+2),
          .sia-league-portal-team-leaders .schedule__body .table-alt .table-responsive .table__body table.stats tbody tr th:nth-child(-n+2),
          .sia-league-portal-team-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats thead tr td:nth-child(-n+2),
          .sia-league-portal-team-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats thead tr th:nth-child(-n+2),
          .sia-league-portal-team-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats tbody tr td:nth-child(-n+2),
          .sia-league-portal-team-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats tbody tr th:nth-child(-n+2),
          .sia-league-portal-team-leaders .section__body .table-alt .table-responsive .table__body table.stats thead tr td:nth-child(-n+2),
          .sia-league-portal-team-leaders .section__body .table-alt .table-responsive .table__body table.stats thead tr th:nth-child(-n+2),
          .sia-league-portal-team-leaders .section__body .table-alt .table-responsive .table__body table.stats tbody tr td:nth-child(-n+2),
          .sia-league-portal-team-leaders .section__body .table-alt .table-responsive .table__body table.stats tbody tr th:nth-child(-n+2),
          .sia-league-portal-team-leaders .section__body .table__fixed .table-responsive .table__body table.stats thead tr td:nth-child(-n+2),
          .sia-league-portal-team-leaders .section__body .table__fixed .table-responsive .table__body table.stats thead tr th:nth-child(-n+2),
          .sia-league-portal-team-leaders .section__body .table__fixed .table-responsive .table__body table.stats tbody tr td:nth-child(-n+2),
          .sia-league-portal-team-leaders .section__body .table__fixed .table-responsive .table__body table.stats tbody tr th:nth-child(-n+2),
          .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table.stats thead tr td:nth-child(-n+2),
          .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table.stats thead tr th:nth-child(-n+2),
          .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table.stats tbody tr td:nth-child(-n+2),
          .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table.stats tbody tr th:nth-child(-n+2),
          .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats thead tr td:nth-child(-n+2),
          .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats thead tr th:nth-child(-n+2),
          .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats tbody tr td:nth-child(-n+2),
          .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats tbody tr th:nth-child(-n+2),
          .sia-league-leaders .section__body .table-alt .table-responsive .table__body table.stats thead tr td:nth-child(-n+2),
          .sia-league-leaders .section__body .table-alt .table-responsive .table__body table.stats thead tr th:nth-child(-n+2),
          .sia-league-leaders .section__body .table-alt .table-responsive .table__body table.stats tbody tr td:nth-child(-n+2),
          .sia-league-leaders .section__body .table-alt .table-responsive .table__body table.stats tbody tr th:nth-child(-n+2),
          .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table.stats thead tr td:nth-child(-n+2),
          .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table.stats thead tr th:nth-child(-n+2),
          .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table.stats tbody tr td:nth-child(-n+2),
          .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table.stats tbody tr th:nth-child(-n+2) {
            position: absolute;
            text-indent: 0;
            text-align: left;
            z-index: 1;
            background-color: #f6f6f6;
            font-weight: 700; }
          .league-stats .container .schedule__body .table-alt .table-responsive .table__body table.stats thead tr td:first-child,
          .league-stats .container .schedule__body .table-alt .table-responsive .table__body table.stats thead tr th:first-child,
          .league-stats .container .schedule__body .table-alt .table-responsive .table__body table.stats tbody tr td:first-child,
          .league-stats .container .schedule__body .table-alt .table-responsive .table__body table.stats tbody tr th:first-child,
          .league-stats .container .schedule__body .table__fixed .table-responsive .table__body table.stats thead tr td:first-child,
          .league-stats .container .schedule__body .table__fixed .table-responsive .table__body table.stats thead tr th:first-child,
          .league-stats .container .schedule__body .table__fixed .table-responsive .table__body table.stats tbody tr td:first-child,
          .league-stats .container .schedule__body .table__fixed .table-responsive .table__body table.stats tbody tr th:first-child,
          .league-stats .container .section__body .table-alt .table-responsive .table__body table.stats thead tr td:first-child,
          .league-stats .container .section__body .table-alt .table-responsive .table__body table.stats thead tr th:first-child,
          .league-stats .container .section__body .table-alt .table-responsive .table__body table.stats tbody tr td:first-child,
          .league-stats .container .section__body .table-alt .table-responsive .table__body table.stats tbody tr th:first-child,
          .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats thead tr td:first-child,
          .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats thead tr th:first-child,
          .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats tbody tr td:first-child,
          .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats tbody tr th:first-child,
          .sia-league-portal-team-leaders .schedule__body .table-alt .table-responsive .table__body table.stats thead tr td:first-child,
          .sia-league-portal-team-leaders .schedule__body .table-alt .table-responsive .table__body table.stats thead tr th:first-child,
          .sia-league-portal-team-leaders .schedule__body .table-alt .table-responsive .table__body table.stats tbody tr td:first-child,
          .sia-league-portal-team-leaders .schedule__body .table-alt .table-responsive .table__body table.stats tbody tr th:first-child,
          .sia-league-portal-team-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats thead tr td:first-child,
          .sia-league-portal-team-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats thead tr th:first-child,
          .sia-league-portal-team-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats tbody tr td:first-child,
          .sia-league-portal-team-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats tbody tr th:first-child,
          .sia-league-portal-team-leaders .section__body .table-alt .table-responsive .table__body table.stats thead tr td:first-child,
          .sia-league-portal-team-leaders .section__body .table-alt .table-responsive .table__body table.stats thead tr th:first-child,
          .sia-league-portal-team-leaders .section__body .table-alt .table-responsive .table__body table.stats tbody tr td:first-child,
          .sia-league-portal-team-leaders .section__body .table-alt .table-responsive .table__body table.stats tbody tr th:first-child,
          .sia-league-portal-team-leaders .section__body .table__fixed .table-responsive .table__body table.stats thead tr td:first-child,
          .sia-league-portal-team-leaders .section__body .table__fixed .table-responsive .table__body table.stats thead tr th:first-child,
          .sia-league-portal-team-leaders .section__body .table__fixed .table-responsive .table__body table.stats tbody tr td:first-child,
          .sia-league-portal-team-leaders .section__body .table__fixed .table-responsive .table__body table.stats tbody tr th:first-child,
          .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table.stats thead tr td:first-child,
          .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table.stats thead tr th:first-child,
          .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table.stats tbody tr td:first-child,
          .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table.stats tbody tr th:first-child,
          .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats thead tr td:first-child,
          .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats thead tr th:first-child,
          .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats tbody tr td:first-child,
          .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats tbody tr th:first-child,
          .sia-league-leaders .section__body .table-alt .table-responsive .table__body table.stats thead tr td:first-child,
          .sia-league-leaders .section__body .table-alt .table-responsive .table__body table.stats thead tr th:first-child,
          .sia-league-leaders .section__body .table-alt .table-responsive .table__body table.stats tbody tr td:first-child,
          .sia-league-leaders .section__body .table-alt .table-responsive .table__body table.stats tbody tr th:first-child,
          .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table.stats thead tr td:first-child,
          .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table.stats thead tr th:first-child,
          .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table.stats tbody tr td:first-child,
          .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table.stats tbody tr th:first-child {
            left: 0;
            padding-left: 20px;
            width: 226px; }
        .league-stats .container .schedule__body .table-alt .table-responsive .table__body table.stats thead tr td,
        .league-stats .container .schedule__body .table-alt .table-responsive .table__body table.stats tbody tr td,
        .league-stats .container .schedule__body .table__fixed .table-responsive .table__body table.stats thead tr td,
        .league-stats .container .schedule__body .table__fixed .table-responsive .table__body table.stats tbody tr td,
        .league-stats .container .section__body .table-alt .table-responsive .table__body table.stats thead tr td,
        .league-stats .container .section__body .table-alt .table-responsive .table__body table.stats tbody tr td,
        .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats thead tr td,
        .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats tbody tr td,
        .sia-league-portal-team-leaders .schedule__body .table-alt .table-responsive .table__body table.stats thead tr td,
        .sia-league-portal-team-leaders .schedule__body .table-alt .table-responsive .table__body table.stats tbody tr td,
        .sia-league-portal-team-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats thead tr td,
        .sia-league-portal-team-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats tbody tr td,
        .sia-league-portal-team-leaders .section__body .table-alt .table-responsive .table__body table.stats thead tr td,
        .sia-league-portal-team-leaders .section__body .table-alt .table-responsive .table__body table.stats tbody tr td,
        .sia-league-portal-team-leaders .section__body .table__fixed .table-responsive .table__body table.stats thead tr td,
        .sia-league-portal-team-leaders .section__body .table__fixed .table-responsive .table__body table.stats tbody tr td,
        .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table.stats thead tr td,
        .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table.stats tbody tr td,
        .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats thead tr td,
        .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats tbody tr td,
        .sia-league-leaders .section__body .table-alt .table-responsive .table__body table.stats thead tr td,
        .sia-league-leaders .section__body .table-alt .table-responsive .table__body table.stats tbody tr td,
        .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table.stats thead tr td,
        .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table.stats tbody tr td {
          font-weight: 300; }
          .league-stats .container .schedule__body .table-alt .table-responsive .table__body table.stats thead tr td:nth-child(2),
          .league-stats .container .schedule__body .table-alt .table-responsive .table__body table.stats tbody tr td:nth-child(2),
          .league-stats .container .schedule__body .table__fixed .table-responsive .table__body table.stats thead tr td:nth-child(2),
          .league-stats .container .schedule__body .table__fixed .table-responsive .table__body table.stats tbody tr td:nth-child(2),
          .league-stats .container .section__body .table-alt .table-responsive .table__body table.stats thead tr td:nth-child(2),
          .league-stats .container .section__body .table-alt .table-responsive .table__body table.stats tbody tr td:nth-child(2),
          .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats thead tr td:nth-child(2),
          .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats tbody tr td:nth-child(2),
          .sia-league-portal-team-leaders .schedule__body .table-alt .table-responsive .table__body table.stats thead tr td:nth-child(2),
          .sia-league-portal-team-leaders .schedule__body .table-alt .table-responsive .table__body table.stats tbody tr td:nth-child(2),
          .sia-league-portal-team-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats thead tr td:nth-child(2),
          .sia-league-portal-team-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats tbody tr td:nth-child(2),
          .sia-league-portal-team-leaders .section__body .table-alt .table-responsive .table__body table.stats thead tr td:nth-child(2),
          .sia-league-portal-team-leaders .section__body .table-alt .table-responsive .table__body table.stats tbody tr td:nth-child(2),
          .sia-league-portal-team-leaders .section__body .table__fixed .table-responsive .table__body table.stats thead tr td:nth-child(2),
          .sia-league-portal-team-leaders .section__body .table__fixed .table-responsive .table__body table.stats tbody tr td:nth-child(2),
          .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table.stats thead tr td:nth-child(2),
          .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table.stats tbody tr td:nth-child(2),
          .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats thead tr td:nth-child(2),
          .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats tbody tr td:nth-child(2),
          .sia-league-leaders .section__body .table-alt .table-responsive .table__body table.stats thead tr td:nth-child(2),
          .sia-league-leaders .section__body .table-alt .table-responsive .table__body table.stats tbody tr td:nth-child(2),
          .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table.stats thead tr td:nth-child(2),
          .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table.stats tbody tr td:nth-child(2) {
            left: 47px;
            width: 75px; }
            .league-stats .container .schedule__body .table-alt .table-responsive .table__body table.stats thead tr td:nth-child(2) figure,
            .league-stats .container .schedule__body .table-alt .table-responsive .table__body table.stats tbody tr td:nth-child(2) figure,
            .league-stats .container .schedule__body .table__fixed .table-responsive .table__body table.stats thead tr td:nth-child(2) figure,
            .league-stats .container .schedule__body .table__fixed .table-responsive .table__body table.stats tbody tr td:nth-child(2) figure,
            .league-stats .container .section__body .table-alt .table-responsive .table__body table.stats thead tr td:nth-child(2) figure,
            .league-stats .container .section__body .table-alt .table-responsive .table__body table.stats tbody tr td:nth-child(2) figure,
            .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats thead tr td:nth-child(2) figure,
            .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats tbody tr td:nth-child(2) figure,
            .sia-league-portal-team-leaders .schedule__body .table-alt .table-responsive .table__body table.stats thead tr td:nth-child(2) figure,
            .sia-league-portal-team-leaders .schedule__body .table-alt .table-responsive .table__body table.stats tbody tr td:nth-child(2) figure,
            .sia-league-portal-team-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats thead tr td:nth-child(2) figure,
            .sia-league-portal-team-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats tbody tr td:nth-child(2) figure,
            .sia-league-portal-team-leaders .section__body .table-alt .table-responsive .table__body table.stats thead tr td:nth-child(2) figure,
            .sia-league-portal-team-leaders .section__body .table-alt .table-responsive .table__body table.stats tbody tr td:nth-child(2) figure,
            .sia-league-portal-team-leaders .section__body .table__fixed .table-responsive .table__body table.stats thead tr td:nth-child(2) figure,
            .sia-league-portal-team-leaders .section__body .table__fixed .table-responsive .table__body table.stats tbody tr td:nth-child(2) figure,
            .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table.stats thead tr td:nth-child(2) figure,
            .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table.stats tbody tr td:nth-child(2) figure,
            .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats thead tr td:nth-child(2) figure,
            .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats tbody tr td:nth-child(2) figure,
            .sia-league-leaders .section__body .table-alt .table-responsive .table__body table.stats thead tr td:nth-child(2) figure,
            .sia-league-leaders .section__body .table-alt .table-responsive .table__body table.stats tbody tr td:nth-child(2) figure,
            .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table.stats thead tr td:nth-child(2) figure,
            .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table.stats tbody tr td:nth-child(2) figure {
              margin: 0; }
              .league-stats .container .schedule__body .table-alt .table-responsive .table__body table.stats thead tr td:nth-child(2) figure img,
              .league-stats .container .schedule__body .table-alt .table-responsive .table__body table.stats tbody tr td:nth-child(2) figure img,
              .league-stats .container .schedule__body .table__fixed .table-responsive .table__body table.stats thead tr td:nth-child(2) figure img,
              .league-stats .container .schedule__body .table__fixed .table-responsive .table__body table.stats tbody tr td:nth-child(2) figure img,
              .league-stats .container .section__body .table-alt .table-responsive .table__body table.stats thead tr td:nth-child(2) figure img,
              .league-stats .container .section__body .table-alt .table-responsive .table__body table.stats tbody tr td:nth-child(2) figure img,
              .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats thead tr td:nth-child(2) figure img,
              .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats tbody tr td:nth-child(2) figure img,
              .sia-league-portal-team-leaders .schedule__body .table-alt .table-responsive .table__body table.stats thead tr td:nth-child(2) figure img,
              .sia-league-portal-team-leaders .schedule__body .table-alt .table-responsive .table__body table.stats tbody tr td:nth-child(2) figure img,
              .sia-league-portal-team-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats thead tr td:nth-child(2) figure img,
              .sia-league-portal-team-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats tbody tr td:nth-child(2) figure img,
              .sia-league-portal-team-leaders .section__body .table-alt .table-responsive .table__body table.stats thead tr td:nth-child(2) figure img,
              .sia-league-portal-team-leaders .section__body .table-alt .table-responsive .table__body table.stats tbody tr td:nth-child(2) figure img,
              .sia-league-portal-team-leaders .section__body .table__fixed .table-responsive .table__body table.stats thead tr td:nth-child(2) figure img,
              .sia-league-portal-team-leaders .section__body .table__fixed .table-responsive .table__body table.stats tbody tr td:nth-child(2) figure img,
              .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table.stats thead tr td:nth-child(2) figure img,
              .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table.stats tbody tr td:nth-child(2) figure img,
              .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats thead tr td:nth-child(2) figure img,
              .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats tbody tr td:nth-child(2) figure img,
              .sia-league-leaders .section__body .table-alt .table-responsive .table__body table.stats thead tr td:nth-child(2) figure img,
              .sia-league-leaders .section__body .table-alt .table-responsive .table__body table.stats tbody tr td:nth-child(2) figure img,
              .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table.stats thead tr td:nth-child(2) figure img,
              .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table.stats tbody tr td:nth-child(2) figure img {
                margin: 0 5px; }
          .league-stats .container .schedule__body .table-alt .table-responsive .table__body table.stats thead tr td:nth-child(3),
          .league-stats .container .schedule__body .table-alt .table-responsive .table__body table.stats tbody tr td:nth-child(3),
          .league-stats .container .schedule__body .table__fixed .table-responsive .table__body table.stats thead tr td:nth-child(3),
          .league-stats .container .schedule__body .table__fixed .table-responsive .table__body table.stats tbody tr td:nth-child(3),
          .league-stats .container .section__body .table-alt .table-responsive .table__body table.stats thead tr td:nth-child(3),
          .league-stats .container .section__body .table-alt .table-responsive .table__body table.stats tbody tr td:nth-child(3),
          .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats thead tr td:nth-child(3),
          .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats tbody tr td:nth-child(3),
          .sia-league-portal-team-leaders .schedule__body .table-alt .table-responsive .table__body table.stats thead tr td:nth-child(3),
          .sia-league-portal-team-leaders .schedule__body .table-alt .table-responsive .table__body table.stats tbody tr td:nth-child(3),
          .sia-league-portal-team-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats thead tr td:nth-child(3),
          .sia-league-portal-team-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats tbody tr td:nth-child(3),
          .sia-league-portal-team-leaders .section__body .table-alt .table-responsive .table__body table.stats thead tr td:nth-child(3),
          .sia-league-portal-team-leaders .section__body .table-alt .table-responsive .table__body table.stats tbody tr td:nth-child(3),
          .sia-league-portal-team-leaders .section__body .table__fixed .table-responsive .table__body table.stats thead tr td:nth-child(3),
          .sia-league-portal-team-leaders .section__body .table__fixed .table-responsive .table__body table.stats tbody tr td:nth-child(3),
          .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table.stats thead tr td:nth-child(3),
          .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table.stats tbody tr td:nth-child(3),
          .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats thead tr td:nth-child(3),
          .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats tbody tr td:nth-child(3),
          .sia-league-leaders .section__body .table-alt .table-responsive .table__body table.stats thead tr td:nth-child(3),
          .sia-league-leaders .section__body .table-alt .table-responsive .table__body table.stats tbody tr td:nth-child(3),
          .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table.stats thead tr td:nth-child(3),
          .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table.stats tbody tr td:nth-child(3) {
            position: absolute;
            text-indent: 0;
            text-align: left;
            z-index: 1;
            background-color: #f6f6f6;
            font-weight: 700;
            left: 125px;
            width: 120px; }
        .league-stats .container .schedule__body .table-alt .table-responsive .table__body table.stats thead tr th:nth-child(2),
        .league-stats .container .schedule__body .table-alt .table-responsive .table__body table.stats tbody tr th:nth-child(2),
        .league-stats .container .schedule__body .table__fixed .table-responsive .table__body table.stats thead tr th:nth-child(2),
        .league-stats .container .schedule__body .table__fixed .table-responsive .table__body table.stats tbody tr th:nth-child(2),
        .league-stats .container .section__body .table-alt .table-responsive .table__body table.stats thead tr th:nth-child(2),
        .league-stats .container .section__body .table-alt .table-responsive .table__body table.stats tbody tr th:nth-child(2),
        .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats thead tr th:nth-child(2),
        .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats tbody tr th:nth-child(2),
        .sia-league-portal-team-leaders .schedule__body .table-alt .table-responsive .table__body table.stats thead tr th:nth-child(2),
        .sia-league-portal-team-leaders .schedule__body .table-alt .table-responsive .table__body table.stats tbody tr th:nth-child(2),
        .sia-league-portal-team-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats thead tr th:nth-child(2),
        .sia-league-portal-team-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats tbody tr th:nth-child(2),
        .sia-league-portal-team-leaders .section__body .table-alt .table-responsive .table__body table.stats thead tr th:nth-child(2),
        .sia-league-portal-team-leaders .section__body .table-alt .table-responsive .table__body table.stats tbody tr th:nth-child(2),
        .sia-league-portal-team-leaders .section__body .table__fixed .table-responsive .table__body table.stats thead tr th:nth-child(2),
        .sia-league-portal-team-leaders .section__body .table__fixed .table-responsive .table__body table.stats tbody tr th:nth-child(2),
        .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table.stats thead tr th:nth-child(2),
        .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table.stats tbody tr th:nth-child(2),
        .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats thead tr th:nth-child(2),
        .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats tbody tr th:nth-child(2),
        .sia-league-leaders .section__body .table-alt .table-responsive .table__body table.stats thead tr th:nth-child(2),
        .sia-league-leaders .section__body .table-alt .table-responsive .table__body table.stats tbody tr th:nth-child(2),
        .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table.stats thead tr th:nth-child(2),
        .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table.stats tbody tr th:nth-child(2) {
          left: 0;
          padding-left: 20px;
          width: 220px; }
      .league-stats .container .schedule__body .table-alt .table-responsive .table__body table.stats.passing, .league-stats .container .schedule__body .table-alt .table-responsive .table__body table.stats.goaltending,
      .league-stats .container .schedule__body .table__fixed .table-responsive .table__body table.stats.passing,
      .league-stats .container .schedule__body .table__fixed .table-responsive .table__body table.stats.goaltending,
      .league-stats .container .section__body .table-alt .table-responsive .table__body table.stats.passing,
      .league-stats .container .section__body .table-alt .table-responsive .table__body table.stats.goaltending,
      .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats.passing,
      .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats.goaltending,
      .sia-league-portal-team-leaders .schedule__body .table-alt .table-responsive .table__body table.stats.passing,
      .sia-league-portal-team-leaders .schedule__body .table-alt .table-responsive .table__body table.stats.goaltending,
      .sia-league-portal-team-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats.passing,
      .sia-league-portal-team-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats.goaltending,
      .sia-league-portal-team-leaders .section__body .table-alt .table-responsive .table__body table.stats.passing,
      .sia-league-portal-team-leaders .section__body .table-alt .table-responsive .table__body table.stats.goaltending,
      .sia-league-portal-team-leaders .section__body .table__fixed .table-responsive .table__body table.stats.passing,
      .sia-league-portal-team-leaders .section__body .table__fixed .table-responsive .table__body table.stats.goaltending,
      .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table.stats.passing,
      .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table.stats.goaltending,
      .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats.passing,
      .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats.goaltending,
      .sia-league-leaders .section__body .table-alt .table-responsive .table__body table.stats.passing,
      .sia-league-leaders .section__body .table-alt .table-responsive .table__body table.stats.goaltending,
      .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table.stats.passing,
      .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table.stats.goaltending {
        width: 1200px; }
        .league-stats .container .schedule__body .table-alt .table-responsive .table__body table.stats.passing thead tr td,
        .league-stats .container .schedule__body .table-alt .table-responsive .table__body table.stats.passing thead tr th,
        .league-stats .container .schedule__body .table-alt .table-responsive .table__body table.stats.passing tbody tr td,
        .league-stats .container .schedule__body .table-alt .table-responsive .table__body table.stats.passing tbody tr th, .league-stats .container .schedule__body .table-alt .table-responsive .table__body table.stats.goaltending thead tr td,
        .league-stats .container .schedule__body .table-alt .table-responsive .table__body table.stats.goaltending thead tr th,
        .league-stats .container .schedule__body .table-alt .table-responsive .table__body table.stats.goaltending tbody tr td,
        .league-stats .container .schedule__body .table-alt .table-responsive .table__body table.stats.goaltending tbody tr th,
        .league-stats .container .schedule__body .table__fixed .table-responsive .table__body table.stats.passing thead tr td,
        .league-stats .container .schedule__body .table__fixed .table-responsive .table__body table.stats.passing thead tr th,
        .league-stats .container .schedule__body .table__fixed .table-responsive .table__body table.stats.passing tbody tr td,
        .league-stats .container .schedule__body .table__fixed .table-responsive .table__body table.stats.passing tbody tr th,
        .league-stats .container .schedule__body .table__fixed .table-responsive .table__body table.stats.goaltending thead tr td,
        .league-stats .container .schedule__body .table__fixed .table-responsive .table__body table.stats.goaltending thead tr th,
        .league-stats .container .schedule__body .table__fixed .table-responsive .table__body table.stats.goaltending tbody tr td,
        .league-stats .container .schedule__body .table__fixed .table-responsive .table__body table.stats.goaltending tbody tr th,
        .league-stats .container .section__body .table-alt .table-responsive .table__body table.stats.passing thead tr td,
        .league-stats .container .section__body .table-alt .table-responsive .table__body table.stats.passing thead tr th,
        .league-stats .container .section__body .table-alt .table-responsive .table__body table.stats.passing tbody tr td,
        .league-stats .container .section__body .table-alt .table-responsive .table__body table.stats.passing tbody tr th,
        .league-stats .container .section__body .table-alt .table-responsive .table__body table.stats.goaltending thead tr td,
        .league-stats .container .section__body .table-alt .table-responsive .table__body table.stats.goaltending thead tr th,
        .league-stats .container .section__body .table-alt .table-responsive .table__body table.stats.goaltending tbody tr td,
        .league-stats .container .section__body .table-alt .table-responsive .table__body table.stats.goaltending tbody tr th,
        .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats.passing thead tr td,
        .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats.passing thead tr th,
        .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats.passing tbody tr td,
        .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats.passing tbody tr th,
        .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats.goaltending thead tr td,
        .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats.goaltending thead tr th,
        .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats.goaltending tbody tr td,
        .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats.goaltending tbody tr th,
        .sia-league-portal-team-leaders .schedule__body .table-alt .table-responsive .table__body table.stats.passing thead tr td,
        .sia-league-portal-team-leaders .schedule__body .table-alt .table-responsive .table__body table.stats.passing thead tr th,
        .sia-league-portal-team-leaders .schedule__body .table-alt .table-responsive .table__body table.stats.passing tbody tr td,
        .sia-league-portal-team-leaders .schedule__body .table-alt .table-responsive .table__body table.stats.passing tbody tr th,
        .sia-league-portal-team-leaders .schedule__body .table-alt .table-responsive .table__body table.stats.goaltending thead tr td,
        .sia-league-portal-team-leaders .schedule__body .table-alt .table-responsive .table__body table.stats.goaltending thead tr th,
        .sia-league-portal-team-leaders .schedule__body .table-alt .table-responsive .table__body table.stats.goaltending tbody tr td,
        .sia-league-portal-team-leaders .schedule__body .table-alt .table-responsive .table__body table.stats.goaltending tbody tr th,
        .sia-league-portal-team-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats.passing thead tr td,
        .sia-league-portal-team-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats.passing thead tr th,
        .sia-league-portal-team-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats.passing tbody tr td,
        .sia-league-portal-team-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats.passing tbody tr th,
        .sia-league-portal-team-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats.goaltending thead tr td,
        .sia-league-portal-team-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats.goaltending thead tr th,
        .sia-league-portal-team-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats.goaltending tbody tr td,
        .sia-league-portal-team-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats.goaltending tbody tr th,
        .sia-league-portal-team-leaders .section__body .table-alt .table-responsive .table__body table.stats.passing thead tr td,
        .sia-league-portal-team-leaders .section__body .table-alt .table-responsive .table__body table.stats.passing thead tr th,
        .sia-league-portal-team-leaders .section__body .table-alt .table-responsive .table__body table.stats.passing tbody tr td,
        .sia-league-portal-team-leaders .section__body .table-alt .table-responsive .table__body table.stats.passing tbody tr th,
        .sia-league-portal-team-leaders .section__body .table-alt .table-responsive .table__body table.stats.goaltending thead tr td,
        .sia-league-portal-team-leaders .section__body .table-alt .table-responsive .table__body table.stats.goaltending thead tr th,
        .sia-league-portal-team-leaders .section__body .table-alt .table-responsive .table__body table.stats.goaltending tbody tr td,
        .sia-league-portal-team-leaders .section__body .table-alt .table-responsive .table__body table.stats.goaltending tbody tr th,
        .sia-league-portal-team-leaders .section__body .table__fixed .table-responsive .table__body table.stats.passing thead tr td,
        .sia-league-portal-team-leaders .section__body .table__fixed .table-responsive .table__body table.stats.passing thead tr th,
        .sia-league-portal-team-leaders .section__body .table__fixed .table-responsive .table__body table.stats.passing tbody tr td,
        .sia-league-portal-team-leaders .section__body .table__fixed .table-responsive .table__body table.stats.passing tbody tr th,
        .sia-league-portal-team-leaders .section__body .table__fixed .table-responsive .table__body table.stats.goaltending thead tr td,
        .sia-league-portal-team-leaders .section__body .table__fixed .table-responsive .table__body table.stats.goaltending thead tr th,
        .sia-league-portal-team-leaders .section__body .table__fixed .table-responsive .table__body table.stats.goaltending tbody tr td,
        .sia-league-portal-team-leaders .section__body .table__fixed .table-responsive .table__body table.stats.goaltending tbody tr th,
        .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table.stats.passing thead tr td,
        .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table.stats.passing thead tr th,
        .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table.stats.passing tbody tr td,
        .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table.stats.passing tbody tr th,
        .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table.stats.goaltending thead tr td,
        .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table.stats.goaltending thead tr th,
        .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table.stats.goaltending tbody tr td,
        .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table.stats.goaltending tbody tr th,
        .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats.passing thead tr td,
        .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats.passing thead tr th,
        .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats.passing tbody tr td,
        .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats.passing tbody tr th,
        .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats.goaltending thead tr td,
        .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats.goaltending thead tr th,
        .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats.goaltending tbody tr td,
        .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats.goaltending tbody tr th,
        .sia-league-leaders .section__body .table-alt .table-responsive .table__body table.stats.passing thead tr td,
        .sia-league-leaders .section__body .table-alt .table-responsive .table__body table.stats.passing thead tr th,
        .sia-league-leaders .section__body .table-alt .table-responsive .table__body table.stats.passing tbody tr td,
        .sia-league-leaders .section__body .table-alt .table-responsive .table__body table.stats.passing tbody tr th,
        .sia-league-leaders .section__body .table-alt .table-responsive .table__body table.stats.goaltending thead tr td,
        .sia-league-leaders .section__body .table-alt .table-responsive .table__body table.stats.goaltending thead tr th,
        .sia-league-leaders .section__body .table-alt .table-responsive .table__body table.stats.goaltending tbody tr td,
        .sia-league-leaders .section__body .table-alt .table-responsive .table__body table.stats.goaltending tbody tr th,
        .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table.stats.passing thead tr td,
        .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table.stats.passing thead tr th,
        .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table.stats.passing tbody tr td,
        .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table.stats.passing tbody tr th,
        .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table.stats.goaltending thead tr td,
        .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table.stats.goaltending thead tr th,
        .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table.stats.goaltending tbody tr td,
        .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table.stats.goaltending tbody tr th {
          flex: 0 100px; }
      .league-stats .container .schedule__body .table-alt .table-responsive .table__body table.stats.shooting,
      .league-stats .container .schedule__body .table__fixed .table-responsive .table__body table.stats.shooting,
      .league-stats .container .section__body .table-alt .table-responsive .table__body table.stats.shooting,
      .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats.shooting,
      .sia-league-portal-team-leaders .schedule__body .table-alt .table-responsive .table__body table.stats.shooting,
      .sia-league-portal-team-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats.shooting,
      .sia-league-portal-team-leaders .section__body .table-alt .table-responsive .table__body table.stats.shooting,
      .sia-league-portal-team-leaders .section__body .table__fixed .table-responsive .table__body table.stats.shooting,
      .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table.stats.shooting,
      .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats.shooting,
      .sia-league-leaders .section__body .table-alt .table-responsive .table__body table.stats.shooting,
      .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table.stats.shooting {
        width: 1200px; }
      .league-stats .container .schedule__body .table-alt .table-responsive .table__body table.stats.returning, .league-stats .container .schedule__body .table-alt .table-responsive .table__body table.stats.rushing, .league-stats .container .schedule__body .table-alt .table-responsive .table__body table.stats.receiving, .league-stats .container .schedule__body .table-alt .table-responsive .table__body table.stats.assists,
      .league-stats .container .schedule__body .table__fixed .table-responsive .table__body table.stats.returning,
      .league-stats .container .schedule__body .table__fixed .table-responsive .table__body table.stats.rushing,
      .league-stats .container .schedule__body .table__fixed .table-responsive .table__body table.stats.receiving,
      .league-stats .container .schedule__body .table__fixed .table-responsive .table__body table.stats.assists,
      .league-stats .container .section__body .table-alt .table-responsive .table__body table.stats.returning,
      .league-stats .container .section__body .table-alt .table-responsive .table__body table.stats.rushing,
      .league-stats .container .section__body .table-alt .table-responsive .table__body table.stats.receiving,
      .league-stats .container .section__body .table-alt .table-responsive .table__body table.stats.assists,
      .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats.returning,
      .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats.rushing,
      .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats.receiving,
      .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats.assists,
      .sia-league-portal-team-leaders .schedule__body .table-alt .table-responsive .table__body table.stats.returning,
      .sia-league-portal-team-leaders .schedule__body .table-alt .table-responsive .table__body table.stats.rushing,
      .sia-league-portal-team-leaders .schedule__body .table-alt .table-responsive .table__body table.stats.receiving,
      .sia-league-portal-team-leaders .schedule__body .table-alt .table-responsive .table__body table.stats.assists,
      .sia-league-portal-team-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats.returning,
      .sia-league-portal-team-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats.rushing,
      .sia-league-portal-team-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats.receiving,
      .sia-league-portal-team-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats.assists,
      .sia-league-portal-team-leaders .section__body .table-alt .table-responsive .table__body table.stats.returning,
      .sia-league-portal-team-leaders .section__body .table-alt .table-responsive .table__body table.stats.rushing,
      .sia-league-portal-team-leaders .section__body .table-alt .table-responsive .table__body table.stats.receiving,
      .sia-league-portal-team-leaders .section__body .table-alt .table-responsive .table__body table.stats.assists,
      .sia-league-portal-team-leaders .section__body .table__fixed .table-responsive .table__body table.stats.returning,
      .sia-league-portal-team-leaders .section__body .table__fixed .table-responsive .table__body table.stats.rushing,
      .sia-league-portal-team-leaders .section__body .table__fixed .table-responsive .table__body table.stats.receiving,
      .sia-league-portal-team-leaders .section__body .table__fixed .table-responsive .table__body table.stats.assists,
      .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table.stats.returning,
      .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table.stats.rushing,
      .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table.stats.receiving,
      .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table.stats.assists,
      .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats.returning,
      .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats.rushing,
      .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats.receiving,
      .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats.assists,
      .sia-league-leaders .section__body .table-alt .table-responsive .table__body table.stats.returning,
      .sia-league-leaders .section__body .table-alt .table-responsive .table__body table.stats.rushing,
      .sia-league-leaders .section__body .table-alt .table-responsive .table__body table.stats.receiving,
      .sia-league-leaders .section__body .table-alt .table-responsive .table__body table.stats.assists,
      .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table.stats.returning,
      .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table.stats.rushing,
      .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table.stats.receiving,
      .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table.stats.assists {
        width: 750px; }
      .league-stats .container .schedule__body .table-alt .table-responsive .table__body table.stats.kicking, .league-stats .container .schedule__body .table-alt .table-responsive .table__body table.stats.punting, .league-stats .container .schedule__body .table-alt .table-responsive .table__body table.stats.faceoffs, .league-stats .container .schedule__body .table-alt .table-responsive .table__body table.stats.batting-ratios, .league-stats .container .schedule__body .table-alt .table-responsive .table__body table.stats.pitching-matchups, .league-stats .container .schedule__body .table-alt .table-responsive .table__body table.stats.rebounding, .league-stats .container .schedule__body .table-alt .table-responsive .table__body table.stats.misc,
      .league-stats .container .schedule__body .table__fixed .table-responsive .table__body table.stats.kicking,
      .league-stats .container .schedule__body .table__fixed .table-responsive .table__body table.stats.punting,
      .league-stats .container .schedule__body .table__fixed .table-responsive .table__body table.stats.faceoffs,
      .league-stats .container .schedule__body .table__fixed .table-responsive .table__body table.stats.batting-ratios,
      .league-stats .container .schedule__body .table__fixed .table-responsive .table__body table.stats.pitching-matchups,
      .league-stats .container .schedule__body .table__fixed .table-responsive .table__body table.stats.rebounding,
      .league-stats .container .schedule__body .table__fixed .table-responsive .table__body table.stats.misc,
      .league-stats .container .section__body .table-alt .table-responsive .table__body table.stats.kicking,
      .league-stats .container .section__body .table-alt .table-responsive .table__body table.stats.punting,
      .league-stats .container .section__body .table-alt .table-responsive .table__body table.stats.faceoffs,
      .league-stats .container .section__body .table-alt .table-responsive .table__body table.stats.batting-ratios,
      .league-stats .container .section__body .table-alt .table-responsive .table__body table.stats.pitching-matchups,
      .league-stats .container .section__body .table-alt .table-responsive .table__body table.stats.rebounding,
      .league-stats .container .section__body .table-alt .table-responsive .table__body table.stats.misc,
      .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats.kicking,
      .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats.punting,
      .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats.faceoffs,
      .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats.batting-ratios,
      .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats.pitching-matchups,
      .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats.rebounding,
      .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats.misc,
      .sia-league-portal-team-leaders .schedule__body .table-alt .table-responsive .table__body table.stats.kicking,
      .sia-league-portal-team-leaders .schedule__body .table-alt .table-responsive .table__body table.stats.punting,
      .sia-league-portal-team-leaders .schedule__body .table-alt .table-responsive .table__body table.stats.faceoffs,
      .sia-league-portal-team-leaders .schedule__body .table-alt .table-responsive .table__body table.stats.batting-ratios,
      .sia-league-portal-team-leaders .schedule__body .table-alt .table-responsive .table__body table.stats.pitching-matchups,
      .sia-league-portal-team-leaders .schedule__body .table-alt .table-responsive .table__body table.stats.rebounding,
      .sia-league-portal-team-leaders .schedule__body .table-alt .table-responsive .table__body table.stats.misc,
      .sia-league-portal-team-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats.kicking,
      .sia-league-portal-team-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats.punting,
      .sia-league-portal-team-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats.faceoffs,
      .sia-league-portal-team-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats.batting-ratios,
      .sia-league-portal-team-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats.pitching-matchups,
      .sia-league-portal-team-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats.rebounding,
      .sia-league-portal-team-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats.misc,
      .sia-league-portal-team-leaders .section__body .table-alt .table-responsive .table__body table.stats.kicking,
      .sia-league-portal-team-leaders .section__body .table-alt .table-responsive .table__body table.stats.punting,
      .sia-league-portal-team-leaders .section__body .table-alt .table-responsive .table__body table.stats.faceoffs,
      .sia-league-portal-team-leaders .section__body .table-alt .table-responsive .table__body table.stats.batting-ratios,
      .sia-league-portal-team-leaders .section__body .table-alt .table-responsive .table__body table.stats.pitching-matchups,
      .sia-league-portal-team-leaders .section__body .table-alt .table-responsive .table__body table.stats.rebounding,
      .sia-league-portal-team-leaders .section__body .table-alt .table-responsive .table__body table.stats.misc,
      .sia-league-portal-team-leaders .section__body .table__fixed .table-responsive .table__body table.stats.kicking,
      .sia-league-portal-team-leaders .section__body .table__fixed .table-responsive .table__body table.stats.punting,
      .sia-league-portal-team-leaders .section__body .table__fixed .table-responsive .table__body table.stats.faceoffs,
      .sia-league-portal-team-leaders .section__body .table__fixed .table-responsive .table__body table.stats.batting-ratios,
      .sia-league-portal-team-leaders .section__body .table__fixed .table-responsive .table__body table.stats.pitching-matchups,
      .sia-league-portal-team-leaders .section__body .table__fixed .table-responsive .table__body table.stats.rebounding,
      .sia-league-portal-team-leaders .section__body .table__fixed .table-responsive .table__body table.stats.misc,
      .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table.stats.kicking,
      .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table.stats.punting,
      .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table.stats.faceoffs,
      .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table.stats.batting-ratios,
      .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table.stats.pitching-matchups,
      .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table.stats.rebounding,
      .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table.stats.misc,
      .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats.kicking,
      .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats.punting,
      .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats.faceoffs,
      .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats.batting-ratios,
      .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats.pitching-matchups,
      .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats.rebounding,
      .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats.misc,
      .sia-league-leaders .section__body .table-alt .table-responsive .table__body table.stats.kicking,
      .sia-league-leaders .section__body .table-alt .table-responsive .table__body table.stats.punting,
      .sia-league-leaders .section__body .table-alt .table-responsive .table__body table.stats.faceoffs,
      .sia-league-leaders .section__body .table-alt .table-responsive .table__body table.stats.batting-ratios,
      .sia-league-leaders .section__body .table-alt .table-responsive .table__body table.stats.pitching-matchups,
      .sia-league-leaders .section__body .table-alt .table-responsive .table__body table.stats.rebounding,
      .sia-league-leaders .section__body .table-alt .table-responsive .table__body table.stats.misc,
      .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table.stats.kicking,
      .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table.stats.punting,
      .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table.stats.faceoffs,
      .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table.stats.batting-ratios,
      .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table.stats.pitching-matchups,
      .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table.stats.rebounding,
      .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table.stats.misc {
        width: 700px; }
      .league-stats .container .schedule__body .table-alt .table-responsive .table__body table.stats.batting-ii,
      .league-stats .container .schedule__body .table__fixed .table-responsive .table__body table.stats.batting-ii,
      .league-stats .container .section__body .table-alt .table-responsive .table__body table.stats.batting-ii,
      .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats.batting-ii,
      .sia-league-portal-team-leaders .schedule__body .table-alt .table-responsive .table__body table.stats.batting-ii,
      .sia-league-portal-team-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats.batting-ii,
      .sia-league-portal-team-leaders .section__body .table-alt .table-responsive .table__body table.stats.batting-ii,
      .sia-league-portal-team-leaders .section__body .table__fixed .table-responsive .table__body table.stats.batting-ii,
      .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table.stats.batting-ii,
      .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats.batting-ii,
      .sia-league-leaders .section__body .table-alt .table-responsive .table__body table.stats.batting-ii,
      .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table.stats.batting-ii {
        width: 650px; }
      .league-stats .container .schedule__body .table-alt .table-responsive .table__body table.stats.yardage,
      .league-stats .container .schedule__body .table__fixed .table-responsive .table__body table.stats.yardage,
      .league-stats .container .section__body .table-alt .table-responsive .table__body table.stats.yardage,
      .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats.yardage,
      .sia-league-portal-team-leaders .schedule__body .table-alt .table-responsive .table__body table.stats.yardage,
      .sia-league-portal-team-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats.yardage,
      .sia-league-portal-team-leaders .section__body .table-alt .table-responsive .table__body table.stats.yardage,
      .sia-league-portal-team-leaders .section__body .table__fixed .table-responsive .table__body table.stats.yardage,
      .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table.stats.yardage,
      .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats.yardage,
      .sia-league-leaders .section__body .table-alt .table-responsive .table__body table.stats.yardage,
      .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table.stats.yardage {
        width: 1300px; }
        .league-stats .container .schedule__body .table-alt .table-responsive .table__body table.stats.yardage thead tr td,
        .league-stats .container .schedule__body .table-alt .table-responsive .table__body table.stats.yardage thead tr th,
        .league-stats .container .schedule__body .table-alt .table-responsive .table__body table.stats.yardage tbody tr td,
        .league-stats .container .schedule__body .table-alt .table-responsive .table__body table.stats.yardage tbody tr th,
        .league-stats .container .schedule__body .table__fixed .table-responsive .table__body table.stats.yardage thead tr td,
        .league-stats .container .schedule__body .table__fixed .table-responsive .table__body table.stats.yardage thead tr th,
        .league-stats .container .schedule__body .table__fixed .table-responsive .table__body table.stats.yardage tbody tr td,
        .league-stats .container .schedule__body .table__fixed .table-responsive .table__body table.stats.yardage tbody tr th,
        .league-stats .container .section__body .table-alt .table-responsive .table__body table.stats.yardage thead tr td,
        .league-stats .container .section__body .table-alt .table-responsive .table__body table.stats.yardage thead tr th,
        .league-stats .container .section__body .table-alt .table-responsive .table__body table.stats.yardage tbody tr td,
        .league-stats .container .section__body .table-alt .table-responsive .table__body table.stats.yardage tbody tr th,
        .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats.yardage thead tr td,
        .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats.yardage thead tr th,
        .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats.yardage tbody tr td,
        .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats.yardage tbody tr th,
        .sia-league-portal-team-leaders .schedule__body .table-alt .table-responsive .table__body table.stats.yardage thead tr td,
        .sia-league-portal-team-leaders .schedule__body .table-alt .table-responsive .table__body table.stats.yardage thead tr th,
        .sia-league-portal-team-leaders .schedule__body .table-alt .table-responsive .table__body table.stats.yardage tbody tr td,
        .sia-league-portal-team-leaders .schedule__body .table-alt .table-responsive .table__body table.stats.yardage tbody tr th,
        .sia-league-portal-team-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats.yardage thead tr td,
        .sia-league-portal-team-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats.yardage thead tr th,
        .sia-league-portal-team-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats.yardage tbody tr td,
        .sia-league-portal-team-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats.yardage tbody tr th,
        .sia-league-portal-team-leaders .section__body .table-alt .table-responsive .table__body table.stats.yardage thead tr td,
        .sia-league-portal-team-leaders .section__body .table-alt .table-responsive .table__body table.stats.yardage thead tr th,
        .sia-league-portal-team-leaders .section__body .table-alt .table-responsive .table__body table.stats.yardage tbody tr td,
        .sia-league-portal-team-leaders .section__body .table-alt .table-responsive .table__body table.stats.yardage tbody tr th,
        .sia-league-portal-team-leaders .section__body .table__fixed .table-responsive .table__body table.stats.yardage thead tr td,
        .sia-league-portal-team-leaders .section__body .table__fixed .table-responsive .table__body table.stats.yardage thead tr th,
        .sia-league-portal-team-leaders .section__body .table__fixed .table-responsive .table__body table.stats.yardage tbody tr td,
        .sia-league-portal-team-leaders .section__body .table__fixed .table-responsive .table__body table.stats.yardage tbody tr th,
        .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table.stats.yardage thead tr td,
        .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table.stats.yardage thead tr th,
        .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table.stats.yardage tbody tr td,
        .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table.stats.yardage tbody tr th,
        .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats.yardage thead tr td,
        .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats.yardage thead tr th,
        .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats.yardage tbody tr td,
        .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats.yardage tbody tr th,
        .sia-league-leaders .section__body .table-alt .table-responsive .table__body table.stats.yardage thead tr td,
        .sia-league-leaders .section__body .table-alt .table-responsive .table__body table.stats.yardage thead tr th,
        .sia-league-leaders .section__body .table-alt .table-responsive .table__body table.stats.yardage tbody tr td,
        .sia-league-leaders .section__body .table-alt .table-responsive .table__body table.stats.yardage tbody tr th,
        .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table.stats.yardage thead tr td,
        .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table.stats.yardage thead tr th,
        .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table.stats.yardage tbody tr td,
        .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table.stats.yardage tbody tr th {
          flex: 0 100px; }
      .league-stats .container .schedule__body .table-alt .table-responsive .table__body table.stats.goaltending, .league-stats .container .schedule__body .table-alt .table-responsive .table__body table.stats.ice-time,
      .league-stats .container .schedule__body .table__fixed .table-responsive .table__body table.stats.goaltending,
      .league-stats .container .schedule__body .table__fixed .table-responsive .table__body table.stats.ice-time,
      .league-stats .container .section__body .table-alt .table-responsive .table__body table.stats.goaltending,
      .league-stats .container .section__body .table-alt .table-responsive .table__body table.stats.ice-time,
      .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats.goaltending,
      .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats.ice-time,
      .sia-league-portal-team-leaders .schedule__body .table-alt .table-responsive .table__body table.stats.goaltending,
      .sia-league-portal-team-leaders .schedule__body .table-alt .table-responsive .table__body table.stats.ice-time,
      .sia-league-portal-team-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats.goaltending,
      .sia-league-portal-team-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats.ice-time,
      .sia-league-portal-team-leaders .section__body .table-alt .table-responsive .table__body table.stats.goaltending,
      .sia-league-portal-team-leaders .section__body .table-alt .table-responsive .table__body table.stats.ice-time,
      .sia-league-portal-team-leaders .section__body .table__fixed .table-responsive .table__body table.stats.goaltending,
      .sia-league-portal-team-leaders .section__body .table__fixed .table-responsive .table__body table.stats.ice-time,
      .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table.stats.goaltending,
      .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table.stats.ice-time,
      .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats.goaltending,
      .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats.ice-time,
      .sia-league-leaders .section__body .table-alt .table-responsive .table__body table.stats.goaltending,
      .sia-league-leaders .section__body .table-alt .table-responsive .table__body table.stats.ice-time,
      .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table.stats.goaltending,
      .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table.stats.ice-time {
        width: 1000px; }
        .league-stats .container .schedule__body .table-alt .table-responsive .table__body table.stats.goaltending thead tr td,
        .league-stats .container .schedule__body .table-alt .table-responsive .table__body table.stats.goaltending thead tr th,
        .league-stats .container .schedule__body .table-alt .table-responsive .table__body table.stats.goaltending tbody tr td,
        .league-stats .container .schedule__body .table-alt .table-responsive .table__body table.stats.goaltending tbody tr th, .league-stats .container .schedule__body .table-alt .table-responsive .table__body table.stats.ice-time thead tr td,
        .league-stats .container .schedule__body .table-alt .table-responsive .table__body table.stats.ice-time thead tr th,
        .league-stats .container .schedule__body .table-alt .table-responsive .table__body table.stats.ice-time tbody tr td,
        .league-stats .container .schedule__body .table-alt .table-responsive .table__body table.stats.ice-time tbody tr th,
        .league-stats .container .schedule__body .table__fixed .table-responsive .table__body table.stats.goaltending thead tr td,
        .league-stats .container .schedule__body .table__fixed .table-responsive .table__body table.stats.goaltending thead tr th,
        .league-stats .container .schedule__body .table__fixed .table-responsive .table__body table.stats.goaltending tbody tr td,
        .league-stats .container .schedule__body .table__fixed .table-responsive .table__body table.stats.goaltending tbody tr th,
        .league-stats .container .schedule__body .table__fixed .table-responsive .table__body table.stats.ice-time thead tr td,
        .league-stats .container .schedule__body .table__fixed .table-responsive .table__body table.stats.ice-time thead tr th,
        .league-stats .container .schedule__body .table__fixed .table-responsive .table__body table.stats.ice-time tbody tr td,
        .league-stats .container .schedule__body .table__fixed .table-responsive .table__body table.stats.ice-time tbody tr th,
        .league-stats .container .section__body .table-alt .table-responsive .table__body table.stats.goaltending thead tr td,
        .league-stats .container .section__body .table-alt .table-responsive .table__body table.stats.goaltending thead tr th,
        .league-stats .container .section__body .table-alt .table-responsive .table__body table.stats.goaltending tbody tr td,
        .league-stats .container .section__body .table-alt .table-responsive .table__body table.stats.goaltending tbody tr th,
        .league-stats .container .section__body .table-alt .table-responsive .table__body table.stats.ice-time thead tr td,
        .league-stats .container .section__body .table-alt .table-responsive .table__body table.stats.ice-time thead tr th,
        .league-stats .container .section__body .table-alt .table-responsive .table__body table.stats.ice-time tbody tr td,
        .league-stats .container .section__body .table-alt .table-responsive .table__body table.stats.ice-time tbody tr th,
        .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats.goaltending thead tr td,
        .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats.goaltending thead tr th,
        .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats.goaltending tbody tr td,
        .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats.goaltending tbody tr th,
        .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats.ice-time thead tr td,
        .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats.ice-time thead tr th,
        .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats.ice-time tbody tr td,
        .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats.ice-time tbody tr th,
        .sia-league-portal-team-leaders .schedule__body .table-alt .table-responsive .table__body table.stats.goaltending thead tr td,
        .sia-league-portal-team-leaders .schedule__body .table-alt .table-responsive .table__body table.stats.goaltending thead tr th,
        .sia-league-portal-team-leaders .schedule__body .table-alt .table-responsive .table__body table.stats.goaltending tbody tr td,
        .sia-league-portal-team-leaders .schedule__body .table-alt .table-responsive .table__body table.stats.goaltending tbody tr th,
        .sia-league-portal-team-leaders .schedule__body .table-alt .table-responsive .table__body table.stats.ice-time thead tr td,
        .sia-league-portal-team-leaders .schedule__body .table-alt .table-responsive .table__body table.stats.ice-time thead tr th,
        .sia-league-portal-team-leaders .schedule__body .table-alt .table-responsive .table__body table.stats.ice-time tbody tr td,
        .sia-league-portal-team-leaders .schedule__body .table-alt .table-responsive .table__body table.stats.ice-time tbody tr th,
        .sia-league-portal-team-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats.goaltending thead tr td,
        .sia-league-portal-team-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats.goaltending thead tr th,
        .sia-league-portal-team-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats.goaltending tbody tr td,
        .sia-league-portal-team-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats.goaltending tbody tr th,
        .sia-league-portal-team-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats.ice-time thead tr td,
        .sia-league-portal-team-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats.ice-time thead tr th,
        .sia-league-portal-team-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats.ice-time tbody tr td,
        .sia-league-portal-team-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats.ice-time tbody tr th,
        .sia-league-portal-team-leaders .section__body .table-alt .table-responsive .table__body table.stats.goaltending thead tr td,
        .sia-league-portal-team-leaders .section__body .table-alt .table-responsive .table__body table.stats.goaltending thead tr th,
        .sia-league-portal-team-leaders .section__body .table-alt .table-responsive .table__body table.stats.goaltending tbody tr td,
        .sia-league-portal-team-leaders .section__body .table-alt .table-responsive .table__body table.stats.goaltending tbody tr th,
        .sia-league-portal-team-leaders .section__body .table-alt .table-responsive .table__body table.stats.ice-time thead tr td,
        .sia-league-portal-team-leaders .section__body .table-alt .table-responsive .table__body table.stats.ice-time thead tr th,
        .sia-league-portal-team-leaders .section__body .table-alt .table-responsive .table__body table.stats.ice-time tbody tr td,
        .sia-league-portal-team-leaders .section__body .table-alt .table-responsive .table__body table.stats.ice-time tbody tr th,
        .sia-league-portal-team-leaders .section__body .table__fixed .table-responsive .table__body table.stats.goaltending thead tr td,
        .sia-league-portal-team-leaders .section__body .table__fixed .table-responsive .table__body table.stats.goaltending thead tr th,
        .sia-league-portal-team-leaders .section__body .table__fixed .table-responsive .table__body table.stats.goaltending tbody tr td,
        .sia-league-portal-team-leaders .section__body .table__fixed .table-responsive .table__body table.stats.goaltending tbody tr th,
        .sia-league-portal-team-leaders .section__body .table__fixed .table-responsive .table__body table.stats.ice-time thead tr td,
        .sia-league-portal-team-leaders .section__body .table__fixed .table-responsive .table__body table.stats.ice-time thead tr th,
        .sia-league-portal-team-leaders .section__body .table__fixed .table-responsive .table__body table.stats.ice-time tbody tr td,
        .sia-league-portal-team-leaders .section__body .table__fixed .table-responsive .table__body table.stats.ice-time tbody tr th,
        .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table.stats.goaltending thead tr td,
        .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table.stats.goaltending thead tr th,
        .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table.stats.goaltending tbody tr td,
        .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table.stats.goaltending tbody tr th,
        .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table.stats.ice-time thead tr td,
        .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table.stats.ice-time thead tr th,
        .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table.stats.ice-time tbody tr td,
        .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table.stats.ice-time tbody tr th,
        .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats.goaltending thead tr td,
        .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats.goaltending thead tr th,
        .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats.goaltending tbody tr td,
        .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats.goaltending tbody tr th,
        .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats.ice-time thead tr td,
        .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats.ice-time thead tr th,
        .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats.ice-time tbody tr td,
        .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats.ice-time tbody tr th,
        .sia-league-leaders .section__body .table-alt .table-responsive .table__body table.stats.goaltending thead tr td,
        .sia-league-leaders .section__body .table-alt .table-responsive .table__body table.stats.goaltending thead tr th,
        .sia-league-leaders .section__body .table-alt .table-responsive .table__body table.stats.goaltending tbody tr td,
        .sia-league-leaders .section__body .table-alt .table-responsive .table__body table.stats.goaltending tbody tr th,
        .sia-league-leaders .section__body .table-alt .table-responsive .table__body table.stats.ice-time thead tr td,
        .sia-league-leaders .section__body .table-alt .table-responsive .table__body table.stats.ice-time thead tr th,
        .sia-league-leaders .section__body .table-alt .table-responsive .table__body table.stats.ice-time tbody tr td,
        .sia-league-leaders .section__body .table-alt .table-responsive .table__body table.stats.ice-time tbody tr th,
        .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table.stats.goaltending thead tr td,
        .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table.stats.goaltending thead tr th,
        .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table.stats.goaltending tbody tr td,
        .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table.stats.goaltending tbody tr th,
        .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table.stats.ice-time thead tr td,
        .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table.stats.ice-time thead tr th,
        .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table.stats.ice-time tbody tr td,
        .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table.stats.ice-time tbody tr th {
          flex: 0 100px; }
      .league-stats .container .schedule__body .table-alt .table-responsive .table__body table.stats.fielding-ii,
      .league-stats .container .schedule__body .table__fixed .table-responsive .table__body table.stats.fielding-ii,
      .league-stats .container .section__body .table-alt .table-responsive .table__body table.stats.fielding-ii,
      .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats.fielding-ii,
      .sia-league-portal-team-leaders .schedule__body .table-alt .table-responsive .table__body table.stats.fielding-ii,
      .sia-league-portal-team-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats.fielding-ii,
      .sia-league-portal-team-leaders .section__body .table-alt .table-responsive .table__body table.stats.fielding-ii,
      .sia-league-portal-team-leaders .section__body .table__fixed .table-responsive .table__body table.stats.fielding-ii,
      .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table.stats.fielding-ii,
      .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats.fielding-ii,
      .sia-league-leaders .section__body .table-alt .table-responsive .table__body table.stats.fielding-ii,
      .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table.stats.fielding-ii {
        width: 500px; }
      .league-stats .container .schedule__body .table-alt .table-responsive .table__body table.stats.scoring, .league-stats .container .schedule__body .table-alt .table-responsive .table__body table.stats.pitching-ratios,
      .league-stats .container .schedule__body .table__fixed .table-responsive .table__body table.stats.scoring,
      .league-stats .container .schedule__body .table__fixed .table-responsive .table__body table.stats.pitching-ratios,
      .league-stats .container .section__body .table-alt .table-responsive .table__body table.stats.scoring,
      .league-stats .container .section__body .table-alt .table-responsive .table__body table.stats.pitching-ratios,
      .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats.scoring,
      .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats.pitching-ratios,
      .sia-league-portal-team-leaders .schedule__body .table-alt .table-responsive .table__body table.stats.scoring,
      .sia-league-portal-team-leaders .schedule__body .table-alt .table-responsive .table__body table.stats.pitching-ratios,
      .sia-league-portal-team-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats.scoring,
      .sia-league-portal-team-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats.pitching-ratios,
      .sia-league-portal-team-leaders .section__body .table-alt .table-responsive .table__body table.stats.scoring,
      .sia-league-portal-team-leaders .section__body .table-alt .table-responsive .table__body table.stats.pitching-ratios,
      .sia-league-portal-team-leaders .section__body .table__fixed .table-responsive .table__body table.stats.scoring,
      .sia-league-portal-team-leaders .section__body .table__fixed .table-responsive .table__body table.stats.pitching-ratios,
      .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table.stats.scoring,
      .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table.stats.pitching-ratios,
      .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats.scoring,
      .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats.pitching-ratios,
      .sia-league-leaders .section__body .table-alt .table-responsive .table__body table.stats.scoring,
      .sia-league-leaders .section__body .table-alt .table-responsive .table__body table.stats.pitching-ratios,
      .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table.stats.scoring,
      .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table.stats.pitching-ratios {
        width: 1000px; }
      .league-stats .container .schedule__body .table-alt .table-responsive .table__body table.stats.penalties, .league-stats .container .schedule__body .table-alt .table-responsive .table__body table.stats.fielding,
      .league-stats .container .schedule__body .table__fixed .table-responsive .table__body table.stats.penalties,
      .league-stats .container .schedule__body .table__fixed .table-responsive .table__body table.stats.fielding,
      .league-stats .container .section__body .table-alt .table-responsive .table__body table.stats.penalties,
      .league-stats .container .section__body .table-alt .table-responsive .table__body table.stats.fielding,
      .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats.penalties,
      .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats.fielding,
      .sia-league-portal-team-leaders .schedule__body .table-alt .table-responsive .table__body table.stats.penalties,
      .sia-league-portal-team-leaders .schedule__body .table-alt .table-responsive .table__body table.stats.fielding,
      .sia-league-portal-team-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats.penalties,
      .sia-league-portal-team-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats.fielding,
      .sia-league-portal-team-leaders .section__body .table-alt .table-responsive .table__body table.stats.penalties,
      .sia-league-portal-team-leaders .section__body .table-alt .table-responsive .table__body table.stats.fielding,
      .sia-league-portal-team-leaders .section__body .table__fixed .table-responsive .table__body table.stats.penalties,
      .sia-league-portal-team-leaders .section__body .table__fixed .table-responsive .table__body table.stats.fielding,
      .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table.stats.penalties,
      .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table.stats.fielding,
      .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats.penalties,
      .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats.fielding,
      .sia-league-leaders .section__body .table-alt .table-responsive .table__body table.stats.penalties,
      .sia-league-leaders .section__body .table-alt .table-responsive .table__body table.stats.fielding,
      .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table.stats.penalties,
      .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table.stats.fielding {
        width: 100%; }
      .league-stats .container .schedule__body .table-alt .table-responsive .table__body table.stats.fielding thead tr td,
      .league-stats .container .schedule__body .table-alt .table-responsive .table__body table.stats.fielding thead tr th,
      .league-stats .container .schedule__body .table-alt .table-responsive .table__body table.stats.fielding tbody tr td,
      .league-stats .container .schedule__body .table-alt .table-responsive .table__body table.stats.fielding tbody tr th,
      .league-stats .container .schedule__body .table__fixed .table-responsive .table__body table.stats.fielding thead tr td,
      .league-stats .container .schedule__body .table__fixed .table-responsive .table__body table.stats.fielding thead tr th,
      .league-stats .container .schedule__body .table__fixed .table-responsive .table__body table.stats.fielding tbody tr td,
      .league-stats .container .schedule__body .table__fixed .table-responsive .table__body table.stats.fielding tbody tr th,
      .league-stats .container .section__body .table-alt .table-responsive .table__body table.stats.fielding thead tr td,
      .league-stats .container .section__body .table-alt .table-responsive .table__body table.stats.fielding thead tr th,
      .league-stats .container .section__body .table-alt .table-responsive .table__body table.stats.fielding tbody tr td,
      .league-stats .container .section__body .table-alt .table-responsive .table__body table.stats.fielding tbody tr th,
      .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats.fielding thead tr td,
      .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats.fielding thead tr th,
      .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats.fielding tbody tr td,
      .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats.fielding tbody tr th,
      .sia-league-portal-team-leaders .schedule__body .table-alt .table-responsive .table__body table.stats.fielding thead tr td,
      .sia-league-portal-team-leaders .schedule__body .table-alt .table-responsive .table__body table.stats.fielding thead tr th,
      .sia-league-portal-team-leaders .schedule__body .table-alt .table-responsive .table__body table.stats.fielding tbody tr td,
      .sia-league-portal-team-leaders .schedule__body .table-alt .table-responsive .table__body table.stats.fielding tbody tr th,
      .sia-league-portal-team-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats.fielding thead tr td,
      .sia-league-portal-team-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats.fielding thead tr th,
      .sia-league-portal-team-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats.fielding tbody tr td,
      .sia-league-portal-team-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats.fielding tbody tr th,
      .sia-league-portal-team-leaders .section__body .table-alt .table-responsive .table__body table.stats.fielding thead tr td,
      .sia-league-portal-team-leaders .section__body .table-alt .table-responsive .table__body table.stats.fielding thead tr th,
      .sia-league-portal-team-leaders .section__body .table-alt .table-responsive .table__body table.stats.fielding tbody tr td,
      .sia-league-portal-team-leaders .section__body .table-alt .table-responsive .table__body table.stats.fielding tbody tr th,
      .sia-league-portal-team-leaders .section__body .table__fixed .table-responsive .table__body table.stats.fielding thead tr td,
      .sia-league-portal-team-leaders .section__body .table__fixed .table-responsive .table__body table.stats.fielding thead tr th,
      .sia-league-portal-team-leaders .section__body .table__fixed .table-responsive .table__body table.stats.fielding tbody tr td,
      .sia-league-portal-team-leaders .section__body .table__fixed .table-responsive .table__body table.stats.fielding tbody tr th,
      .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table.stats.fielding thead tr td,
      .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table.stats.fielding thead tr th,
      .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table.stats.fielding tbody tr td,
      .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table.stats.fielding tbody tr th,
      .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats.fielding thead tr td,
      .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats.fielding thead tr th,
      .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats.fielding tbody tr td,
      .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table.stats.fielding tbody tr th,
      .sia-league-leaders .section__body .table-alt .table-responsive .table__body table.stats.fielding thead tr td,
      .sia-league-leaders .section__body .table-alt .table-responsive .table__body table.stats.fielding thead tr th,
      .sia-league-leaders .section__body .table-alt .table-responsive .table__body table.stats.fielding tbody tr td,
      .sia-league-leaders .section__body .table-alt .table-responsive .table__body table.stats.fielding tbody tr th,
      .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table.stats.fielding thead tr td,
      .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table.stats.fielding thead tr th,
      .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table.stats.fielding tbody tr td,
      .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table.stats.fielding tbody tr th {
        flex: 0 100px; }
    .league-stats .container .schedule__body .table-alt .table-responsive::after,
    .league-stats .container .schedule__body .table__fixed .table-responsive::after,
    .league-stats .container .section__body .table-alt .table-responsive::after,
    .league-stats .container .section__body .table__fixed .table-responsive::after,
    .sia-league-portal-team-leaders .schedule__body .table-alt .table-responsive::after,
    .sia-league-portal-team-leaders .schedule__body .table__fixed .table-responsive::after,
    .sia-league-portal-team-leaders .section__body .table-alt .table-responsive::after,
    .sia-league-portal-team-leaders .section__body .table__fixed .table-responsive::after,
    .sia-league-leaders .schedule__body .table-alt .table-responsive::after,
    .sia-league-leaders .schedule__body .table__fixed .table-responsive::after,
    .sia-league-leaders .section__body .table-alt .table-responsive::after,
    .sia-league-leaders .section__body .table__fixed .table-responsive::after {
      position: absolute;
      top: 0;
      right: 0;
      width: 100px;
      height: 100%;
      background: linear-gradient(to right, rgba(246, 246, 246, 0), rgba(246, 246, 246, 0.8));
      content: '';
      pointer-events: none; }
    .league-stats .container .schedule__body .table-alt .table-responsive .table__body table.ats,
    .league-stats .container .schedule__body .table__fixed .table-responsive .table__body table.ats,
    .league-stats .container .section__body .table-alt .table-responsive .table__body table.ats,
    .league-stats .container .section__body .table__fixed .table-responsive .table__body table.ats,
    .sia-league-portal-team-leaders .schedule__body .table-alt .table-responsive .table__body table.ats,
    .sia-league-portal-team-leaders .schedule__body .table__fixed .table-responsive .table__body table.ats,
    .sia-league-portal-team-leaders .section__body .table-alt .table-responsive .table__body table.ats,
    .sia-league-portal-team-leaders .section__body .table__fixed .table-responsive .table__body table.ats,
    .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table.ats,
    .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table.ats,
    .sia-league-leaders .section__body .table-alt .table-responsive .table__body table.ats,
    .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table.ats {
      width: 100%; }
      .league-stats .container .schedule__body .table-alt .table-responsive .table__body table.ats thead tr td,
      .league-stats .container .schedule__body .table-alt .table-responsive .table__body table.ats thead tr th,
      .league-stats .container .schedule__body .table-alt .table-responsive .table__body table.ats tbody tr td,
      .league-stats .container .schedule__body .table-alt .table-responsive .table__body table.ats tbody tr th,
      .league-stats .container .schedule__body .table__fixed .table-responsive .table__body table.ats thead tr td,
      .league-stats .container .schedule__body .table__fixed .table-responsive .table__body table.ats thead tr th,
      .league-stats .container .schedule__body .table__fixed .table-responsive .table__body table.ats tbody tr td,
      .league-stats .container .schedule__body .table__fixed .table-responsive .table__body table.ats tbody tr th,
      .league-stats .container .section__body .table-alt .table-responsive .table__body table.ats thead tr td,
      .league-stats .container .section__body .table-alt .table-responsive .table__body table.ats thead tr th,
      .league-stats .container .section__body .table-alt .table-responsive .table__body table.ats tbody tr td,
      .league-stats .container .section__body .table-alt .table-responsive .table__body table.ats tbody tr th,
      .league-stats .container .section__body .table__fixed .table-responsive .table__body table.ats thead tr td,
      .league-stats .container .section__body .table__fixed .table-responsive .table__body table.ats thead tr th,
      .league-stats .container .section__body .table__fixed .table-responsive .table__body table.ats tbody tr td,
      .league-stats .container .section__body .table__fixed .table-responsive .table__body table.ats tbody tr th,
      .sia-league-portal-team-leaders .schedule__body .table-alt .table-responsive .table__body table.ats thead tr td,
      .sia-league-portal-team-leaders .schedule__body .table-alt .table-responsive .table__body table.ats thead tr th,
      .sia-league-portal-team-leaders .schedule__body .table-alt .table-responsive .table__body table.ats tbody tr td,
      .sia-league-portal-team-leaders .schedule__body .table-alt .table-responsive .table__body table.ats tbody tr th,
      .sia-league-portal-team-leaders .schedule__body .table__fixed .table-responsive .table__body table.ats thead tr td,
      .sia-league-portal-team-leaders .schedule__body .table__fixed .table-responsive .table__body table.ats thead tr th,
      .sia-league-portal-team-leaders .schedule__body .table__fixed .table-responsive .table__body table.ats tbody tr td,
      .sia-league-portal-team-leaders .schedule__body .table__fixed .table-responsive .table__body table.ats tbody tr th,
      .sia-league-portal-team-leaders .section__body .table-alt .table-responsive .table__body table.ats thead tr td,
      .sia-league-portal-team-leaders .section__body .table-alt .table-responsive .table__body table.ats thead tr th,
      .sia-league-portal-team-leaders .section__body .table-alt .table-responsive .table__body table.ats tbody tr td,
      .sia-league-portal-team-leaders .section__body .table-alt .table-responsive .table__body table.ats tbody tr th,
      .sia-league-portal-team-leaders .section__body .table__fixed .table-responsive .table__body table.ats thead tr td,
      .sia-league-portal-team-leaders .section__body .table__fixed .table-responsive .table__body table.ats thead tr th,
      .sia-league-portal-team-leaders .section__body .table__fixed .table-responsive .table__body table.ats tbody tr td,
      .sia-league-portal-team-leaders .section__body .table__fixed .table-responsive .table__body table.ats tbody tr th,
      .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table.ats thead tr td,
      .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table.ats thead tr th,
      .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table.ats tbody tr td,
      .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table.ats tbody tr th,
      .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table.ats thead tr td,
      .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table.ats thead tr th,
      .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table.ats tbody tr td,
      .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table.ats tbody tr th,
      .sia-league-leaders .section__body .table-alt .table-responsive .table__body table.ats thead tr td,
      .sia-league-leaders .section__body .table-alt .table-responsive .table__body table.ats thead tr th,
      .sia-league-leaders .section__body .table-alt .table-responsive .table__body table.ats tbody tr td,
      .sia-league-leaders .section__body .table-alt .table-responsive .table__body table.ats tbody tr th,
      .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table.ats thead tr td,
      .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table.ats thead tr th,
      .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table.ats tbody tr td,
      .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table.ats tbody tr th {
        width: 50px;
        color: #000; }
        .league-stats .container .schedule__body .table-alt .table-responsive .table__body table.ats thead tr td:first-child:before,
        .league-stats .container .schedule__body .table-alt .table-responsive .table__body table.ats thead tr th:first-child:before,
        .league-stats .container .schedule__body .table-alt .table-responsive .table__body table.ats tbody tr td:first-child:before,
        .league-stats .container .schedule__body .table-alt .table-responsive .table__body table.ats tbody tr th:first-child:before,
        .league-stats .container .schedule__body .table__fixed .table-responsive .table__body table.ats thead tr td:first-child:before,
        .league-stats .container .schedule__body .table__fixed .table-responsive .table__body table.ats thead tr th:first-child:before,
        .league-stats .container .schedule__body .table__fixed .table-responsive .table__body table.ats tbody tr td:first-child:before,
        .league-stats .container .schedule__body .table__fixed .table-responsive .table__body table.ats tbody tr th:first-child:before,
        .league-stats .container .section__body .table-alt .table-responsive .table__body table.ats thead tr td:first-child:before,
        .league-stats .container .section__body .table-alt .table-responsive .table__body table.ats thead tr th:first-child:before,
        .league-stats .container .section__body .table-alt .table-responsive .table__body table.ats tbody tr td:first-child:before,
        .league-stats .container .section__body .table-alt .table-responsive .table__body table.ats tbody tr th:first-child:before,
        .league-stats .container .section__body .table__fixed .table-responsive .table__body table.ats thead tr td:first-child:before,
        .league-stats .container .section__body .table__fixed .table-responsive .table__body table.ats thead tr th:first-child:before,
        .league-stats .container .section__body .table__fixed .table-responsive .table__body table.ats tbody tr td:first-child:before,
        .league-stats .container .section__body .table__fixed .table-responsive .table__body table.ats tbody tr th:first-child:before,
        .sia-league-portal-team-leaders .schedule__body .table-alt .table-responsive .table__body table.ats thead tr td:first-child:before,
        .sia-league-portal-team-leaders .schedule__body .table-alt .table-responsive .table__body table.ats thead tr th:first-child:before,
        .sia-league-portal-team-leaders .schedule__body .table-alt .table-responsive .table__body table.ats tbody tr td:first-child:before,
        .sia-league-portal-team-leaders .schedule__body .table-alt .table-responsive .table__body table.ats tbody tr th:first-child:before,
        .sia-league-portal-team-leaders .schedule__body .table__fixed .table-responsive .table__body table.ats thead tr td:first-child:before,
        .sia-league-portal-team-leaders .schedule__body .table__fixed .table-responsive .table__body table.ats thead tr th:first-child:before,
        .sia-league-portal-team-leaders .schedule__body .table__fixed .table-responsive .table__body table.ats tbody tr td:first-child:before,
        .sia-league-portal-team-leaders .schedule__body .table__fixed .table-responsive .table__body table.ats tbody tr th:first-child:before,
        .sia-league-portal-team-leaders .section__body .table-alt .table-responsive .table__body table.ats thead tr td:first-child:before,
        .sia-league-portal-team-leaders .section__body .table-alt .table-responsive .table__body table.ats thead tr th:first-child:before,
        .sia-league-portal-team-leaders .section__body .table-alt .table-responsive .table__body table.ats tbody tr td:first-child:before,
        .sia-league-portal-team-leaders .section__body .table-alt .table-responsive .table__body table.ats tbody tr th:first-child:before,
        .sia-league-portal-team-leaders .section__body .table__fixed .table-responsive .table__body table.ats thead tr td:first-child:before,
        .sia-league-portal-team-leaders .section__body .table__fixed .table-responsive .table__body table.ats thead tr th:first-child:before,
        .sia-league-portal-team-leaders .section__body .table__fixed .table-responsive .table__body table.ats tbody tr td:first-child:before,
        .sia-league-portal-team-leaders .section__body .table__fixed .table-responsive .table__body table.ats tbody tr th:first-child:before,
        .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table.ats thead tr td:first-child:before,
        .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table.ats thead tr th:first-child:before,
        .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table.ats tbody tr td:first-child:before,
        .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table.ats tbody tr th:first-child:before,
        .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table.ats thead tr td:first-child:before,
        .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table.ats thead tr th:first-child:before,
        .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table.ats tbody tr td:first-child:before,
        .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table.ats tbody tr th:first-child:before,
        .sia-league-leaders .section__body .table-alt .table-responsive .table__body table.ats thead tr td:first-child:before,
        .sia-league-leaders .section__body .table-alt .table-responsive .table__body table.ats thead tr th:first-child:before,
        .sia-league-leaders .section__body .table-alt .table-responsive .table__body table.ats tbody tr td:first-child:before,
        .sia-league-leaders .section__body .table-alt .table-responsive .table__body table.ats tbody tr th:first-child:before,
        .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table.ats thead tr td:first-child:before,
        .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table.ats thead tr th:first-child:before,
        .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table.ats tbody tr td:first-child:before,
        .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table.ats tbody tr th:first-child:before {
          width: auto; }
        .league-stats .container .schedule__body .table-alt .table-responsive .table__body table.ats thead tr td:nth-child(2), .league-stats .container .schedule__body .table-alt .table-responsive .table__body table.ats thead tr td:nth-child(3),
        .league-stats .container .schedule__body .table-alt .table-responsive .table__body table.ats thead tr th:nth-child(2),
        .league-stats .container .schedule__body .table-alt .table-responsive .table__body table.ats thead tr th:nth-child(3),
        .league-stats .container .schedule__body .table-alt .table-responsive .table__body table.ats tbody tr td:nth-child(2),
        .league-stats .container .schedule__body .table-alt .table-responsive .table__body table.ats tbody tr td:nth-child(3),
        .league-stats .container .schedule__body .table-alt .table-responsive .table__body table.ats tbody tr th:nth-child(2),
        .league-stats .container .schedule__body .table-alt .table-responsive .table__body table.ats tbody tr th:nth-child(3),
        .league-stats .container .schedule__body .table__fixed .table-responsive .table__body table.ats thead tr td:nth-child(2),
        .league-stats .container .schedule__body .table__fixed .table-responsive .table__body table.ats thead tr td:nth-child(3),
        .league-stats .container .schedule__body .table__fixed .table-responsive .table__body table.ats thead tr th:nth-child(2),
        .league-stats .container .schedule__body .table__fixed .table-responsive .table__body table.ats thead tr th:nth-child(3),
        .league-stats .container .schedule__body .table__fixed .table-responsive .table__body table.ats tbody tr td:nth-child(2),
        .league-stats .container .schedule__body .table__fixed .table-responsive .table__body table.ats tbody tr td:nth-child(3),
        .league-stats .container .schedule__body .table__fixed .table-responsive .table__body table.ats tbody tr th:nth-child(2),
        .league-stats .container .schedule__body .table__fixed .table-responsive .table__body table.ats tbody tr th:nth-child(3),
        .league-stats .container .section__body .table-alt .table-responsive .table__body table.ats thead tr td:nth-child(2),
        .league-stats .container .section__body .table-alt .table-responsive .table__body table.ats thead tr td:nth-child(3),
        .league-stats .container .section__body .table-alt .table-responsive .table__body table.ats thead tr th:nth-child(2),
        .league-stats .container .section__body .table-alt .table-responsive .table__body table.ats thead tr th:nth-child(3),
        .league-stats .container .section__body .table-alt .table-responsive .table__body table.ats tbody tr td:nth-child(2),
        .league-stats .container .section__body .table-alt .table-responsive .table__body table.ats tbody tr td:nth-child(3),
        .league-stats .container .section__body .table-alt .table-responsive .table__body table.ats tbody tr th:nth-child(2),
        .league-stats .container .section__body .table-alt .table-responsive .table__body table.ats tbody tr th:nth-child(3),
        .league-stats .container .section__body .table__fixed .table-responsive .table__body table.ats thead tr td:nth-child(2),
        .league-stats .container .section__body .table__fixed .table-responsive .table__body table.ats thead tr td:nth-child(3),
        .league-stats .container .section__body .table__fixed .table-responsive .table__body table.ats thead tr th:nth-child(2),
        .league-stats .container .section__body .table__fixed .table-responsive .table__body table.ats thead tr th:nth-child(3),
        .league-stats .container .section__body .table__fixed .table-responsive .table__body table.ats tbody tr td:nth-child(2),
        .league-stats .container .section__body .table__fixed .table-responsive .table__body table.ats tbody tr td:nth-child(3),
        .league-stats .container .section__body .table__fixed .table-responsive .table__body table.ats tbody tr th:nth-child(2),
        .league-stats .container .section__body .table__fixed .table-responsive .table__body table.ats tbody tr th:nth-child(3),
        .sia-league-portal-team-leaders .schedule__body .table-alt .table-responsive .table__body table.ats thead tr td:nth-child(2),
        .sia-league-portal-team-leaders .schedule__body .table-alt .table-responsive .table__body table.ats thead tr td:nth-child(3),
        .sia-league-portal-team-leaders .schedule__body .table-alt .table-responsive .table__body table.ats thead tr th:nth-child(2),
        .sia-league-portal-team-leaders .schedule__body .table-alt .table-responsive .table__body table.ats thead tr th:nth-child(3),
        .sia-league-portal-team-leaders .schedule__body .table-alt .table-responsive .table__body table.ats tbody tr td:nth-child(2),
        .sia-league-portal-team-leaders .schedule__body .table-alt .table-responsive .table__body table.ats tbody tr td:nth-child(3),
        .sia-league-portal-team-leaders .schedule__body .table-alt .table-responsive .table__body table.ats tbody tr th:nth-child(2),
        .sia-league-portal-team-leaders .schedule__body .table-alt .table-responsive .table__body table.ats tbody tr th:nth-child(3),
        .sia-league-portal-team-leaders .schedule__body .table__fixed .table-responsive .table__body table.ats thead tr td:nth-child(2),
        .sia-league-portal-team-leaders .schedule__body .table__fixed .table-responsive .table__body table.ats thead tr td:nth-child(3),
        .sia-league-portal-team-leaders .schedule__body .table__fixed .table-responsive .table__body table.ats thead tr th:nth-child(2),
        .sia-league-portal-team-leaders .schedule__body .table__fixed .table-responsive .table__body table.ats thead tr th:nth-child(3),
        .sia-league-portal-team-leaders .schedule__body .table__fixed .table-responsive .table__body table.ats tbody tr td:nth-child(2),
        .sia-league-portal-team-leaders .schedule__body .table__fixed .table-responsive .table__body table.ats tbody tr td:nth-child(3),
        .sia-league-portal-team-leaders .schedule__body .table__fixed .table-responsive .table__body table.ats tbody tr th:nth-child(2),
        .sia-league-portal-team-leaders .schedule__body .table__fixed .table-responsive .table__body table.ats tbody tr th:nth-child(3),
        .sia-league-portal-team-leaders .section__body .table-alt .table-responsive .table__body table.ats thead tr td:nth-child(2),
        .sia-league-portal-team-leaders .section__body .table-alt .table-responsive .table__body table.ats thead tr td:nth-child(3),
        .sia-league-portal-team-leaders .section__body .table-alt .table-responsive .table__body table.ats thead tr th:nth-child(2),
        .sia-league-portal-team-leaders .section__body .table-alt .table-responsive .table__body table.ats thead tr th:nth-child(3),
        .sia-league-portal-team-leaders .section__body .table-alt .table-responsive .table__body table.ats tbody tr td:nth-child(2),
        .sia-league-portal-team-leaders .section__body .table-alt .table-responsive .table__body table.ats tbody tr td:nth-child(3),
        .sia-league-portal-team-leaders .section__body .table-alt .table-responsive .table__body table.ats tbody tr th:nth-child(2),
        .sia-league-portal-team-leaders .section__body .table-alt .table-responsive .table__body table.ats tbody tr th:nth-child(3),
        .sia-league-portal-team-leaders .section__body .table__fixed .table-responsive .table__body table.ats thead tr td:nth-child(2),
        .sia-league-portal-team-leaders .section__body .table__fixed .table-responsive .table__body table.ats thead tr td:nth-child(3),
        .sia-league-portal-team-leaders .section__body .table__fixed .table-responsive .table__body table.ats thead tr th:nth-child(2),
        .sia-league-portal-team-leaders .section__body .table__fixed .table-responsive .table__body table.ats thead tr th:nth-child(3),
        .sia-league-portal-team-leaders .section__body .table__fixed .table-responsive .table__body table.ats tbody tr td:nth-child(2),
        .sia-league-portal-team-leaders .section__body .table__fixed .table-responsive .table__body table.ats tbody tr td:nth-child(3),
        .sia-league-portal-team-leaders .section__body .table__fixed .table-responsive .table__body table.ats tbody tr th:nth-child(2),
        .sia-league-portal-team-leaders .section__body .table__fixed .table-responsive .table__body table.ats tbody tr th:nth-child(3),
        .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table.ats thead tr td:nth-child(2),
        .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table.ats thead tr td:nth-child(3),
        .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table.ats thead tr th:nth-child(2),
        .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table.ats thead tr th:nth-child(3),
        .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table.ats tbody tr td:nth-child(2),
        .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table.ats tbody tr td:nth-child(3),
        .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table.ats tbody tr th:nth-child(2),
        .sia-league-leaders .schedule__body .table-alt .table-responsive .table__body table.ats tbody tr th:nth-child(3),
        .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table.ats thead tr td:nth-child(2),
        .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table.ats thead tr td:nth-child(3),
        .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table.ats thead tr th:nth-child(2),
        .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table.ats thead tr th:nth-child(3),
        .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table.ats tbody tr td:nth-child(2),
        .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table.ats tbody tr td:nth-child(3),
        .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table.ats tbody tr th:nth-child(2),
        .sia-league-leaders .schedule__body .table__fixed .table-responsive .table__body table.ats tbody tr th:nth-child(3),
        .sia-league-leaders .section__body .table-alt .table-responsive .table__body table.ats thead tr td:nth-child(2),
        .sia-league-leaders .section__body .table-alt .table-responsive .table__body table.ats thead tr td:nth-child(3),
        .sia-league-leaders .section__body .table-alt .table-responsive .table__body table.ats thead tr th:nth-child(2),
        .sia-league-leaders .section__body .table-alt .table-responsive .table__body table.ats thead tr th:nth-child(3),
        .sia-league-leaders .section__body .table-alt .table-responsive .table__body table.ats tbody tr td:nth-child(2),
        .sia-league-leaders .section__body .table-alt .table-responsive .table__body table.ats tbody tr td:nth-child(3),
        .sia-league-leaders .section__body .table-alt .table-responsive .table__body table.ats tbody tr th:nth-child(2),
        .sia-league-leaders .section__body .table-alt .table-responsive .table__body table.ats tbody tr th:nth-child(3),
        .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table.ats thead tr td:nth-child(2),
        .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table.ats thead tr td:nth-child(3),
        .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table.ats thead tr th:nth-child(2),
        .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table.ats thead tr th:nth-child(3),
        .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table.ats tbody tr td:nth-child(2),
        .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table.ats tbody tr td:nth-child(3),
        .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table.ats tbody tr th:nth-child(2),
        .sia-league-leaders .section__body .table__fixed .table-responsive .table__body table.ats tbody tr th:nth-child(3) {
          width: 70px; }
  .league-stats .container .schedule__body .multi-table-wrapper,
  .league-stats .container .section__body .multi-table-wrapper,
  .sia-league-portal-team-leaders .schedule__body .multi-table-wrapper,
  .sia-league-portal-team-leaders .section__body .multi-table-wrapper,
  .sia-league-leaders .schedule__body .multi-table-wrapper,
  .sia-league-leaders .section__body .multi-table-wrapper {
    padding-top: 0;
    padding-bottom: 40px; }
    .league-stats .container .schedule__body .multi-table-wrapper .border-container,
    .league-stats .container .section__body .multi-table-wrapper .border-container,
    .sia-league-portal-team-leaders .schedule__body .multi-table-wrapper .border-container,
    .sia-league-portal-team-leaders .section__body .multi-table-wrapper .border-container,
    .sia-league-leaders .schedule__body .multi-table-wrapper .border-container,
    .sia-league-leaders .section__body .multi-table-wrapper .border-container {
      margin-bottom: 10px; }
      .league-stats .container .schedule__body .multi-table-wrapper .border-container .table__fixed .table-responsive .table__body table,
      .league-stats .container .section__body .multi-table-wrapper .border-container .table__fixed .table-responsive .table__body table,
      .sia-league-portal-team-leaders .schedule__body .multi-table-wrapper .border-container .table__fixed .table-responsive .table__body table,
      .sia-league-portal-team-leaders .section__body .multi-table-wrapper .border-container .table__fixed .table-responsive .table__body table,
      .sia-league-leaders .schedule__body .multi-table-wrapper .border-container .table__fixed .table-responsive .table__body table,
      .sia-league-leaders .section__body .multi-table-wrapper .border-container .table__fixed .table-responsive .table__body table {
        margin-bottom: 0; }
        .league-stats .container .schedule__body .multi-table-wrapper .border-container .table__fixed .table-responsive .table__body table .team-link-name img,
        .league-stats .container .section__body .multi-table-wrapper .border-container .table__fixed .table-responsive .table__body table .team-link-name img,
        .sia-league-portal-team-leaders .schedule__body .multi-table-wrapper .border-container .table__fixed .table-responsive .table__body table .team-link-name img,
        .sia-league-portal-team-leaders .section__body .multi-table-wrapper .border-container .table__fixed .table-responsive .table__body table .team-link-name img,
        .sia-league-leaders .schedule__body .multi-table-wrapper .border-container .table__fixed .table-responsive .table__body table .team-link-name img,
        .sia-league-leaders .section__body .multi-table-wrapper .border-container .table__fixed .table-responsive .table__body table .team-link-name img {
          height: 24px;
          vertical-align: middle;
          width: 24px; }
        .league-stats .container .schedule__body .multi-table-wrapper .border-container .table__fixed .table-responsive .table__body table .team-link-name span,
        .league-stats .container .section__body .multi-table-wrapper .border-container .table__fixed .table-responsive .table__body table .team-link-name span,
        .sia-league-portal-team-leaders .schedule__body .multi-table-wrapper .border-container .table__fixed .table-responsive .table__body table .team-link-name span,
        .sia-league-portal-team-leaders .section__body .multi-table-wrapper .border-container .table__fixed .table-responsive .table__body table .team-link-name span,
        .sia-league-leaders .schedule__body .multi-table-wrapper .border-container .table__fixed .table-responsive .table__body table .team-link-name span,
        .sia-league-leaders .section__body .multi-table-wrapper .border-container .table__fixed .table-responsive .table__body table .team-link-name span {
          margin: 0 12px; }
    .league-stats .container .schedule__body .multi-table-wrapper .section__btn,
    .league-stats .container .section__body .multi-table-wrapper .section__btn,
    .sia-league-portal-team-leaders .schedule__body .multi-table-wrapper .section__btn,
    .sia-league-portal-team-leaders .section__body .multi-table-wrapper .section__btn,
    .sia-league-leaders .schedule__body .multi-table-wrapper .section__btn,
    .sia-league-leaders .section__body .multi-table-wrapper .section__btn {
      text-decoration: none; }
  .league-stats .container .schedule__body .wrapper,
  .league-stats .container .section__body .wrapper,
  .sia-league-portal-team-leaders .schedule__body .wrapper,
  .sia-league-portal-team-leaders .section__body .wrapper,
  .sia-league-leaders .schedule__body .wrapper,
  .sia-league-leaders .section__body .wrapper {
    padding-top: 0;
    padding-bottom: 40px; }
    .league-stats .container .schedule__body .wrapper .section__btn,
    .league-stats .container .section__body .wrapper .section__btn,
    .sia-league-portal-team-leaders .schedule__body .wrapper .section__btn,
    .sia-league-portal-team-leaders .section__body .wrapper .section__btn,
    .sia-league-leaders .schedule__body .wrapper .section__btn,
    .sia-league-leaders .section__body .wrapper .section__btn {
      text-decoration: none;
      float: right;
      margin-right: 10px;
      padding: 0 10px;
      line-height: 30px;
      height: 30px;
      background-color: #7c94ad; }
    .league-stats .container .schedule__body .wrapper .table__fixed .table-responsive .table__body table thead tr th:nth-child(2),
    .league-stats .container .section__body .wrapper .table__fixed .table-responsive .table__body table thead tr th:nth-child(2),
    .sia-league-portal-team-leaders .schedule__body .wrapper .table__fixed .table-responsive .table__body table thead tr th:nth-child(2),
    .sia-league-portal-team-leaders .section__body .wrapper .table__fixed .table-responsive .table__body table thead tr th:nth-child(2),
    .sia-league-leaders .schedule__body .wrapper .table__fixed .table-responsive .table__body table thead tr th:nth-child(2),
    .sia-league-leaders .section__body .wrapper .table__fixed .table-responsive .table__body table thead tr th:nth-child(2) {
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      max-width: 80px; }
  .league-stats .container .schedule__body h3,
  .league-stats .container .section__body h3,
  .sia-league-portal-team-leaders .schedule__body h3,
  .sia-league-portal-team-leaders .section__body h3,
  .sia-league-leaders .schedule__body h3,
  .sia-league-leaders .section__body h3 {
    margin-bottom: 10px; }
  .league-stats .container .schedule__body ul.pagination,
  .league-stats .container .section__body ul.pagination,
  .sia-league-portal-team-leaders .schedule__body ul.pagination,
  .sia-league-portal-team-leaders .section__body ul.pagination,
  .sia-league-leaders .schedule__body ul.pagination,
  .sia-league-leaders .section__body ul.pagination {
    text-align: center;
    min-width: 100%;
    margin: 20px 0; }
    .league-stats .container .schedule__body ul.pagination li.page,
    .league-stats .container .section__body ul.pagination li.page,
    .sia-league-portal-team-leaders .schedule__body ul.pagination li.page,
    .sia-league-portal-team-leaders .section__body ul.pagination li.page,
    .sia-league-leaders .schedule__body ul.pagination li.page,
    .sia-league-leaders .section__body ul.pagination li.page {
      display: inline-block;
      min-width: 25px;
      height: 25px;
      margin: 0 5px;
      text-transform: uppercase;
      font-weight: 600;
      color: #8f8f8f;
      border-radius: 2px; }
      .league-stats .container .schedule__body ul.pagination li.page.active,
      .league-stats .container .section__body ul.pagination li.page.active,
      .sia-league-portal-team-leaders .schedule__body ul.pagination li.page.active,
      .sia-league-portal-team-leaders .section__body ul.pagination li.page.active,
      .sia-league-leaders .schedule__body ul.pagination li.page.active,
      .sia-league-leaders .section__body ul.pagination li.page.active {
        background-color: #e67300;
        color: #fff; }
      .league-stats .container .schedule__body ul.pagination li.page a,
      .league-stats .container .section__body ul.pagination li.page a,
      .sia-league-portal-team-leaders .schedule__body ul.pagination li.page a,
      .sia-league-portal-team-leaders .section__body ul.pagination li.page a,
      .sia-league-leaders .schedule__body ul.pagination li.page a,
      .sia-league-leaders .section__body ul.pagination li.page a {
        text-decoration: none; }

.league-stats .container .section .section__head,
.sia-league-portal-team-leaders .section .section__head,
.sia-league-leaders .section .section__head {
  margin-bottom: 20px; }
  .league-stats .container .section .section__head h3,
  .sia-league-portal-team-leaders .section .section__head h3,
  .sia-league-leaders .section .section__head h3 {
    font-size: 24px;
    margin-top: 10px; }

.league-stats .stats h4 {
  background-color: transparent; }

.league-stats .sia_statsTable__section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.league-stats .sia-league-portal-team-leaders .section__body .sia_scrollableTable__title {
  padding: 0;
  margin: 0 0 16px; }

.league-stats .sia_table__title {
  font-size: 18px;
  padding: 0; }

.league-stats .sia_button {
  margin-right: 20px; }

.league-stats .league-portal .schedule__body {
  margin-top: 2px; }

.league-standings .schedule__body .conference-wrapper:nth-child(5) {
  margin-top: 10px; }

.league-teams .schedule__head h1 {
  padding: 0 20px; }

.league-teams .schedule__head #field-conference {
  text-transform: uppercase;
  margin-top: 10px; }

.league-teams .schedule__body {
  background-color: #f6f6f6;
  border: 1px solid #efefef;
  padding-bottom: 20px;
  margin-bottom: 20px; }
  .league-teams .schedule__body .team-block {
    background-color: #f6f6f6;
    padding: 20px 10px 0; }
    .league-teams .schedule__body .team-block span.group-name {
      color: #8f8f8f;
      text-transform: uppercase;
      font-weight: 700;
      line-height: 25px; }
    .league-teams .schedule__body .team-block ul {
      margin-bottom: 0;
      list-style-type: none; }
      .league-teams .schedule__body .team-block ul li {
        margin: 10px 0; }
        .league-teams .schedule__body .team-block ul li img.team-logo {
          float: left;
          padding-right: 10px; }
        .league-teams .schedule__body .team-block ul li .team-name {
          text-transform: uppercase;
          font-weight: 700; }
        .league-teams .schedule__body .team-block ul li .team-links {
          margin-left: 40px; }
          .league-teams .schedule__body .team-block ul li .team-links a {
            font-size: 12px;
            color: #e67300;
            font-weight: 500;
            margin: 0 1px; }

@media (min-width: 1025px) {
  .sia-league-standings .container .col-md-6 {
    width: 49%;
    float: left; }
    .sia-league-standings .container .col-md-6.pull-right-md {
      width: 100%;
      float: none;
      display: flex;
      justify-content: space-between; }
      .sia-league-standings .container .col-md-6.pull-right-md .sia-sport-offenseDefense {
        width: 49%; }
    .sia-league-standings .container .col-md-6.pull-right-md + .col-md-6 {
      width: 100%; } }

.sia-league-leaders .container {
  padding: 0; }
  .sia-league-leaders .container > div {
    float: left;
    width: 100%;
    max-width: 100%; }
    @media (min-width: 1025px) {
      .sia-league-leaders .container > div {
        display: flex; } }
    .sia-league-leaders .container > div > div {
      width: 100%; }
  @media (min-width: 1025px) {
    .sia-league-leaders .container .col-md-6 {
      width: 49%;
      float: left; }
      .sia-league-leaders .container .col-md-6.pull-right-md {
        width: 100%;
        float: none;
        display: flex;
        justify-content: space-between; }
        .sia-league-leaders .container .col-md-6.pull-right-md .sia-sport-offenseDefense {
          width: 49%; }
      .sia-league-leaders .container .col-md-6.pull-right-md + .col-md-6 {
        width: 100%; }
      .sia-league-leaders .container .col-md-6:nth-child(2) {
        float: right; } }

.sia-league-leaders .tab .section__body {
  width: 100%;
  overflow: hidden; }
  .sia-league-leaders .tab .section__body .row {
    overflow: auto; }
  .sia-league-leaders .tab .section__body .col-md-6 {
    width: 49%;
    float: left; }
    .sia-league-leaders .tab .section__body .col-md-6.pull-right-md {
      width: 100%;
      float: none;
      display: flex;
      justify-content: space-between; }
      .sia-league-leaders .tab .section__body .col-md-6.pull-right-md .table {
        width: 49%;
        float: left; }
        .sia-league-leaders .tab .section__body .col-md-6.pull-right-md .table:nth-child(2) {
          float: right; }
      .sia-league-leaders .tab .section__body .col-md-6.pull-right-md .sia-sport-offenseDefense {
        width: 49%; }
    .sia-league-leaders .tab .section__body .col-md-6.pull-right-md + .col-md-6 {
      width: 100%; }
    .sia-league-leaders .tab .section__body .col-md-6:nth-child(2) {
      float: right; }

@media (min-width: 449px) and (max-width: 1025px) {
  .header.team-portal__header .navbar .sub-menu .nav-dropdown__container .nav__tabs .team-portal-menu-stacked {
    padding: 0; }
    .header.team-portal__header .navbar .sub-menu .nav-dropdown__container .nav__tabs .team-portal-menu-stacked .nav-dropdown .container {
      padding: 0; }
  .team .container .matchday {
    margin: 0 -20px;
    width: calc(100% + 40px); }
  .team .container .slider {
    width: 100%;
    margin-left: 0;
    overflow: hidden; }
    .team .container .slider .slider__slides {
      max-width: 100%; }
      .team .container .slider .slider__slides.owl-stage-outer {
        overflow: hidden; }
      .team .container .slider .slider__slides .owl-nav {
        display: block; }
        .team .container .slider .slider__slides .owl-nav .owl-prev {
          left: 0; }
        .team .container .slider .slider__slides .owl-nav .owl-next {
          right: 0; }
  .team .container .tabs-default .container {
    margin: 0; }
    .team .container .tabs-default .container .news-item__content {
      padding: 20px 0 0; }
    .team .container .tabs-default .container span.league-identifier {
      left: 0; }
  .team .container .section__group {
    width: 100%; }
    .team .container .section__group h3 {
      padding-left: 0; }
    .team .container .section__group .widget__body ul.links li {
      margin-right: 0; }
    .team .container .section__group.sia-team-portal-injuries .widget__body .table-secondary table tbody tr td:first-child span {
      display: block; }
    .team .container .section__group.sia-team-portal-grouped-ranking .widget__body .table-secondary table tbody td:first-child,
    .team .container .section__group.sia-team-portal-grouped-ranking .widget__body .table-secondary table tbody th:first-child {
      text-align: left; }
    .team .container .section__group.sia-team-portal-grouped-ranking .widget__body .table-secondary table thead th {
      text-align: center; }
    .team .container .section__group.sia-team-portal-leaders .widget__body .table-secondary table tbody td:last-child {
      text-align: left;
      width: 10%; }
    .team .container .section__group.sia-team-ats-standings .widget__body .table-secondary table tbody tr td:first-child {
      left: 20px; }
  .schedule .container .schedule__body .schedule-group {
    margin: 20px; }
    .schedule .container .schedule__body .schedule-group table tr th.date {
      width: 65px; }
    .schedule .container .schedule__body .schedule-group table tr th.vs {
      width: 180px; }
    .schedule .container .schedule__body .schedule-group table tr th.result {
      width: 120px; }
    .schedule .container .schedule__body .schedule-group table tr td:nth-child(2) {
      width: auto; }
      .schedule .container .schedule__body .schedule-group table tr td:nth-child(2) img {
        float: left;
        margin-right: 15px; }
      .schedule .container .schedule__body .schedule-group table tr td:nth-child(2) .team-block {
        display: inline-block; }
        .schedule .container .schedule__body .schedule-group table tr td:nth-child(2) .team-block span {
          display: inline-block; }
          .schedule .container .schedule__body .schedule-group table tr td:nth-child(2) .team-block span.team-record {
            font-size: 14px; }
    .schedule .container .schedule__body .schedule-group table tr td:nth-child(3) {
      width: auto; }
      .schedule .container .schedule__body .schedule-group table tr td:nth-child(3) .matchup-block {
        width: 70px;
        display: inline-block;
        font-weight: bold; }
        .schedule .container .schedule__body .schedule-group table tr td:nth-child(3) .matchup-block a {
          display: inline-block; }
      .schedule .container .schedule__body .schedule-group table tr td:nth-child(3) .odds-block {
        margin-bottom: 10px; }
        .schedule .container .schedule__body .schedule-group table tr td:nth-child(3) .odds-block a {
          font-size: 14px; }
    .schedule .container .schedule__body .schedule-group table tr th:nth-child(n+4), .schedule .container .schedule__body .schedule-group table tr td:nth-child(n+4) {
      display: table-cell; }
  .stats .container .schedule__body h3,
  .standings .container .schedule__body h3 {
    margin: 0 20px; }
  .stats .container .schedule__body h4,
  .standings .container .schedule__body h4 {
    padding-left: 20px; }
  .stats .container .schedule__body .table-alt.table-alt--big,
  .standings .container .schedule__body .table-alt.table-alt--big {
    margin: 0 20px;
    width: calc(100% - 40px); }
  .stats .container .schedule__body .table-alt .table-responsive .table__body table,
  .standings .container .schedule__body .table-alt .table-responsive .table__body table {
    width: calc(100% - 40px); }
    .stats .container .schedule__body .table-alt .table-responsive .table__body table .jersey,
    .standings .container .schedule__body .table-alt .table-responsive .table__body table .jersey {
      width: 40px; }
    .stats .container .schedule__body .table-alt .table-responsive .table__body table thead tr,
    .stats .container .schedule__body .table-alt .table-responsive .table__body table tbody tr,
    .standings .container .schedule__body .table-alt .table-responsive .table__body table thead tr,
    .standings .container .schedule__body .table-alt .table-responsive .table__body table tbody tr {
      padding-left: 170px; }
      .stats .container .schedule__body .table-alt .table-responsive .table__body table thead tr th,
      .stats .container .schedule__body .table-alt .table-responsive .table__body table thead tr td,
      .stats .container .schedule__body .table-alt .table-responsive .table__body table tbody tr th,
      .stats .container .schedule__body .table-alt .table-responsive .table__body table tbody tr td,
      .standings .container .schedule__body .table-alt .table-responsive .table__body table thead tr th,
      .standings .container .schedule__body .table-alt .table-responsive .table__body table thead tr td,
      .standings .container .schedule__body .table-alt .table-responsive .table__body table tbody tr th,
      .standings .container .schedule__body .table-alt .table-responsive .table__body table tbody tr td {
        flex: 1; }
        .stats .container .schedule__body .table-alt .table-responsive .table__body table thead tr th:first-child,
        .stats .container .schedule__body .table-alt .table-responsive .table__body table thead tr td:first-child,
        .stats .container .schedule__body .table-alt .table-responsive .table__body table tbody tr th:first-child,
        .stats .container .schedule__body .table-alt .table-responsive .table__body table tbody tr td:first-child,
        .standings .container .schedule__body .table-alt .table-responsive .table__body table thead tr th:first-child,
        .standings .container .schedule__body .table-alt .table-responsive .table__body table thead tr td:first-child,
        .standings .container .schedule__body .table-alt .table-responsive .table__body table tbody tr th:first-child,
        .standings .container .schedule__body .table-alt .table-responsive .table__body table tbody tr td:first-child {
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
          width: 150px; }
  .stats .container .schedule__body .table__fixed .table-responsive .table__body table,
  .standings .container .schedule__body .table__fixed .table-responsive .table__body table {
    margin: 0 20px;
    width: calc(100% - 40px); }
    .stats .container .schedule__body .table__fixed .table-responsive .table__body table thead tr td,
    .stats .container .schedule__body .table__fixed .table-responsive .table__body table thead tr th,
    .stats .container .schedule__body .table__fixed .table-responsive .table__body table tbody tr td,
    .stats .container .schedule__body .table__fixed .table-responsive .table__body table tbody tr th,
    .standings .container .schedule__body .table__fixed .table-responsive .table__body table thead tr td,
    .standings .container .schedule__body .table__fixed .table-responsive .table__body table thead tr th,
    .standings .container .schedule__body .table__fixed .table-responsive .table__body table tbody tr td,
    .standings .container .schedule__body .table__fixed .table-responsive .table__body table tbody tr th {
      flex: 1; }
      .stats .container .schedule__body .table__fixed .table-responsive .table__body table thead tr td:first-child,
      .stats .container .schedule__body .table__fixed .table-responsive .table__body table thead tr th:first-child,
      .stats .container .schedule__body .table__fixed .table-responsive .table__body table tbody tr td:first-child,
      .stats .container .schedule__body .table__fixed .table-responsive .table__body table tbody tr th:first-child,
      .standings .container .schedule__body .table__fixed .table-responsive .table__body table thead tr td:first-child,
      .standings .container .schedule__body .table__fixed .table-responsive .table__body table thead tr th:first-child,
      .standings .container .schedule__body .table__fixed .table-responsive .table__body table tbody tr td:first-child,
      .standings .container .schedule__body .table__fixed .table-responsive .table__body table tbody tr th:first-child {
        padding-left: 40px;
        background-color: transparent; }
      .stats .container .schedule__body .table__fixed .table-responsive .table__body table thead tr td:nth-child(10), .stats .container .schedule__body .table__fixed .table-responsive .table__body table thead tr td:nth-child(11),
      .stats .container .schedule__body .table__fixed .table-responsive .table__body table thead tr th:nth-child(10),
      .stats .container .schedule__body .table__fixed .table-responsive .table__body table thead tr th:nth-child(11),
      .stats .container .schedule__body .table__fixed .table-responsive .table__body table tbody tr td:nth-child(10),
      .stats .container .schedule__body .table__fixed .table-responsive .table__body table tbody tr td:nth-child(11),
      .stats .container .schedule__body .table__fixed .table-responsive .table__body table tbody tr th:nth-child(10),
      .stats .container .schedule__body .table__fixed .table-responsive .table__body table tbody tr th:nth-child(11),
      .standings .container .schedule__body .table__fixed .table-responsive .table__body table thead tr td:nth-child(10),
      .standings .container .schedule__body .table__fixed .table-responsive .table__body table thead tr td:nth-child(11),
      .standings .container .schedule__body .table__fixed .table-responsive .table__body table thead tr th:nth-child(10),
      .standings .container .schedule__body .table__fixed .table-responsive .table__body table thead tr th:nth-child(11),
      .standings .container .schedule__body .table__fixed .table-responsive .table__body table tbody tr td:nth-child(10),
      .standings .container .schedule__body .table__fixed .table-responsive .table__body table tbody tr td:nth-child(11),
      .standings .container .schedule__body .table__fixed .table-responsive .table__body table tbody tr th:nth-child(10),
      .standings .container .schedule__body .table__fixed .table-responsive .table__body table tbody tr th:nth-child(11) {
        flex: 1; }
  .stats .container .schedule__body.nhl .table__fixed .table-responsive .table__body table thead tr td,
  .stats .container .schedule__body.nhl .table__fixed .table-responsive .table__body table thead tr th,
  .stats .container .schedule__body.nhl .table__fixed .table-responsive .table__body table tbody tr td,
  .stats .container .schedule__body.nhl .table__fixed .table-responsive .table__body table tbody tr th,
  .standings .container .schedule__body.nhl .table__fixed .table-responsive .table__body table thead tr td,
  .standings .container .schedule__body.nhl .table__fixed .table-responsive .table__body table thead tr th,
  .standings .container .schedule__body.nhl .table__fixed .table-responsive .table__body table tbody tr td,
  .standings .container .schedule__body.nhl .table__fixed .table-responsive .table__body table tbody tr th {
    flex: 0 70px; }
  .stats .container .schedule__body.mlb .table__fixed .table-responsive .table__body table thead tr td:nth-child(n + 6):not(:nth-child(n + 12)),
  .stats .container .schedule__body.mlb .table__fixed .table-responsive .table__body table thead tr th:nth-child(n + 6):not(:nth-child(n + 12)),
  .stats .container .schedule__body.mlb .table__fixed .table-responsive .table__body table tbody tr td:nth-child(n + 6):not(:nth-child(n + 12)),
  .stats .container .schedule__body.mlb .table__fixed .table-responsive .table__body table tbody tr th:nth-child(n + 6):not(:nth-child(n + 12)),
  .standings .container .schedule__body.mlb .table__fixed .table-responsive .table__body table thead tr td:nth-child(n + 6):not(:nth-child(n + 12)),
  .standings .container .schedule__body.mlb .table__fixed .table-responsive .table__body table thead tr th:nth-child(n + 6):not(:nth-child(n + 12)),
  .standings .container .schedule__body.mlb .table__fixed .table-responsive .table__body table tbody tr td:nth-child(n + 6):not(:nth-child(n + 12)),
  .standings .container .schedule__body.mlb .table__fixed .table-responsive .table__body table tbody tr th:nth-child(n + 6):not(:nth-child(n + 12)) {
    flex: 0 50px; }
  .stats .container .schedule__body.nba .table__fixed .table-responsive .table__body table,
  .standings .container .schedule__body.nba .table__fixed .table-responsive .table__body table {
    width: calc(100% - 40px); }
  .standings .container .schedule__body h3 {
    margin: 0 0 20px 0; }
  .standings .container .schedule__body h4 {
    padding: 0; }
  .standings .container .schedule__body .table__fixed .table-responsive .table__body table thead tr td:nth-last-child(-n+4),
  .standings .container .schedule__body .table__fixed .table-responsive .table__body table thead tr th:nth-last-child(-n+4),
  .standings .container .schedule__body .table__fixed .table-responsive .table__body table tbody tr td:nth-last-child(-n+4),
  .standings .container .schedule__body .table__fixed .table-responsive .table__body table tbody tr th:nth-last-child(-n+4) {
    flex: 0 65px; }
  .standings .container .schedule__body.nfl .table__fixed .table-responsive .table__body table thead tr td,
  .standings .container .schedule__body.nfl .table__fixed .table-responsive .table__body table thead tr th,
  .standings .container .schedule__body.nfl .table__fixed .table-responsive .table__body table tbody tr td,
  .standings .container .schedule__body.nfl .table__fixed .table-responsive .table__body table tbody tr th {
    flex: 0 70px; }
  .standings .container .schedule__body.nhl .table__fixed .table-responsive .table__body table thead tr td,
  .standings .container .schedule__body.nhl .table__fixed .table-responsive .table__body table thead tr th,
  .standings .container .schedule__body.nhl .table__fixed .table-responsive .table__body table tbody tr td,
  .standings .container .schedule__body.nhl .table__fixed .table-responsive .table__body table tbody tr th {
    flex: 1; }
    .standings .container .schedule__body.nhl .table__fixed .table-responsive .table__body table thead tr td:nth-last-child(-n+4),
    .standings .container .schedule__body.nhl .table__fixed .table-responsive .table__body table thead tr th:nth-last-child(-n+4),
    .standings .container .schedule__body.nhl .table__fixed .table-responsive .table__body table tbody tr td:nth-last-child(-n+4),
    .standings .container .schedule__body.nhl .table__fixed .table-responsive .table__body table tbody tr th:nth-last-child(-n+4) {
      flex: 0 70px; }
  .standings .container .schedule__body.nba .table__fixed .table-responsive .table__body table thead tr td,
  .standings .container .schedule__body.nba .table__fixed .table-responsive .table__body table thead tr th,
  .standings .container .schedule__body.nba .table__fixed .table-responsive .table__body table tbody tr td,
  .standings .container .schedule__body.nba .table__fixed .table-responsive .table__body table tbody tr th {
    flex: 0 65px; }
    .standings .container .schedule__body.nba .table__fixed .table-responsive .table__body table thead tr td:nth-last-child(-n+1),
    .standings .container .schedule__body.nba .table__fixed .table-responsive .table__body table thead tr th:nth-last-child(-n+1),
    .standings .container .schedule__body.nba .table__fixed .table-responsive .table__body table tbody tr td:nth-last-child(-n+1),
    .standings .container .schedule__body.nba .table__fixed .table-responsive .table__body table tbody tr th:nth-last-child(-n+1) {
      flex: 0 80px; }
  .roster .container .schedule__body {
    background-color: transparent; }
    .roster .container .schedule__body h3 {
      margin: 20px 20px 0; }
    .roster .container .schedule__body .table-alt {
      width: calc(100% - 40px);
      margin: 0 20px 20px; }
      .roster .container .schedule__body .table-alt .table-responsive .table__body table.roster {
        width: 100%;
        padding: 20px; }
        .roster .container .schedule__body .table-alt .table-responsive .table__body table.roster thead tr th,
        .roster .container .schedule__body .table-alt .table-responsive .table__body table.roster thead tr td,
        .roster .container .schedule__body .table-alt .table-responsive .table__body table.roster tbody tr th,
        .roster .container .schedule__body .table-alt .table-responsive .table__body table.roster tbody tr td {
          flex: 1; }
        .roster .container .schedule__body .table-alt .table-responsive .table__body table.roster .jersey {
          width: 40px; }
      .roster .container .schedule__body .table-alt .table-responsive .table__body table.roster-analysis {
        width: 100%; }
        .roster .container .schedule__body .table-alt .table-responsive .table__body table.roster-analysis th,
        .roster .container .schedule__body .table-alt .table-responsive .table__body table.roster-analysis td {
          flex: 1; }
  .injuries .container h2 {
    padding-left: 20px;
    font-size: 20px; }
  .injuries .container .schedule__body {
    background-color: transparent; }
    .injuries .container .schedule__body .table-alt.table-alt--big {
      margin: 20px;
      width: calc(100% - 40px); }
    .injuries .container .schedule__body .table-alt .table-responsive .table__body table.injuries {
      width: 100%; }
      .injuries .container .schedule__body .table-alt .table-responsive .table__body table.injuries thead tr th,
      .injuries .container .schedule__body .table-alt .table-responsive .table__body table.injuries thead tr td,
      .injuries .container .schedule__body .table-alt .table-responsive .table__body table.injuries tbody tr th,
      .injuries .container .schedule__body .table-alt .table-responsive .table__body table.injuries tbody tr td {
        flex: 1;
        width: auto;
        height: 34px; }
        .injuries .container .schedule__body .table-alt .table-responsive .table__body table.injuries thead tr th:nth-child(3), .injuries .container .schedule__body .table-alt .table-responsive .table__body table.injuries thead tr th:last-child,
        .injuries .container .schedule__body .table-alt .table-responsive .table__body table.injuries thead tr td:nth-child(3),
        .injuries .container .schedule__body .table-alt .table-responsive .table__body table.injuries thead tr td:last-child,
        .injuries .container .schedule__body .table-alt .table-responsive .table__body table.injuries tbody tr th:nth-child(3),
        .injuries .container .schedule__body .table-alt .table-responsive .table__body table.injuries tbody tr th:last-child,
        .injuries .container .schedule__body .table-alt .table-responsive .table__body table.injuries tbody tr td:nth-child(3),
        .injuries .container .schedule__body .table-alt .table-responsive .table__body table.injuries tbody tr td:last-child {
          display: block;
          flex: 0 50px; }
        .injuries .container .schedule__body .table-alt .table-responsive .table__body table.injuries thead tr th:first-child,
        .injuries .container .schedule__body .table-alt .table-responsive .table__body table.injuries thead tr td:first-child,
        .injuries .container .schedule__body .table-alt .table-responsive .table__body table.injuries tbody tr th:first-child,
        .injuries .container .schedule__body .table-alt .table-responsive .table__body table.injuries tbody tr td:first-child {
          display: block;
          flex: 0 100px; }
  .transactions .container .schedule__body {
    background-color: transparent; }
    .transactions .container .schedule__body .table-alt.table-alt--big,
    .transactions .container .schedule__body .table__fixed.table-alt--big {
      margin: 20px;
      width: calc(100% - 40px); }
    .transactions .container .schedule__body .table-alt .table-responsive .table__body table.transactions thead tr th,
    .transactions .container .schedule__body .table-alt .table-responsive .table__body table.transactions thead tr td,
    .transactions .container .schedule__body .table-alt .table-responsive .table__body table.transactions tbody tr th,
    .transactions .container .schedule__body .table-alt .table-responsive .table__body table.transactions tbody tr td,
    .transactions .container .schedule__body .table-alt .table-responsive .table__body table thead tr th,
    .transactions .container .schedule__body .table-alt .table-responsive .table__body table thead tr td,
    .transactions .container .schedule__body .table-alt .table-responsive .table__body table tbody tr th,
    .transactions .container .schedule__body .table-alt .table-responsive .table__body table tbody tr td,
    .transactions .container .schedule__body .table__fixed .table-responsive .table__body table.transactions thead tr th,
    .transactions .container .schedule__body .table__fixed .table-responsive .table__body table.transactions thead tr td,
    .transactions .container .schedule__body .table__fixed .table-responsive .table__body table.transactions tbody tr th,
    .transactions .container .schedule__body .table__fixed .table-responsive .table__body table.transactions tbody tr td,
    .transactions .container .schedule__body .table__fixed .table-responsive .table__body table thead tr th,
    .transactions .container .schedule__body .table__fixed .table-responsive .table__body table thead tr td,
    .transactions .container .schedule__body .table__fixed .table-responsive .table__body table tbody tr th,
    .transactions .container .schedule__body .table__fixed .table-responsive .table__body table tbody tr td {
      flex: 1; }
      .transactions .container .schedule__body .table-alt .table-responsive .table__body table.transactions thead tr th:nth-child(3),
      .transactions .container .schedule__body .table-alt .table-responsive .table__body table.transactions thead tr td:nth-child(3),
      .transactions .container .schedule__body .table-alt .table-responsive .table__body table.transactions tbody tr th:nth-child(3),
      .transactions .container .schedule__body .table-alt .table-responsive .table__body table.transactions tbody tr td:nth-child(3),
      .transactions .container .schedule__body .table-alt .table-responsive .table__body table thead tr th:nth-child(3),
      .transactions .container .schedule__body .table-alt .table-responsive .table__body table thead tr td:nth-child(3),
      .transactions .container .schedule__body .table-alt .table-responsive .table__body table tbody tr th:nth-child(3),
      .transactions .container .schedule__body .table-alt .table-responsive .table__body table tbody tr td:nth-child(3),
      .transactions .container .schedule__body .table__fixed .table-responsive .table__body table.transactions thead tr th:nth-child(3),
      .transactions .container .schedule__body .table__fixed .table-responsive .table__body table.transactions thead tr td:nth-child(3),
      .transactions .container .schedule__body .table__fixed .table-responsive .table__body table.transactions tbody tr th:nth-child(3),
      .transactions .container .schedule__body .table__fixed .table-responsive .table__body table.transactions tbody tr td:nth-child(3),
      .transactions .container .schedule__body .table__fixed .table-responsive .table__body table thead tr th:nth-child(3),
      .transactions .container .schedule__body .table__fixed .table-responsive .table__body table thead tr td:nth-child(3),
      .transactions .container .schedule__body .table__fixed .table-responsive .table__body table tbody tr th:nth-child(3),
      .transactions .container .schedule__body .table__fixed .table-responsive .table__body table tbody tr td:nth-child(3) {
        flex: 1 200px;
        height: auto; }
      .transactions .container .schedule__body .table-alt .table-responsive .table__body table.transactions thead tr th:first-child,
      .transactions .container .schedule__body .table-alt .table-responsive .table__body table.transactions thead tr td:first-child,
      .transactions .container .schedule__body .table-alt .table-responsive .table__body table.transactions tbody tr th:first-child,
      .transactions .container .schedule__body .table-alt .table-responsive .table__body table.transactions tbody tr td:first-child,
      .transactions .container .schedule__body .table-alt .table-responsive .table__body table thead tr th:first-child,
      .transactions .container .schedule__body .table-alt .table-responsive .table__body table thead tr td:first-child,
      .transactions .container .schedule__body .table-alt .table-responsive .table__body table tbody tr th:first-child,
      .transactions .container .schedule__body .table-alt .table-responsive .table__body table tbody tr td:first-child,
      .transactions .container .schedule__body .table__fixed .table-responsive .table__body table.transactions thead tr th:first-child,
      .transactions .container .schedule__body .table__fixed .table-responsive .table__body table.transactions thead tr td:first-child,
      .transactions .container .schedule__body .table__fixed .table-responsive .table__body table.transactions tbody tr th:first-child,
      .transactions .container .schedule__body .table__fixed .table-responsive .table__body table.transactions tbody tr td:first-child,
      .transactions .container .schedule__body .table__fixed .table-responsive .table__body table thead tr th:first-child,
      .transactions .container .schedule__body .table__fixed .table-responsive .table__body table thead tr td:first-child,
      .transactions .container .schedule__body .table__fixed .table-responsive .table__body table tbody tr th:first-child,
      .transactions .container .schedule__body .table__fixed .table-responsive .table__body table tbody tr td:first-child {
        flex: 0 200px; }
      .transactions .container .schedule__body .table-alt .table-responsive .table__body table.transactions thead tr th:nth-child(2),
      .transactions .container .schedule__body .table-alt .table-responsive .table__body table.transactions thead tr td:nth-child(2),
      .transactions .container .schedule__body .table-alt .table-responsive .table__body table.transactions tbody tr th:nth-child(2),
      .transactions .container .schedule__body .table-alt .table-responsive .table__body table.transactions tbody tr td:nth-child(2),
      .transactions .container .schedule__body .table-alt .table-responsive .table__body table thead tr th:nth-child(2),
      .transactions .container .schedule__body .table-alt .table-responsive .table__body table thead tr td:nth-child(2),
      .transactions .container .schedule__body .table-alt .table-responsive .table__body table tbody tr th:nth-child(2),
      .transactions .container .schedule__body .table-alt .table-responsive .table__body table tbody tr td:nth-child(2),
      .transactions .container .schedule__body .table__fixed .table-responsive .table__body table.transactions thead tr th:nth-child(2),
      .transactions .container .schedule__body .table__fixed .table-responsive .table__body table.transactions thead tr td:nth-child(2),
      .transactions .container .schedule__body .table__fixed .table-responsive .table__body table.transactions tbody tr th:nth-child(2),
      .transactions .container .schedule__body .table__fixed .table-responsive .table__body table.transactions tbody tr td:nth-child(2),
      .transactions .container .schedule__body .table__fixed .table-responsive .table__body table thead tr th:nth-child(2),
      .transactions .container .schedule__body .table__fixed .table-responsive .table__body table thead tr td:nth-child(2),
      .transactions .container .schedule__body .table__fixed .table-responsive .table__body table tbody tr th:nth-child(2),
      .transactions .container .schedule__body .table__fixed .table-responsive .table__body table tbody tr td:nth-child(2) {
        flex: 0 60px; }
      .transactions .container .schedule__body .table-alt .table-responsive .table__body table.transactions thead tr th:last-child,
      .transactions .container .schedule__body .table-alt .table-responsive .table__body table.transactions thead tr td:last-child,
      .transactions .container .schedule__body .table-alt .table-responsive .table__body table.transactions tbody tr th:last-child,
      .transactions .container .schedule__body .table-alt .table-responsive .table__body table.transactions tbody tr td:last-child,
      .transactions .container .schedule__body .table-alt .table-responsive .table__body table thead tr th:last-child,
      .transactions .container .schedule__body .table-alt .table-responsive .table__body table thead tr td:last-child,
      .transactions .container .schedule__body .table-alt .table-responsive .table__body table tbody tr th:last-child,
      .transactions .container .schedule__body .table-alt .table-responsive .table__body table tbody tr td:last-child,
      .transactions .container .schedule__body .table__fixed .table-responsive .table__body table.transactions thead tr th:last-child,
      .transactions .container .schedule__body .table__fixed .table-responsive .table__body table.transactions thead tr td:last-child,
      .transactions .container .schedule__body .table__fixed .table-responsive .table__body table.transactions tbody tr th:last-child,
      .transactions .container .schedule__body .table__fixed .table-responsive .table__body table.transactions tbody tr td:last-child,
      .transactions .container .schedule__body .table__fixed .table-responsive .table__body table thead tr th:last-child,
      .transactions .container .schedule__body .table__fixed .table-responsive .table__body table thead tr td:last-child,
      .transactions .container .schedule__body .table__fixed .table-responsive .table__body table tbody tr th:last-child,
      .transactions .container .schedule__body .table__fixed .table-responsive .table__body table tbody tr td:last-child {
        flex: 0 20px; }
    .transactions .container .schedule__body .table__fixed {
      margin: 20px;
      width: calc(100% - 40px); }
  .league-transactions .transactions .table__fixed table tr td:first-child {
    line-height: 20px; }
    .league-transactions .transactions .table__fixed table tr td:first-child a {
      float: left;
      margin-right: 15px; }
      .league-transactions .transactions .table__fixed table tr td:first-child a img {
        width: 24px;
        height: auto; }
    .league-transactions .transactions .table__fixed table tr td:first-child td:nth-child(3) {
      width: 55%; }
  .league-schedule .schedule__body .schedule-group table tr {
    height: 50px; }
    .league-schedule .schedule__body .schedule-group table tr td .matchup-block {
      display: inline;
      color: #e67300;
      font-size: 12px; }
      .league-schedule .schedule__body .schedule-group table tr td .matchup-block a {
        text-decoration: underline; }
    .league-schedule .schedule__body .schedule-group table tr td .odds-block {
      float: none;
      display: inline; }
    .league-schedule .schedule__body .schedule-group table tr td .team-block .team-abbreviation {
      text-decoration: underline; }
      .league-schedule .schedule__body .schedule-group table tr td .team-block .team-abbreviation:hover {
        color: #e67300;
        -webkit-text-decoration-color: #e67300;
        text-decoration-color: #e67300; }
    .league-schedule .schedule__body .schedule-group table tr td .mobile-time {
      display: none; }
  .league-schedule .scores__dates .dates-container .dates-carousel {
    padding: 0 30px; }
  .league-schedule .container .schedule__body .schedule-group table tr td:nth-child(2) span {
    display: block; }
  .league-stats .sia_button {
    margin-right: 0; }
  .league-stats .sia_statsTable__section .sia_statsTable {
    margin: 0 20px 0 0; }
    .league-stats .sia_statsTable__section .sia_statsTable:last-child {
      margin: 0; }
  .league-stats .container .sia-league-portal-player-leaders,
  .league-stats .container .sia-league-portal-team-leaders {
    width: calc(100% - 40px); }
  .league-stats .container .section__head .container {
    padding: 0; }
    .league-stats .container .section__head .container h3 {
      margin-left: 0;
      padding-left: 0;
      padding-top: 10px; }
  .league-stats .container .section__body .multi-table-wrapper {
    width: 49%;
    display: inline-block; }
    .league-stats .container .section__body .multi-table-wrapper:nth-child(even) {
      margin-right: 1%; }
    .league-stats .container .section__body .multi-table-wrapper .section__btn {
      margin: 0; }
    .league-stats .container .section__body .multi-table-wrapper h4 {
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
  .league-stats .container .section__body .stats .container {
    padding: 0; }
    .league-stats .container .section__body .stats .container .schedule__body h4 {
      margin-top: 0; }
  .league-stats .container .section__body h3 {
    padding: 0; }
  .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats {
    width: 100%; }
    .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats thead tr,
    .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats tbody tr {
      padding-left: 240px; }
      .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats thead tr th:nth-child(2),
      .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats tbody tr th:nth-child(2) {
        width: 240px; }
      .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats thead tr td:nth-child(3),
      .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats tbody tr td:nth-child(3) {
        width: 130px; }
    .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats.passing, .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats.goaltending, .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats.shooting, .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats.returning, .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats.rushing, .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats.receiving, .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats.assists, .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats.kicking, .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats.punting, .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats.faceoffs, .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats.batting-ratios, .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats.pitching-matchups, .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats.rebounding, .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats.misc, .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats.batting-ii, .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats.yardage, .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats.goaltending, .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats.ice-time, .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats.fielding-ii, .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats.scoring, .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats.pitching-ratios, .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats.penalties, .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats.fielding {
      width: 100%; }
  .league-stats .container .schedule__body,
  .league-stats .container .section__body {
    margin-bottom: 12px;
    overflow: hidden;
    overflow-x: auto; }
    .league-stats .container .schedule__body.nfl, .league-stats .container .schedule__body.cfl, .league-stats .container .schedule__body.mlb, .league-stats .container .schedule__body.ncaaf,
    .league-stats .container .section__body.nfl,
    .league-stats .container .section__body.cfl,
    .league-stats .container .section__body.mlb,
    .league-stats .container .section__body.ncaaf {
      overflow: scroll; }
  .league-teams .schedule__body {
    width: calc(100% - 40px);
    margin: 0 20px 20px;
    padding-bottom: 20px;
    overflow: hidden; }
    .league-teams .schedule__body .team-block {
      float: left;
      width: 45%;
      padding: 20px 0 0 2%; }
      .league-teams .schedule__body .team-block:nth-child(odd) {
        clear: both; }
  ul.glossary {
    width: calc(100% - 20px); }
  .sia-league-standings .section__body .tabs li,
  .sia-league-leaders .section__body .tabs li {
    padding: 0; }
  .sia-league-standings .section__body .tabs .tabs__nav,
  .sia-league-leaders .section__body .tabs .tabs__nav {
    margin: 20px 0 10px; }
  .sia-league-leaders .section__body table tbody tr td .table__container,
  .sia-league-leaders .section__body table thead tr th .table__container {
    margin: 0; }
  .sia-league-leaders .section__body .tab table tbody tr td:first-child {
    width: 7%; }
  .sia-league-leaders .section__body .tab table tbody tr td:nth-child(2) {
    width: 70%; }
  .sia-league-standings .section__head h3 {
    margin-left: 0;
    padding-left: 0; }
  .sia-league-standings .tab#playoff-picture .section__body .table__fixed .table-responsive .table__body table thead tr th:first-child,
  .sia-league-standings .tab#playoff-picture .section__body .table__fixed .table-responsive .table__body table tbody tr td:first-child {
    width: 40%; }
  .sia-league-standings .tab#playoff-picture .section__body .table__fixed .table-responsive .table__body table thead tr th:nth-child(2),
  .sia-league-standings .tab#playoff-picture .section__body .table__fixed .table-responsive .table__body table tbody tr td:nth-child(2) {
    width: 20%; }
  .sia-league-standings .tab#playoff-picture .section__body .table__fixed .table-responsive .table__body table thead tr th:nth-child(3),
  .sia-league-standings .tab#playoff-picture .section__body .table__fixed .table-responsive .table__body table tbody tr td:nth-child(3) {
    width: 30%; }
  .sia-league-standings .tab#playoff-picture .section__body .table__fixed .table-responsive .table__body table thead tr th:nth-child(4),
  .sia-league-standings .tab#playoff-picture .section__body .table__fixed .table-responsive .table__body table tbody tr td:nth-child(4) {
    width: 10%; }
  .team-portal .team-portal-odds .sia-universal-odds .odds-main ul li {
    width: 18%; } }

@media (max-width: 449px) {
  ul.glossary li {
    width: 98%;
    display: inline-flex; } }

@media (min-width: 1025px) {
  .player-link-name,
  .team-link-name {
    text-decoration: none;
    font-weight: bold; }
    .player-link-name:hover,
    .team-link-name:hover {
      text-decoration: underline;
      color: #e67300; }
  .team-portal .site-main {
    margin: 0 auto 30px; }
  .team-portal .team-portal-odds .sia-universal-odds .odds-main ul li {
    width: 12%; }
  .container .schedule__head h1 {
    display: inline-block;
    padding: 0; }
  .container .schedule__head .schedule__head-aside {
    float: right;
    display: inline-block;
    padding: 0; }
    .container .schedule__head .schedule__head-aside .schedule__filters {
      width: 620px; }
  .header.team-portal__header .navbar .sub-menu .nav-dropdown__container .nav__tabs .nav__tab.active {
    display: none; }
  .header.team-portal__header .navbar .sub-menu .nav-dropdown__container .nav__tabs .team-portal-menu-stacked .nav-dropdown {
    background-color: #3d517b; }
    .header.team-portal__header .navbar .sub-menu .nav-dropdown__container .nav__tabs .team-portal-menu-stacked .nav-dropdown .nav__tabs .nav__tab .team-info {
      position: relative;
      top: auto;
      left: auto;
      padding-right: 30px;
      height: 41px;
      padding: 6px 15px 0 13px;
      min-width: 260px;
      background: linear-gradient(to right, #e6e6e6 50px, transparent 50px 80%); }
      .header.team-portal__header .navbar .sub-menu .nav-dropdown__container .nav__tabs .team-portal-menu-stacked .nav-dropdown .nav__tabs .nav__tab .team-info span {
        letter-spacing: 0.5px; }
      .header.team-portal__header .navbar .sub-menu .nav-dropdown__container .nav__tabs .team-portal-menu-stacked .nav-dropdown .nav__tabs .nav__tab .team-info:after {
        content: "";
        border-right: 1px solid #7c94ad;
        height: 25px;
        position: absolute;
        top: 8px;
        left: 260px; }
  .header.team-portal__header .navbar .nav-dropdown.block-dropdown {
    top: 59px;
    border-top: 1px solid #191919; }
  .boxscores .header.team-portal__header .navbar .nav-dropdown.block-dropdown {
    top: 132px; }
  .team .container .schedule__head {
    display: none; }
  .team .container .matchday {
    margin: 0;
    width: 100%; }
  .team .container .slider {
    padding: 0 20px;
    width: calc(100% - 40px); }
  .team .container .tabs-default {
    padding: 0; }
    .team .container .tabs-default .section-news .container div {
      width: 100%; }
      .team .container .tabs-default .section-news .container div ul div li {
        width: 49%;
        float: left; }
        .team .container .tabs-default .section-news .container div ul div li:first-child {
          margin-right: 1%; }
        .team .container .tabs-default .section-news .container div ul div li:last-child {
          margin-left: 1%; }
  .team .container .section__group.sia-team-portal-injuries .widget__body ul.links li {
    margin-right: 0;
    margin-left: 10px; }
  .team .container .section__group.sia-team-portal-injuries .widget__body .table-secondary {
    overflow: auto; }
  .team .container .section__group.sia-team-ats-standings:first-child {
    margin-right: 1%; }
  .team .container .section__group.sia-team-ats-standings .widget__body .table-secondary table {
    table-layout: fixed;
    padding-left: 0;
    border-spacing: 0; }
    .team .container .section__group.sia-team-ats-standings .widget__body .table-secondary table tbody tr td:first-child {
      left: auto; }
  .team .container .section__group.sia-team-portal-grouped-ranking {
    width: 49%; }
    .team .container .section__group.sia-team-portal-grouped-ranking .container .sia-sport-offenseDefense .card {
      padding: 0 !important;
      margin-top: 0; }
  .team .container .section__group.sia-team-portal-grouped-ranking + .sia-team-portal-grouped-ranking {
    /*margin-left: 2%;*/ }
    .team .container .section__group.sia-team-portal-grouped-ranking + .sia-team-portal-grouped-ranking .container .sia-sport-offenseDefense .card {
      padding: 0 !important;
      margin-top: 0; }
  .team .container .section__group.sia-team-portal-lineup .container .sia-sport-offenseDefense .card {
    padding: 0 !important;
    margin-top: 0; }
  .team .container .section__group.sia-team-portal-lineup .widget__body .table-secondary .col-md-6 {
    width: 49%;
    display: inline-block; }
    .team .container .section__group.sia-team-portal-lineup .widget__body .table-secondary .col-md-6:first-child {
      margin-right: 1%; }
  .schedule .container .schedule__body .schedule-group {
    margin: 15px 0 10px; }
    .schedule .container .schedule__body .schedule-group table tr td:nth-child(3) .matchup-block {
      width: 135px;
      padding-top: 10px; }
      .schedule .container .schedule__body .schedule-group table tr td:nth-child(3) .matchup-block a {
        margin-left: 10px; }
  .standings .container .schedule__body .table-alt.table-alt--big {
    margin: 0;
    width: 100%; }
  .standings .container .schedule__body .table__fixed .table-responsive .table__body table {
    width: 100%;
    margin: 0; }
    .standings .container .schedule__body .table__fixed .table-responsive .table__body table thead tr,
    .standings .container .schedule__body .table__fixed .table-responsive .table__body table tbody tr {
      padding-left: 0; }
      .standings .container .schedule__body .table__fixed .table-responsive .table__body table thead tr th:first-child,
      .standings .container .schedule__body .table__fixed .table-responsive .table__body table thead tr td:first-child,
      .standings .container .schedule__body .table__fixed .table-responsive .table__body table tbody tr th:first-child,
      .standings .container .schedule__body .table__fixed .table-responsive .table__body table tbody tr td:first-child {
        position: static;
        padding: 0;
        display: flex;
        flex: 1 200px; }
  .standings .container .schedule__body ul.glossary {
    margin: 0; }
  .stats .container .schedule__body h3 {
    margin: 0;
    padding-left: 20px; }
  .stats .container .schedule__body h4 {
    margin: 20px 0 0;
    padding-left: 0; }
  .stats .container .schedule__body .table-alt.table-alt--big {
    margin: 0;
    width: 100%; }
  .stats .container .schedule__body ul.glossary {
    margin: 0; }
  .roster .container .schedule__head h1,
  .injuries .container .schedule__head h1,
  .transactions .container .schedule__head h1 {
    display: inline-block;
    padding: 0; }
  .roster .container .schedule__head .schedule__head-aside,
  .injuries .container .schedule__head .schedule__head-aside,
  .transactions .container .schedule__head .schedule__head-aside {
    float: right;
    display: inline-block;
    padding: 0; }
  .roster .container .schedule__body h2,
  .roster .container .schedule__body h3,
  .roster .container .schedule__body h4,
  .injuries .container .schedule__body h2,
  .injuries .container .schedule__body h3,
  .injuries .container .schedule__body h4,
  .transactions .container .schedule__body h2,
  .transactions .container .schedule__body h3,
  .transactions .container .schedule__body h4 {
    margin: 20px 0 0;
    padding-left: 0; }
  .roster .container .schedule__body h2,
  .injuries .container .schedule__body h2,
  .transactions .container .schedule__body h2 {
    margin-bottom: 20px;
    font-size: 24px; }
  .roster .container .schedule__body .schedule-group,
  .injuries .container .schedule__body .schedule-group,
  .transactions .container .schedule__body .schedule-group {
    margin: 0; }
  .roster .container .schedule__body .table-alt.table-alt--big,
  .roster .container .schedule__body .table__fixed,
  .injuries .container .schedule__body .table-alt.table-alt--big,
  .injuries .container .schedule__body .table__fixed,
  .transactions .container .schedule__body .table-alt.table-alt--big,
  .transactions .container .schedule__body .table__fixed {
    margin: 0 0 20px;
    width: 100%; }
    .roster .container .schedule__body .table-alt.table-alt--big .table-responsive .table__body table tbody tr td a,
    .roster .container .schedule__body .table__fixed .table-responsive .table__body table tbody tr td a,
    .injuries .container .schedule__body .table-alt.table-alt--big .table-responsive .table__body table tbody tr td a,
    .injuries .container .schedule__body .table__fixed .table-responsive .table__body table tbody tr td a,
    .transactions .container .schedule__body .table-alt.table-alt--big .table-responsive .table__body table tbody tr td a,
    .transactions .container .schedule__body .table__fixed .table-responsive .table__body table tbody tr td a {
      text-decoration: none;
      font-weight: 700; }
      .roster .container .schedule__body .table-alt.table-alt--big .table-responsive .table__body table tbody tr td a:hover,
      .roster .container .schedule__body .table__fixed .table-responsive .table__body table tbody tr td a:hover,
      .injuries .container .schedule__body .table-alt.table-alt--big .table-responsive .table__body table tbody tr td a:hover,
      .injuries .container .schedule__body .table__fixed .table-responsive .table__body table tbody tr td a:hover,
      .transactions .container .schedule__body .table-alt.table-alt--big .table-responsive .table__body table tbody tr td a:hover,
      .transactions .container .schedule__body .table__fixed .table-responsive .table__body table tbody tr td a:hover {
        color: #e67300;
        text-decoration: underline; }
  .roster .container .schedule__body h3,
  .roster .container .schedule__body h4 {
    margin: 0;
    padding-left: 20px; }
  .roster .container .schedule__body .table-alt.table-alt--big {
    margin: 0; }
    .roster .container .schedule__body .table-alt.table-alt--big .table-responsive .table__body table.roster thead tr,
    .roster .container .schedule__body .table-alt.table-alt--big .table-responsive .table__body table.roster tbody tr {
      padding-left: 340px; }
      .roster .container .schedule__body .table-alt.table-alt--big .table-responsive .table__body table.roster thead tr th,
      .roster .container .schedule__body .table-alt.table-alt--big .table-responsive .table__body table.roster thead tr td,
      .roster .container .schedule__body .table-alt.table-alt--big .table-responsive .table__body table.roster tbody tr th,
      .roster .container .schedule__body .table-alt.table-alt--big .table-responsive .table__body table.roster tbody tr td {
        flex: 1 100px; }
        .roster .container .schedule__body .table-alt.table-alt--big .table-responsive .table__body table.roster thead tr th:first-child,
        .roster .container .schedule__body .table-alt.table-alt--big .table-responsive .table__body table.roster thead tr td:first-child,
        .roster .container .schedule__body .table-alt.table-alt--big .table-responsive .table__body table.roster tbody tr th:first-child,
        .roster .container .schedule__body .table-alt.table-alt--big .table-responsive .table__body table.roster tbody tr td:first-child {
          width: 300px; }
        .roster .container .schedule__body .table-alt.table-alt--big .table-responsive .table__body table.roster thead tr th:nth-last-child(2), .roster .container .schedule__body .table-alt.table-alt--big .table-responsive .table__body table.roster thead tr th:last-child,
        .roster .container .schedule__body .table-alt.table-alt--big .table-responsive .table__body table.roster thead tr td:nth-last-child(2),
        .roster .container .schedule__body .table-alt.table-alt--big .table-responsive .table__body table.roster thead tr td:last-child,
        .roster .container .schedule__body .table-alt.table-alt--big .table-responsive .table__body table.roster tbody tr th:nth-last-child(2),
        .roster .container .schedule__body .table-alt.table-alt--big .table-responsive .table__body table.roster tbody tr th:last-child,
        .roster .container .schedule__body .table-alt.table-alt--big .table-responsive .table__body table.roster tbody tr td:nth-last-child(2),
        .roster .container .schedule__body .table-alt.table-alt--big .table-responsive .table__body table.roster tbody tr td:last-child {
          flex: 1 100px; }
  .roster .container .schedule__body .small {
    padding-left: 0;
    padding-top: 20px;
    display: block; }
  .league-schedule .schedule .schedule__head {
    position: relative; }
    .league-schedule .schedule .schedule__head .scores__head-content {
      display: inline-block; }
    .league-schedule .schedule .schedule__head .schedule__head-aside {
      float: right;
      display: inline-block;
      position: absolute;
      right: 0; }
  .league-schedule .scores__dates {
    margin-top: 20px;
    padding-bottom: 0; }
    .league-schedule .scores__dates .dates-container {
      width: 99%; }
      .league-schedule .scores__dates .dates-container .dates-carousel {
        padding: 0 30px; }
    .league-schedule .scores__dates #datepicker {
      left: 512px;
      top: 60px; }
  .league-schedule .team-portal {
    margin-top: 10px; }
  .league-stats .container .sia-league-portal-player-leaders,
  .league-stats .container .sia-league-portal-team-leaders {
    width: 100%; }
    .league-stats .container .sia-league-portal-player-leaders .tabs-default,
    .league-stats .container .sia-league-portal-team-leaders .tabs-default {
      padding: 0; }
  .league-stats .container .schedule__body,
  .league-stats .container .section__body {
    overflow: hidden; }
    .league-stats .container .schedule__body.nfl, .league-stats .container .schedule__body.cfl, .league-stats .container .schedule__body.mlb, .league-stats .container .schedule__body.ncaaf,
    .league-stats .container .section__body.nfl,
    .league-stats .container .section__body.cfl,
    .league-stats .container .section__body.mlb,
    .league-stats .container .section__body.ncaaf {
      overflow: hidden; }
    .league-stats .container .schedule__body .stats-category,
    .league-stats .container .section__body .stats-category {
      margin-left: 0; }
  .league-stats .container .section__body .multi-table-wrapper {
    width: 32%;
    display: inline-block; }
    .league-stats .container .section__body .multi-table-wrapper:nth-child(2) {
      margin-right: 1%; }
    .league-stats .container .section__body .multi-table-wrapper:nth-child(4) {
      margin-left: 1%; }
  .league-stats .container .section__body .stats .container .schedule__body h4 {
    padding-left: 20px; }
  .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats thead tr th,
  .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats thead tr td,
  .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats tbody tr th,
  .league-stats .container .section__body .table__fixed .table-responsive .table__body table.stats tbody tr td {
    flex: 1 50px; }
  .standings .container .schedule__body.nba .table__fixed .table-responsive .table__body table {
    width: 100%; }
  .standings .container .schedule__body.ncaab .table__fixed .table-responsive .table__body table {
    width: 100%; }
  .league-teams .schedule__head #field-conference {
    margin-top: 0px; }
  .league-teams .schedule__body {
    width: 100%;
    margin: 0 0 20px; }
    .league-teams .schedule__body .team-block {
      width: 31%; }
      .league-teams .schedule__body .team-block:nth-child(odd) {
        clear: none; }
      .league-teams .schedule__body .team-block:nth-child(3n+1):not(:nth-child(3)) {
        clear: both; }
  ul.glossary {
    background-color: transparent; }
    ul.glossary li {
      width: 48%;
      display: inline-flex; }
  .sia-league-standings,
  .sia-league-leaders {
    margin: 0;
    padding: 0; }
  .sia-league-standings .section__head {
    margin-bottom: 15px; }
  .sia-league-standings .tabs .tab table {
    width: 100%; }
    .sia-league-standings .tabs .tab table thead tr th {
      flex: 0 100px; }
  .sia-league-standings .tabs .tab .wrapped:after {
    background: transparent; } }

@media (min-width: 449px) and (max-width: 659px) {
  .boxscores .header.team-portal__header .navbar .sub-menu .nav-dropdown__container .nav__tabs .team-portal-menu-stacked .nav-dropdown .container .nav__tabs .nav__tab .team-info {
    top: 59px; }
  .league-stats .container .schedule__body .multi-table-wrapper,
  .league-stats .container .section__body .multi-table-wrapper {
    padding-top: 0;
    padding-bottom: 30px;
    width: 100%; }
    .league-stats .container .schedule__body .multi-table-wrapper .section__btn,
    .league-stats .container .section__body .multi-table-wrapper .section__btn {
      text-decoration: none;
      float: right;
      margin-right: 10px;
      padding: 0 10px;
      line-height: 30px;
      height: 30px;
      background-color: #7c94ad; }
    .league-stats .container .schedule__body .multi-table-wrapper .table__fixed .table-responsive .table__body table thead tr th:nth-child(2),
    .league-stats .container .section__body .multi-table-wrapper .table__fixed .table-responsive .table__body table thead tr th:nth-child(2) {
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      max-width: 80px; }
  .league-stats .container .schedule__body h3,
  .league-stats .container .section__body h3 {
    margin-bottom: 10px; } }

@media (min-width: 449px) and (max-width: 767px) {
  .standings .container .schedule__body .table__fixed .table-responsive .table__body table,
  .standings .container .schedule__body.nba .table__fixed .table-responsive .table__body table,
  .standings .container .schedule__body.nhl .table__fixed .table-responsive .table__body table,
  .standings .container .schedule__body.mlb .table__fixed .table-responsive .table__body table {
    width: 900px;
    color: #191919;
    margin: 0; }
    .standings .container .schedule__body .table__fixed .table-responsive .table__body table thead tr,
    .standings .container .schedule__body .table__fixed .table-responsive .table__body table tbody tr,
    .standings .container .schedule__body.nba .table__fixed .table-responsive .table__body table thead tr,
    .standings .container .schedule__body.nba .table__fixed .table-responsive .table__body table tbody tr,
    .standings .container .schedule__body.nhl .table__fixed .table-responsive .table__body table thead tr,
    .standings .container .schedule__body.nhl .table__fixed .table-responsive .table__body table tbody tr,
    .standings .container .schedule__body.mlb .table__fixed .table-responsive .table__body table thead tr,
    .standings .container .schedule__body.mlb .table__fixed .table-responsive .table__body table tbody tr {
      padding-left: 200px; }
      .standings .container .schedule__body .table__fixed .table-responsive .table__body table thead tr td,
      .standings .container .schedule__body .table__fixed .table-responsive .table__body table thead tr th,
      .standings .container .schedule__body .table__fixed .table-responsive .table__body table tbody tr td,
      .standings .container .schedule__body .table__fixed .table-responsive .table__body table tbody tr th,
      .standings .container .schedule__body.nba .table__fixed .table-responsive .table__body table thead tr td,
      .standings .container .schedule__body.nba .table__fixed .table-responsive .table__body table thead tr th,
      .standings .container .schedule__body.nba .table__fixed .table-responsive .table__body table tbody tr td,
      .standings .container .schedule__body.nba .table__fixed .table-responsive .table__body table tbody tr th,
      .standings .container .schedule__body.nhl .table__fixed .table-responsive .table__body table thead tr td,
      .standings .container .schedule__body.nhl .table__fixed .table-responsive .table__body table thead tr th,
      .standings .container .schedule__body.nhl .table__fixed .table-responsive .table__body table tbody tr td,
      .standings .container .schedule__body.nhl .table__fixed .table-responsive .table__body table tbody tr th,
      .standings .container .schedule__body.mlb .table__fixed .table-responsive .table__body table thead tr td,
      .standings .container .schedule__body.mlb .table__fixed .table-responsive .table__body table thead tr th,
      .standings .container .schedule__body.mlb .table__fixed .table-responsive .table__body table tbody tr td,
      .standings .container .schedule__body.mlb .table__fixed .table-responsive .table__body table tbody tr th {
        flex: 0 70px; }
        .standings .container .schedule__body .table__fixed .table-responsive .table__body table thead tr td:first-child,
        .standings .container .schedule__body .table__fixed .table-responsive .table__body table thead tr th:first-child,
        .standings .container .schedule__body .table__fixed .table-responsive .table__body table tbody tr td:first-child,
        .standings .container .schedule__body .table__fixed .table-responsive .table__body table tbody tr th:first-child,
        .standings .container .schedule__body.nba .table__fixed .table-responsive .table__body table thead tr td:first-child,
        .standings .container .schedule__body.nba .table__fixed .table-responsive .table__body table thead tr th:first-child,
        .standings .container .schedule__body.nba .table__fixed .table-responsive .table__body table tbody tr td:first-child,
        .standings .container .schedule__body.nba .table__fixed .table-responsive .table__body table tbody tr th:first-child,
        .standings .container .schedule__body.nhl .table__fixed .table-responsive .table__body table thead tr td:first-child,
        .standings .container .schedule__body.nhl .table__fixed .table-responsive .table__body table thead tr th:first-child,
        .standings .container .schedule__body.nhl .table__fixed .table-responsive .table__body table tbody tr td:first-child,
        .standings .container .schedule__body.nhl .table__fixed .table-responsive .table__body table tbody tr th:first-child,
        .standings .container .schedule__body.mlb .table__fixed .table-responsive .table__body table thead tr td:first-child,
        .standings .container .schedule__body.mlb .table__fixed .table-responsive .table__body table thead tr th:first-child,
        .standings .container .schedule__body.mlb .table__fixed .table-responsive .table__body table tbody tr td:first-child,
        .standings .container .schedule__body.mlb .table__fixed .table-responsive .table__body table tbody tr th:first-child {
          position: absolute;
          left: 0;
          padding-left: 20px;
          width: 100px;
          text-indent: 0;
          text-align: left;
          z-index: 1;
          background-color: #f6f6f6;
          font-weight: 700;
          width: 180px;
          font-size: 12px;
          line-height: 30px; }
          .standings .container .schedule__body .table__fixed .table-responsive .table__body table thead tr td:first-child img,
          .standings .container .schedule__body .table__fixed .table-responsive .table__body table thead tr th:first-child img,
          .standings .container .schedule__body .table__fixed .table-responsive .table__body table tbody tr td:first-child img,
          .standings .container .schedule__body .table__fixed .table-responsive .table__body table tbody tr th:first-child img,
          .standings .container .schedule__body.nba .table__fixed .table-responsive .table__body table thead tr td:first-child img,
          .standings .container .schedule__body.nba .table__fixed .table-responsive .table__body table thead tr th:first-child img,
          .standings .container .schedule__body.nba .table__fixed .table-responsive .table__body table tbody tr td:first-child img,
          .standings .container .schedule__body.nba .table__fixed .table-responsive .table__body table tbody tr th:first-child img,
          .standings .container .schedule__body.nhl .table__fixed .table-responsive .table__body table thead tr td:first-child img,
          .standings .container .schedule__body.nhl .table__fixed .table-responsive .table__body table thead tr th:first-child img,
          .standings .container .schedule__body.nhl .table__fixed .table-responsive .table__body table tbody tr td:first-child img,
          .standings .container .schedule__body.nhl .table__fixed .table-responsive .table__body table tbody tr th:first-child img,
          .standings .container .schedule__body.mlb .table__fixed .table-responsive .table__body table thead tr td:first-child img,
          .standings .container .schedule__body.mlb .table__fixed .table-responsive .table__body table thead tr th:first-child img,
          .standings .container .schedule__body.mlb .table__fixed .table-responsive .table__body table tbody tr td:first-child img,
          .standings .container .schedule__body.mlb .table__fixed .table-responsive .table__body table tbody tr th:first-child img {
            float: left;
            margin-right: 10px; }
        .standings .container .schedule__body .table__fixed .table-responsive .table__body table thead tr td:nth-child(n + 6):not(:nth-child(n + 12)),
        .standings .container .schedule__body .table__fixed .table-responsive .table__body table thead tr th:nth-child(n + 6):not(:nth-child(n + 12)),
        .standings .container .schedule__body .table__fixed .table-responsive .table__body table tbody tr td:nth-child(n + 6):not(:nth-child(n + 12)),
        .standings .container .schedule__body .table__fixed .table-responsive .table__body table tbody tr th:nth-child(n + 6):not(:nth-child(n + 12)),
        .standings .container .schedule__body.nba .table__fixed .table-responsive .table__body table thead tr td:nth-child(n + 6):not(:nth-child(n + 12)),
        .standings .container .schedule__body.nba .table__fixed .table-responsive .table__body table thead tr th:nth-child(n + 6):not(:nth-child(n + 12)),
        .standings .container .schedule__body.nba .table__fixed .table-responsive .table__body table tbody tr td:nth-child(n + 6):not(:nth-child(n + 12)),
        .standings .container .schedule__body.nba .table__fixed .table-responsive .table__body table tbody tr th:nth-child(n + 6):not(:nth-child(n + 12)),
        .standings .container .schedule__body.nhl .table__fixed .table-responsive .table__body table thead tr td:nth-child(n + 6):not(:nth-child(n + 12)),
        .standings .container .schedule__body.nhl .table__fixed .table-responsive .table__body table thead tr th:nth-child(n + 6):not(:nth-child(n + 12)),
        .standings .container .schedule__body.nhl .table__fixed .table-responsive .table__body table tbody tr td:nth-child(n + 6):not(:nth-child(n + 12)),
        .standings .container .schedule__body.nhl .table__fixed .table-responsive .table__body table tbody tr th:nth-child(n + 6):not(:nth-child(n + 12)),
        .standings .container .schedule__body.mlb .table__fixed .table-responsive .table__body table thead tr td:nth-child(n + 6):not(:nth-child(n + 12)),
        .standings .container .schedule__body.mlb .table__fixed .table-responsive .table__body table thead tr th:nth-child(n + 6):not(:nth-child(n + 12)),
        .standings .container .schedule__body.mlb .table__fixed .table-responsive .table__body table tbody tr td:nth-child(n + 6):not(:nth-child(n + 12)),
        .standings .container .schedule__body.mlb .table__fixed .table-responsive .table__body table tbody tr th:nth-child(n + 6):not(:nth-child(n + 12)) {
          flex: 0 140px; }
        .standings .container .schedule__body .table__fixed .table-responsive .table__body table thead tr td:nth-last-child(-n+2), .standings .container .schedule__body .table__fixed .table-responsive .table__body table thead tr td:nth-child(10), .standings .container .schedule__body .table__fixed .table-responsive .table__body table thead tr td:nth-child(11),
        .standings .container .schedule__body .table__fixed .table-responsive .table__body table thead tr th:nth-last-child(-n+2),
        .standings .container .schedule__body .table__fixed .table-responsive .table__body table thead tr th:nth-child(10),
        .standings .container .schedule__body .table__fixed .table-responsive .table__body table thead tr th:nth-child(11),
        .standings .container .schedule__body .table__fixed .table-responsive .table__body table tbody tr td:nth-last-child(-n+2),
        .standings .container .schedule__body .table__fixed .table-responsive .table__body table tbody tr td:nth-child(10),
        .standings .container .schedule__body .table__fixed .table-responsive .table__body table tbody tr td:nth-child(11),
        .standings .container .schedule__body .table__fixed .table-responsive .table__body table tbody tr th:nth-last-child(-n+2),
        .standings .container .schedule__body .table__fixed .table-responsive .table__body table tbody tr th:nth-child(10),
        .standings .container .schedule__body .table__fixed .table-responsive .table__body table tbody tr th:nth-child(11),
        .standings .container .schedule__body.nba .table__fixed .table-responsive .table__body table thead tr td:nth-last-child(-n+2),
        .standings .container .schedule__body.nba .table__fixed .table-responsive .table__body table thead tr td:nth-child(10),
        .standings .container .schedule__body.nba .table__fixed .table-responsive .table__body table thead tr td:nth-child(11),
        .standings .container .schedule__body.nba .table__fixed .table-responsive .table__body table thead tr th:nth-last-child(-n+2),
        .standings .container .schedule__body.nba .table__fixed .table-responsive .table__body table thead tr th:nth-child(10),
        .standings .container .schedule__body.nba .table__fixed .table-responsive .table__body table thead tr th:nth-child(11),
        .standings .container .schedule__body.nba .table__fixed .table-responsive .table__body table tbody tr td:nth-last-child(-n+2),
        .standings .container .schedule__body.nba .table__fixed .table-responsive .table__body table tbody tr td:nth-child(10),
        .standings .container .schedule__body.nba .table__fixed .table-responsive .table__body table tbody tr td:nth-child(11),
        .standings .container .schedule__body.nba .table__fixed .table-responsive .table__body table tbody tr th:nth-last-child(-n+2),
        .standings .container .schedule__body.nba .table__fixed .table-responsive .table__body table tbody tr th:nth-child(10),
        .standings .container .schedule__body.nba .table__fixed .table-responsive .table__body table tbody tr th:nth-child(11),
        .standings .container .schedule__body.nhl .table__fixed .table-responsive .table__body table thead tr td:nth-last-child(-n+2),
        .standings .container .schedule__body.nhl .table__fixed .table-responsive .table__body table thead tr td:nth-child(10),
        .standings .container .schedule__body.nhl .table__fixed .table-responsive .table__body table thead tr td:nth-child(11),
        .standings .container .schedule__body.nhl .table__fixed .table-responsive .table__body table thead tr th:nth-last-child(-n+2),
        .standings .container .schedule__body.nhl .table__fixed .table-responsive .table__body table thead tr th:nth-child(10),
        .standings .container .schedule__body.nhl .table__fixed .table-responsive .table__body table thead tr th:nth-child(11),
        .standings .container .schedule__body.nhl .table__fixed .table-responsive .table__body table tbody tr td:nth-last-child(-n+2),
        .standings .container .schedule__body.nhl .table__fixed .table-responsive .table__body table tbody tr td:nth-child(10),
        .standings .container .schedule__body.nhl .table__fixed .table-responsive .table__body table tbody tr td:nth-child(11),
        .standings .container .schedule__body.nhl .table__fixed .table-responsive .table__body table tbody tr th:nth-last-child(-n+2),
        .standings .container .schedule__body.nhl .table__fixed .table-responsive .table__body table tbody tr th:nth-child(10),
        .standings .container .schedule__body.nhl .table__fixed .table-responsive .table__body table tbody tr th:nth-child(11),
        .standings .container .schedule__body.mlb .table__fixed .table-responsive .table__body table thead tr td:nth-last-child(-n+2),
        .standings .container .schedule__body.mlb .table__fixed .table-responsive .table__body table thead tr td:nth-child(10),
        .standings .container .schedule__body.mlb .table__fixed .table-responsive .table__body table thead tr td:nth-child(11),
        .standings .container .schedule__body.mlb .table__fixed .table-responsive .table__body table thead tr th:nth-last-child(-n+2),
        .standings .container .schedule__body.mlb .table__fixed .table-responsive .table__body table thead tr th:nth-child(10),
        .standings .container .schedule__body.mlb .table__fixed .table-responsive .table__body table thead tr th:nth-child(11),
        .standings .container .schedule__body.mlb .table__fixed .table-responsive .table__body table tbody tr td:nth-last-child(-n+2),
        .standings .container .schedule__body.mlb .table__fixed .table-responsive .table__body table tbody tr td:nth-child(10),
        .standings .container .schedule__body.mlb .table__fixed .table-responsive .table__body table tbody tr td:nth-child(11),
        .standings .container .schedule__body.mlb .table__fixed .table-responsive .table__body table tbody tr th:nth-last-child(-n+2),
        .standings .container .schedule__body.mlb .table__fixed .table-responsive .table__body table tbody tr th:nth-child(10),
        .standings .container .schedule__body.mlb .table__fixed .table-responsive .table__body table tbody tr th:nth-child(11) {
          flex: 0 140px; }
        .standings .container .schedule__body .table__fixed .table-responsive .table__body table thead tr td:nth-child(6), .standings .container .schedule__body .table__fixed .table-responsive .table__body table thead tr td:nth-child(7),
        .standings .container .schedule__body .table__fixed .table-responsive .table__body table thead tr th:nth-child(6),
        .standings .container .schedule__body .table__fixed .table-responsive .table__body table thead tr th:nth-child(7),
        .standings .container .schedule__body .table__fixed .table-responsive .table__body table tbody tr td:nth-child(6),
        .standings .container .schedule__body .table__fixed .table-responsive .table__body table tbody tr td:nth-child(7),
        .standings .container .schedule__body .table__fixed .table-responsive .table__body table tbody tr th:nth-child(6),
        .standings .container .schedule__body .table__fixed .table-responsive .table__body table tbody tr th:nth-child(7),
        .standings .container .schedule__body.nba .table__fixed .table-responsive .table__body table thead tr td:nth-child(6),
        .standings .container .schedule__body.nba .table__fixed .table-responsive .table__body table thead tr td:nth-child(7),
        .standings .container .schedule__body.nba .table__fixed .table-responsive .table__body table thead tr th:nth-child(6),
        .standings .container .schedule__body.nba .table__fixed .table-responsive .table__body table thead tr th:nth-child(7),
        .standings .container .schedule__body.nba .table__fixed .table-responsive .table__body table tbody tr td:nth-child(6),
        .standings .container .schedule__body.nba .table__fixed .table-responsive .table__body table tbody tr td:nth-child(7),
        .standings .container .schedule__body.nba .table__fixed .table-responsive .table__body table tbody tr th:nth-child(6),
        .standings .container .schedule__body.nba .table__fixed .table-responsive .table__body table tbody tr th:nth-child(7),
        .standings .container .schedule__body.nhl .table__fixed .table-responsive .table__body table thead tr td:nth-child(6),
        .standings .container .schedule__body.nhl .table__fixed .table-responsive .table__body table thead tr td:nth-child(7),
        .standings .container .schedule__body.nhl .table__fixed .table-responsive .table__body table thead tr th:nth-child(6),
        .standings .container .schedule__body.nhl .table__fixed .table-responsive .table__body table thead tr th:nth-child(7),
        .standings .container .schedule__body.nhl .table__fixed .table-responsive .table__body table tbody tr td:nth-child(6),
        .standings .container .schedule__body.nhl .table__fixed .table-responsive .table__body table tbody tr td:nth-child(7),
        .standings .container .schedule__body.nhl .table__fixed .table-responsive .table__body table tbody tr th:nth-child(6),
        .standings .container .schedule__body.nhl .table__fixed .table-responsive .table__body table tbody tr th:nth-child(7),
        .standings .container .schedule__body.mlb .table__fixed .table-responsive .table__body table thead tr td:nth-child(6),
        .standings .container .schedule__body.mlb .table__fixed .table-responsive .table__body table thead tr td:nth-child(7),
        .standings .container .schedule__body.mlb .table__fixed .table-responsive .table__body table thead tr th:nth-child(6),
        .standings .container .schedule__body.mlb .table__fixed .table-responsive .table__body table thead tr th:nth-child(7),
        .standings .container .schedule__body.mlb .table__fixed .table-responsive .table__body table tbody tr td:nth-child(6),
        .standings .container .schedule__body.mlb .table__fixed .table-responsive .table__body table tbody tr td:nth-child(7),
        .standings .container .schedule__body.mlb .table__fixed .table-responsive .table__body table tbody tr th:nth-child(6),
        .standings .container .schedule__body.mlb .table__fixed .table-responsive .table__body table tbody tr th:nth-child(7) {
          flex: 0 120px; } }

@media (min-width: 659px) and (max-width: 1023px) {
  .boxscores .header.team-portal__header .navbar .sub-menu .nav-dropdown__container .nav__tabs .team-portal-menu-stacked .nav-dropdown .container .nav__tabs .nav__tab .team-info {
    top: 132px;
    left: 107px; } }

@media (max-width: 900px) {
  .boxscores .container .schedule__head .schedule__head-aside .schedule__filters,
  .container .schedule__head .schedule__head-aside .schedule__filters {
    display: block; }
    .boxscores .container .schedule__head .schedule__head-aside .schedule__filters .select,
    .container .schedule__head .schedule__head-aside .schedule__filters .select {
      display: block;
      margin-left: 0; } }

.teams .teams-items {
  display: flex;
  flex-flow: row wrap; }
  @media (min-width: 1025px) {
    .teams .teams-items .teams-item {
      flex: none; }
      .teams .teams-items .teams-item:nth-child(odd) {
        width: 50%; }
      .teams .teams-items .teams-item:nth-child(even) {
        width: 50%;
        flex: 1; } }

.teams .teams-item {
  flex: 1;
  margin-bottom: 30px; }
  .teams .teams-item:nth-child(odd) {
    margin-right: 20px; }
  .teams .teams-item .teams-item__content {
    padding: 0; }

@media (max-width: 1025px) {
  .teams .teams-item {
    flex-basis: 100%;
    width: 100%; }
    .teams .teams-item:nth-child(odd) {
      margin-right: 0; } }

@media (min-width: 449px) and (max-width: 1025px) {
  .teams .teams-item .teams-item__image {
    overflow: hidden; } }

@media (min-width: 1025px) {
  .main .container .teams-items {
    font-size: 14px; }
    .main .container .teams-items .teams-item {
      width: 49%;
      display: block;
      float: left; } }
