body {
  font-family: sans-serif;
  background: transparent;
}

section {
  margin: 10px 0;
}

.default-player-image {
  background-image: url(/static/images/livestats_generic_head.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

#game-schedules {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
}

#game-schedules .schedule-box {
  width: 200px;
  height: 92px;
  margin-top: 18px;
  float: left;
  margin-right: 10px;
  position: relative;
  padding: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #efeeee;
  color: #000;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  background: white;
}

#game-schedules .schedule-box + .schedule-box {
  margin-left: 10px;
}

#game-schedules .schedule-box:hover {
  box-shadow: 0 3px 1px -2px #0003, 0 2px 2px #00000024, 0 1px 5px #0000001f;
  outline: none;
  background: white;
  color: initial;
}

#game-schedules .schedule-box .live-details {
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  background: #479d3e;
  color: white;
  font-size: 12px;
  text-align: center;
  padding: 2px 0;
}

#game-schedules .schedule-box .schedule-details {
  width: auto;
  clear: both;
  overflow: visible;
  text-align: right;
  height: 5px;
  line-height: 12px;
  margin-top: 3px;
  margin-bottom: 8px;
  font-size: 12px;
  border-bottom: 1px solid #a5a5a5;
  margin-left: 41px;
  margin-right: 3px;
}

#game-schedules .schedule-box .schedule-details > div {
  text-align: right;
  width: auto;
  background: white;
  padding-left: 10px;
  margin: 0;
  margin-left: -8px;
  display: inline-block;
  text-transform: uppercase;
}

#game-schedules .schedule-box .schedule-details .live-label {
  color: #479d3e;
}

#game-schedules .schedule-box .schedule-details .date {
  padding-left: 0;
  margin-left: -41px;
}

#game-schedules .schedule-box .schedule-details .date.date-long {
  display: none;
}

#game-schedules .schedule-box .scheduled-team {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: 'Roboto Condensed';
}

#game-schedules .schedule-box .scheduled-team .team {
  display: flex;
  align-items: center;
  height: 28px;
  line-height: 28px;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  float: left;
  width: 105px;
  letter-spacing: -.4px;
}

#game-schedules .schedule-box .scheduled-team .team .team-logo {
  width: 28px;
  height: 28px;
  display: inline-block;
  float: left;
  margin-right: 8px;
}

#game-schedules .schedule-box .scheduled-team .team .team-logo > img {
  max-width: 100%;
  height: 100%;
}

#scoreboard {
  height: 140px;
  position: relative;
  margin: 0px;
  background: #fff;
  z-index: 10;
  clear: both;
  overflow: hidden;
}

#scoreboard .hr {
  display: block;
  height: 0px;
  border-top: 1px solid #dcdcdc;
  width: 90%;
  margin-left: 5%;
  position: absolute;
  top: 0px;
  z-index: 2;
}

#scoreboard .team {
  width: 50%;
  border: none;
  border-top: 1px solid #dcdcdc;
  max-width: 50%;
  background: #fff;
  float: left;
  font-family: 'Roboto Condensed', sans-serif;
}

#scoreboard .team .team_logo {
  width: 130px;
  height: 150px;
  text-align: center;
  padding: 18px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

#scoreboard .team .team_logo img {
  max-width: 100%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  vertical-align: middle;
  padding-top: 2px;
  display: table-cell;
}

#scoreboard .team .team_code {
  display: inline-block;
}

#scoreboard .team .team_code span {
  font-size: 25px;
  padding: 0;
  margin: 0;
  line-height: 50px;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  letter-spacing: -.5px;
  display: table-cell;
}

#scoreboard .team .team_name {
  display: none;
}

#scoreboard .team div {
  border: none;
}

#scoreboard .team > .team_score {
  height: 51px;
  position: absolute;
  bottom: 18px;
  border: none;
  font-size: 20px !important;
  width: 50%;
  float: right;
  background: #fff;
  display: table;
}

#scoreboard .team > .team_score span {
  font-size: 48px !important;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
}

#scoreboard .team .team_logo {
  height: 50px;
  width: 50px;
  padding: 9px 1px;
  text-align: center;
  background: #fff;
}

#scoreboard .team-0 {
  height: 30px;
  text-align: left;
  vertical-align: middle;
}

#scoreboard .team-0 div {
  float: left;
}

#scoreboard .team-0 .team_logo {
  margin-left: 7%;
}

#scoreboard .team-0 .team_score {
  left: 0px;
  text-align: center;
  padding-left: 5%;
  padding-right: 70px;
}

#scoreboard .team-1 {
  text-align: right;
  float: right;
}

#scoreboard .team-1 div {
  float: right;
}

#scoreboard .team-1 .team_logo {
  float: right;
  margin-right: 7%;
}

#scoreboard .team-1 .team_score {
  right: 0px;
  text-align: right;
  padding-right: 5%;
  padding-left: 70px;
}

#scoreboard div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
}

#scoreboard .clock-summary {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 90px;
  border: 1px solid #dcdcdc;
  border-left: none;
  border-right: none;
  background: transparent;
  float: left;
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
  z-index: 1;
}

#scoreboard .clock-summary .period,
#scoreboard .clock-summary .period-half {
  top: 0px;
  font-size: 12px;
  line-height: 16px;
  width: 120px;
  text-transform: uppercase;
  position: relative;
  font-weight: bold;
  letter-spacing: -.6px;
  padding-top: 3px;
}

#scoreboard .clock-summary .period,
#scoreboard .clock-summary .clock,
#scoreboard .clock-summary .quarter-scoring {
  margin: 0 auto;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  height: auto;
  overflow: hidden;
  max-width: 120px;
}

#scoreboard .clock-summary .clock {
  text-align: center;
  border-bottom: 1px solid #dcdcdc;
  font-size: 34px;
  font-weight: bold;
  line-height: 45px;
  height: 45px;
  position: relative;
  top: -5px;
  width: auto;
}

#scoreboard .clock-summary .quarter-scoring table {
  font-size: 10px;
  width: 84%;
  margin: 0 8%;
  font-weight: normal;
  border-collapse: collapse;
  border-spacing: 0;
}

#scoreboard .clock-summary .quarter-scoring table th,
#scoreboard .clock-summary .quarter-scoring table td {
  padding: 0;
  margin: 0;
  font-size: 10px;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 11px;
}

#scoreboard .clock-summary .quarter-scoring table .score-team-code {
  text-align: left;
  padding-left: 2%;
}

#scoreboard .clock-summary .quarter-scoring table .highlight {
  font-weight: bold;
}

#game-details {
  text-align: center;
  padding: 6px 6px !important;
  font-size: 12px;
  width: 100%;
  line-height: 1.3em;
  overflow: hidden;
}

#game-details .game-detail {
  display: inline-block;
}

#game-details .game-detail h6 {
  display: inline;
  text-transform: uppercase;
  margin: 0;
  font-size: 12px;
  padding: 0 .3vw 0 1.1vw;
  font-family: 'Roboto Condensed', sans-serif;
}

#game-details .game-detail p {
  display: inline;
}

#box-score-wrap {
  position: relative;
}

#box-score-wrap .box-score_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#box-score-wrap .box-score_title .team {
  display: flex;
  align-items: center;
}

#box-score-wrap .box-score_title .team_logo {
  width: 25px;
  margin-right: 1vw;
}

#box-score-wrap .box-score_title .team_logo img {
  height: 100%;
  width: 100%;
  max-width: 50px;
  object-fit: contain;
}

#box-score-wrap .box-score_title .team_code,
#box-score-wrap .box-score_title .team_name {
  font-size: 20px;
  line-height: 40px;
  font-weight: bold;
  letter-spacing: -.6px;
}

#box-score-wrap .box-score_title .team_name {
  display: none;
}

#box-score-wrap .staff {
  display: none;
}

#box-score-wrap .staff h4 {
  margin: 0;
  padding: 0 .5vw 0 1.5vw;
  display: inline;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  text-transform: none;
}

#box-score-wrap .staff span {
  font-size: 18px;
  line-height: 20px;
  text-transform: capitalize;
  font-weight: bold;
  letter-spacing: -.6px;
}

#box-score-wrap .mobile.staff {
  width: 100%;
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
  display: block;
  text-align: center;
}

#box-score-wrap .boxscorewrap {
  margin-bottom: 3vw;
  overflow-x: scroll;
  margin-left: 160px;
}

#box-score-wrap table.box-score {
  border-spacing: 0;
  margin-top: 1vw;
  border-top: 1px solid #000;
  width: 100%;
  border-collapse: collapse;
  white-space: nowrap;
}

#box-score-wrap table.box-score tr:nth-child(odd) td {
  background-color: #ececec;
}

#box-score-wrap table.box-score tr:nth-child(even) td {
  background-color: #ffffff;
}

#box-score-wrap table.box-score thead th {
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 1px solid #dcdcdc;
  font-weight: bold;
  letter-spacing: -.6px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 50px;
}

#box-score-wrap table.box-score thead th:first-child {
  border: none;
}

#box-score-wrap table.box-score thead th:nth-child(1) {
  position: absolute;
  left: 0;
  width: 40px;
  border-top: 1px solid #000;
  margin-top: -1px;
  border-bottom: none;
}

#box-score-wrap table.box-score thead th:nth-child(2) {
  position: absolute;
  left: 40px;
  width: 115px;
  border-top: 1px solid #000;
  margin-top: -1px;
  border-bottom: none;
  border-right: none;
  padding-left: 14px;
  max-width: 115px;
}

#box-score-wrap table.box-score thead th {
  font-size: 14px;
  line-height: 35px;
  height: 35px;
}

#box-score-wrap table.box-score th:first-child {
  border: none;
}

#box-score-wrap table.box-score .bsheader_type th {
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
  text-transform: uppercase;
  background: #ccc;
  color: #a0a0a0;
  border-top: 6px solid #fff;
  border-bottom: 6px solid #fff;
  font-size: 10px;
  line-height: 10px;
  height: 10px;
}

#box-score-wrap table.box-score .bsheader_type th:nth-child(1) {
  position: absolute;
  left: 0;
  width: 40px;
  height: 10px;
  margin-top: 3px;
  border: none;
}

#box-score-wrap table.box-score .bsheader_type th span {
  border-right: 0px #cccccc solid;
  background: #fff;
  width: auto;
  float: left;
  margin-top: -1px;
  margin-bottom: -1px;
  position: absolute;
  left: 45px;
  margin-top: -5px;
  height: 8px;
  padding: 1px 7px;
  margin-left: -2px;
}

#box-score-wrap table.box-score .bsheader_type + tr > td {
  margin-top: 3px;
}

#box-score-wrap table.box-score .player-no span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.2vw;
  display: block;
  height: 3vw;
  width: 3vw;
  line-height: 3vw;
  text-align: center;
  background: #929292;
  color: #ffffff;
  font-weight: bold;
}

#box-score-wrap table.box-score td {
  font-family: sans-serif;
  font-size: 12px;
  line-height: 40px;
  font-weight: normal;
  border-right: 1px solid #e5e5e5;
  text-align: center;
}

#box-score-wrap table.box-score td.player-no span {
  font-size: 16px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin: 0;
  padding: 0;
}

#box-score-wrap table.box-score td.player-name,
#box-score-wrap table.box-score td.team-coach {
  border-right: 1px solid #fff;
  width: 5vw;
  overflow: hidden;
  white-space: nowrap;
}

#box-score-wrap table.box-score td span {
  padding: 0 10px;
}

#box-score-wrap table.box-score td b {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.2vw;
  line-height: 3vw;
  color: #000;
  background: rgba(0, 0, 0, .05);
  text-decoration: none;
  padding: 0 .7vw 0 .7vw;
  display: block;
  width: 100%;
  font-weight: bold;
  letter-spacing: -.6px;
  width: 14vw;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 15px;
  line-height: 40px;
  padding: 0 .7vw 0 .7vw;
  white-space: nowrap;
  width: 30vw;
}

#box-score-wrap table.box-score .team-coach td,
#box-score-wrap table.box-score .team-totals td {
  font-family: 'Roboto Condensed', sans-serif;
  color: #000;
  padding: 0 .7vw;
  font-weight: bold;
  letter-spacing: -.6px;
}

#box-score-wrap table.box-score .team-coach td.totals-title,
#box-score-wrap table.box-score .team-totals td.totals-title {
  font-family: 'Roboto Condensed', sans-serif;
  color: #000;
  padding: 0 .7vw;
  font-weight: bold;
  letter-spacing: -.6px;
  font-size: 14px;
  line-height: 40px;
  white-space: nowrap;
}

#box-score-wrap table.box-score .team-totals,
#box-score-wrap table.box-score .team-totals td {
  background: #ccc !important;
}

#box-score-wrap table.box-score td.player-no,
#box-score-wrap table.box-score .team-totals td:nth-child(1) {
  height: 40px;
  width: 40px;
  position: absolute;
  left: 0;
}

#box-score-wrap table.box-score .player-name,
#box-score-wrap table.box-score .totals-title {
  position: absolute;
  left: 45px;
  width: 115px !important;
  margin-top: 0px;
}

#box-score-wrap .team-stats {
  clear: both;
  overflow: hidden;
  margin: 0 0 35px;
  border: 1px solid #dcdcdc;
  text-align: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

#box-score-wrap .team-stats_title {
  color: #fff;
  display: inline-block;
  float: left;
  padding: 0px 10px;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.5vw;
  font-weight: bold;
  letter-spacing: -.6px;
  line-height: 37px;
  width: 100%;
}

#box-score-wrap .team-stats div {
  display: inline-block;
  letter-spacing: -.6px;
  font-size: 13px;
  line-height: 37px;
}

#box-score-wrap .team-stats .team-stat-title {
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 110px;
  display: inline-block;
  float: left;
  font-size: 12px;
  padding: 0 0 0 10px;
}

#box-score-wrap .team-stats span {
  font-size: 12px;
  padding: 0 0 0 10px;
}

#boxscore-footer .boxscore-legend {
  display: none;
  height: auto;
  padding: 15px;
}

#boxscore-footer .boxscore-legend h4 {
  font-size: 20px;
  text-align: center;
  padding: 0px;
  margin: 0 0 10px 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  letter-spacing: -.6px;
}

#leaders {
  padding-top: 45px;
}

#leaders .cat-title,
#leaders .cat-leader-name,
#leaders .leaders-combined-table tr:first-child td:nth-child(6),
#leaders .leaders-combined-table tr:first-child td:nth-child(5),
#leaders .col {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
}

#leaders .leaders-filter {
  text-align: center;
  border-bottom: 2px solid #000;
  margin-bottom: 20px;
  margin-top: 0;
}

#leaders .leaders-filter h4 {
  display: inline-block;
  margin: 0;
  background: #ccc;
  font-size: 1.0vw;
  padding: 0 1vw;
  text-transform: uppercase;
  line-height: 1.7vw;
  border-top-left-radius: .5vw;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  letter-spacing: -.4px;
  font-size: 12px;
  padding: 0 8px;
  line-height: 22px;
  border-top-left-radius: 3px;
  display: none;
}

#leaders .leaders-filter a {
  display: inline-block;
  background: #ccc;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  letter-spacing: -.4px;
  text-transform: uppercase;
  color: #666;
  cursor: pointer;
  margin: 0px -4px !important;
  font-size: 14px;
  padding: 0 6px;
  line-height: 22px;
}

#leaders .leaders-filter a.active-filter {
  background: #dbdbdb;
  color: #000;
  position: relative;
}

#leaders .leaders-filter a.active-filter:after {
  bottom: 0;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0);
  border-bottom-color: #000000;
  border-width: 5px;
  margin-left: -5px;
}

#leaders .leaders-filter a:hover {
  color: #fff;
  background: #aaa;
}

#leaders .team-leaders-0 .team-leaders-title {
  color: #000000;
  font-family: "Roboto Condensed", 'Verdana', sans-serif;
  font-weight: bold;
  letter-spacing: -.6px;
  height: 3vw;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 64%;
  font-size: 2.5vw;
  line-height: 3vw;
  margin-bottom: 3vw;
  display: none;
}

#leaders .team-leaders-0 .bs-image {
  float: left;
  margin-right: 10px;
}

#leaders .cat-leader {
  float: left;
  width: 99.5%;
  margin: 10px 0;
  display: none;
  position: relative;
  border: 1px solid #dcdcdc;
  overflow: hidden;
}

#leaders .cat-leader.points {
  display: block;
}

#leaders .cat-leader .cat-image {
  float: left;
  position: absolute;
  text-align: center;
  overflow: hidden;
  width: 100px;
  height: 100px;
}

#leaders .cat-leader .cat-name {
  height: 10vw;
}

#leaders .cat-leader .cat-name .cat-name-left {
  height: 2vw;
  line-height: 2vw;
}

#leaders .cat-leader .cat-name .cat-name-left h6 {
  margin: 0;
  text-indent: 0;
  position: absolute;
  text-align: center;
  top: 0;
  font-weight: bold;
  font-family: "Roboto Condensed", Sans-Serif;
  letter-spacing: -.4px;
  font-size: 16px;
  left: 85px;
  line-height: 30px;
  width: 30px;
  border-bottom: 1px solid transparent;
}

#leaders .cat-leader .cat-name .cat-name-left .cat-leader-name {
  font-weight: bold;
  width: 100%;
  display: table;
  padding-right: 10%;
  border-bottom: 1px solid #dcd;
  padding-left: 11.5vw;
  font-family: "Roboto Condensed", Sans-Serif;
  letter-spacing: -.4px;
  font-size: 20px;
  height: 70px;
  padding-left: 110px;
  max-width: 100%;
}

#leaders .cat-leader .cat-name .cat-name-left .cat-leader-name span {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.1em;
  max-width: 90%;
}

#leaders .cat-leader .cat-name .cat-lead-num {
  float: right;
  text-align: center;
  font-size: 25px;
  line-height: 70px;
  padding-right: 14px;
  height: 70px;
}

#leaders .cat-leader .cat-name .cat-lead-num h6 {
  display: none;
}

#leaders .cat-leader .cat-name .cat-lead-num img {
  position: absolute;
  top: 2px;
  right: 2px;
  height: 25px;
  width: auto;
}

#leaders .cat-leader .cat-lead-rest {
  float: none;
  width: 100%;
  background: #fff;
}

#leaders .cat-leader .cat-lead-rest table {
  width: 100%;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  letter-spacing: -.4px;
  font-size: 14px;
}

#leaders .cat-leader .cat-lead-rest table tr {
  border-bottom: 1px solid #d1d1d1;
}

#leaders .cat-leader .cat-lead-rest table tr:nth-child(odd) td {
  background-color: #fff;
}

#leaders .cat-leader .cat-lead-rest table tr td {
  padding: 4px 4px;
}

#leaders .cat-leader .cat-lead-rest table tr td:nth-child(1) {
  width: 10%;
}

#leaders .cat-title {
  float: left;
  width: 100%;
  margin: 0;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  letter-spacing: -.4px;
  border-bottom: 1px solid #dcdcdc;
  text-transform: uppercase;
  font-size: 20px;
  padding: 0px 0 0px 125px;
  text-indent: 0;
  height: 30px;
  line-height: 30px;
}

#leaders .cat-lead-rest {
  float: none;
  width: 100%;
  background: #fff;
}

#leaders .cat-lead-rest table {
  font-size: 14px;
  width: 100%;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  letter-spacing: -.4px;
}

#leaders .cat-lead-rest table tr {
  border-bottom: 1px solid #d1d1d1;
}

#leaders .cat-lead-rest table tr:nth-child(odd) td {
  background-color: #fff;
}

#leaders .cat-lead-rest table tr:nth-child(even) td {
  background-color: #f3f3f3;
}

#leaders .cat-lead-rest table tr td {
  padding: 4px 4px;
}

#leaders .cat-lead-rest table tr td:nth-child(1) {
  width: 10%;
}

#leaders .cat-lead-rest table tr td:nth-child(3) {
  text-align: center;
  font-weight: normal;
  width: 30px;
  font-size: 18px;
  letter-spacing: 1px;
}

#leaders .cat-lead-rest table tr td span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  max-width: 80%;
}

#leaders .cat-lead-rest .positionNumber {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  letter-spacing: -.4px;
  width: 30px;
  height: 30px;
  line-height: 30px;
}

#leaders .cat-lead-rest .positionNumber span {
  background: rgba(255, 255, 255, .6);
  display: block;
  text-align: center;
  font-weight: bold;
  max-width: 100% !important;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
}

#leaders .player-points,
#leaders .player-number {
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
}

#leaders .team-leaders-1 .team-leaders-title {
  color: #000000;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  letter-spacing: -.6px;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 80%;
  float: right;
  font-size: 2.5vw;
  line-height: 3vw;
  margin-bottom: 3vw;
  display: none;
}

#leaders .team-leaders-1 .team-leaders-title .bs-image {
  float: right;
  margin-right: 0px;
  margin-left: 10px;
}

#leaders .leaders-combined {
  padding-top: 3vw;
  border-top: 1px solid #dcdcdc;
  margin-bottom: 1vw;
  margin-top: 2vw;
  display: block;
}

#leaders .leaders-combined .col {
  border: 1px solid #dcdcdc;
  float: left;
}

#leaders .leaders-combined .cat-title {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 1.5vw;
  text-transform: uppercase;
}

#leaders .leaders-combined-table {
  position: relative;
  width: 100%;
}

#leaders .leaders-combined-table tr,
#leaders .leaders-combined-table td {
  height: 2.6vw;
  padding: 0px 3px;
  vertical-align: middle;
}

#leaders .leaders-combined-table tr {
  height: 2.6vw;
  padding: 0px 3px;
  vertical-align: middle;
}

#leaders .leaders-combined-table tr:nth-child(odd) {
  background: #f3f3f3;
}

#leaders .leaders-combined-table tr td:nth-child(1),
#leaders .leaders-combined-table tr td:nth-child(3) {
  display: none;
}

#leaders .leaders-combined-table tr td:nth-child(5) {
  font-weight: bold;
  font-size: 1vw;
}

#leaders .leaders-combined-table tr td:nth-child(even) {
  width: 2vw;
  text-align: center;
  font-weight: bold;
}

#leaders .leaders-combined-table tr td img {
  height: 1.5vw;
  margin: .5vw .5vw 0;
}

#leaders .leaders-combined-table tr:first-child {
  height: 6.5vw;
  width: 100%;
  position: relative;
}

#leaders .leaders-combined-table tr:first-child td {
  display: block;
}

#leaders .leaders-combined-table tr:first-child td:nth-child(1) {
  float: left;
  width: 6.0vw;
  height: 6.6vw;
  position: absolute;
  text-align: center;
  overflow: hidden;
  background-image: url(/static/images/livestats_generic_head.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

#leaders .leaders-combined-table tr:first-child td:nth-child(2) {
  float: left;
  margin-left: 6.8vw;
  width: 1.5vw;
  height: 1.5vw;
  position: absolute;
  top: 4vw;
}

#leaders .leaders-combined-table tr:first-child td:nth-child(2) img {
  max-width: 100%;
  margin-top: .7vw;
}

#leaders .leaders-combined-table tr:first-child td:nth-child(3) {
  float: left;
  margin-left: 9.1vw;
  width: 100%;
  position: absolute;
  top: 5vw;
  font-weight: bold;
  font-size: .9vw;
  font-family: "Roboto Condensed", Sans-Serif;
  letter-spacing: -.4px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  max-width: 41%;
}

#leaders .leaders-combined-table tr:first-child td:nth-child(4) {
  display: none;
}

#leaders .leaders-combined-table tr:first-child td:nth-child(5) {
  float: left;
  padding-left: 7.5vw;
  width: 100%;
  position: absolute;
  font-family: "Roboto Condensed";
  font-weight: bold;
  font-size: 1.5vw;
  letter-spacing: -.5px;
  line-height: 1.6vw;
  padding-right: 5vw;
}

#leaders .leaders-combined-table tr:first-child td:nth-child(5) span {
  display: table-cell;
  height: 5vw;
  vertical-align: middle;
}

#leaders .leaders-combined-table tr:first-child td:nth-child(6) {
  left: 0px;
  position: absolute;
  width: 100%;
  padding-left: 6.5vw;
  font-weight: bold;
  font-size: 3vw;
  text-align: right;
  line-height: 6.5vw;
  padding-right: 1vw;
  border-bottom: 1px solid #dcdcdc;
  height: 6.7vw;
}

#leaders .leaders-combined-table td span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  max-width: 100%;
  line-height: 1.2em;
}

#leaders .leaders-combined .cat-title {
  font-size: 20px;
}

#leaders .leaders-combined-table tr,
#leaders .leaders-combined-table td {
  height: 40px;
  padding: 0px 3px;
}

#leaders .leaders-combined-table tr td:nth-child(even) {
  width: 27px;
}

#leaders .leaders-combined-table tr td:nth-child(5) {
  font-size: 15px;
  line-height: 12px;
  vertical-align: middle;
}

#leaders .leaders-combined-table tr td:nth-child(4),
#leaders .leaders-combined-table tr td:nth-child(6) {
  font-size: 16px;
}

#leaders .leaders-combined-table tr td img {
  height: 15px;
  margin: 5px 0px 0;
}

#leaders .leaders-combined-table tr:first-child {
  height: 65px;
  width: 100%;
}

#leaders .leaders-combined-table tr:first-child td:nth-child(1) {
  width: 65px;
  height: 66px;
}

#leaders .leaders-combined-table tr:first-child td:nth-child(2) {
  margin-left: 75px;
  width: 15px;
  height: 15px;
  top: 40px;
}

#leaders .leaders-combined-table tr:first-child td:nth-child(2) img {
  margin-top: 7px;
}

#leaders .leaders-combined-table tr:first-child td:nth-child(3) {
  margin-left: 91px;
  top: 50px;
  font-size: 11px;
  width: 100%;
}

#leaders .leaders-combined-table tr:first-child td:nth-child(4) {
  display: none;
}

#leaders .leaders-combined-table tr:first-child td:nth-child(5) {
  font-size: 15px;
  letter-spacing: -.5px;
  line-height: 16px;
  display: table;
  width: 41%;
  left: 80px;
  padding: 0px;
  overflow: hidden;
}

#leaders .leaders-combined-table tr:first-child td:nth-child(5) span {
  height: 44px;
  text-overflow: ellipsis;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  word-break: break-word;
  white-space: normal;
  overflow: hidden;
}

#leaders .leaders-combined-table tr:first-child td:nth-child(6) {
  padding-left: 65px;
  font-size: 30px;
  line-height: 65px;
  padding-right: 10px;
  height: 67px;
}

.bs-image {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  text-align: center;
}

.bs-image img {
  max-width: 100%;
  max-height: 30px;
}

#statistics .gamesumtable {
  width: 100%;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  border: 1px solid #dcdcdc;
  height: 37.9vw;
}

#statistics .gamesumtable thead tr {
  border-bottom: 1px solid #dcdcdc;
  height: 3vw;
  overflow: hidden;
}

#statistics .gamesumtable th {
  vertical-align: middle;
  padding: 0;
}

#statistics .gamesumtable th .team_color {
  display: inline-block;
  float: left;
  width: 6px;
  height: 30px;
}

#statistics .gamesumtable th .team-logo {
  height: 2vw;
  margin: .5vw;
  float: left;
  margin-bottom: 0px;
}

#statistics .gamesumtable th.team-1 .team_color {
  float: right;
  display: block;
}

#statistics .gamesumtable .team-0 {
  text-align: left;
  height: 30px;
}

#statistics .gamesumtable .team-0 img {
  float: left;
  height: 20px;
  margin: 1px;
}

#statistics .gamesumtable .statHeader {
  display: table;
  margin-bottom: -4px;
  margin-top: -1px;
  height: 3vw;
  line-height: 30px;
}

#statistics .gamesumtable .statLabel {
  text-align: center;
  padding: 0 1vw;
}

#statistics .gamesumtable .team-1 {
  text-align: right;
  float: right;
}

#statistics .gamesumtable .team-1 div {
  float: right;
}

#statistics .gamesumtable .team-1 img {
  float: right;
  display: inline-block;
  height: 20px;
  margin: 5px;
}

#statistics .gamesumtable .team-1 .team-logo {
  height: 2vw;
  margin: 0 .7vw;
  float: right;
}

#statistics .gamesumtable tbody tr {
  border-bottom: 1px solid #fff;
  padding: 0;
}

#statistics .gamesumtable tbody tr:last-child {
  border-bottom: 1px solid #dcdcdc;
}

#statistics .gamesumtable tr:nth-child(even) {
  background: #f3f3f3;
}

#statistics .gamesumtable tr td:nth-child(5) {
  text-align: right;
}

#statistics .gamesumtable td {
  letter-spacing: -.5px;
  white-space: nowrap;
  padding: 0 15px;
  line-height: 33px;
  font-size: 16px;
  font-family: "Roboto Condensed", sans-serif;
}

#statistics .gamesumtable td.statLabel {
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  font-size: 14px;
  overflow: hidden;
}

#statistics .gamesumtable .team1Stat,
#statistics .gamesumtable .team2Stat {
  padding: 0 !important;
  width: 7px !important;
  overflow: visible;
}

.team-stats table,
#leaderboard table {
  text-align: center;
}

.team-rankings {
  padding: 20px;
  flex-flow: row wrap;
  justify-content: center;
}

.team-rankings .chart {
  margin: 10px;
  flex: 1;
  width: 100%;
}

.team-rankings #legend {
  display: flex;
  justify-content: flex-end;
  font-size: 30px;
  padding: 0 30px;
}

.team-rankings #legend #box {
  width: 20px;
  height: 20px;
  background: green;
  margin: 0 10px;
}

#team-standings {
  width: 80%;
  margin: auto;
}

#team-standings .team-logo {
  max-height: 30px;
  width: 100px;
  object-fit: contain;
}

#team-standings table {
  border: 1px solid #e3e3e3;
}

#team-standings table thead th,
#team-standings table tbody td {
  font-size: 2.5vw;
  padding: 10px;
}

.losing {
  color: rgba(0,0,0,.4);
}

#game-score {
  padding: 20px 10px;
}

#game-score .team {
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

#game-score .team .name {
  text-align: center;
  width: 100px;
}

#game-score .team .name img {
  max-width: 50px;
  margin-bottom: 10px;
}

#game-score .team .score {
  font-size: 35px;
  font-weight: 600;
}

#game-score #period {
  font-size: 16px;
}

#play-by-play {
  background: #fff;
  padding: 1vw;
  overflow: hidden;
}

#play-by-play .pbp-title {
  color: #000000;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 2.3vw;
  line-height: 3vw;
  font-weight: bold;
  letter-spacing: -.6px;
  margin-bottom: -17px;
}

#play-by-play .pbp-title .team-title-0 {
  display: flex;
}

#play-by-play .pbp-title.row .col {
  width: 50%;
  margin: 0;
  font-size: 15px;
}

#play-by-play .pbp-title .team-title-0 > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  max-width: 70%;
}

#play-by-play .pbp-title .team-title-1 {
  text-align: right;
}

#play-by-play .pbp-title .team-title-1 .bs-image {
  float: right;
  margin-right: 0vw;
  margin-left: 1vw;
}

#play-by-play .pbp-title .team-title-1 > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  max-width: 80%;
  float: right;
}

#play-by-play .pbpmenu {
  text-align: center;
  border-bottom: 2px solid #000;
  margin-bottom: 25px;
  margin-top: 0;
}

#play-by-play .pbpmenu h4,
#play-by-play .pbpmenu span {
  font-family: "Roboto Condensed", sans-serif;
  display: inline-block;
  margin: 0;
  background: #ccc;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: -1px;
  font-size: 13px;
  padding: 0 5px;
  line-height: 26px;
}

#play-by-play .pbpmenu .new-per-select {
  display: none;
}

#play-by-play .pbpmenu a {
  display: inline-block;
  background: #ccc;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #666;
  cursor: pointer;
  text-decoration: none;
  margin: 0px -4px !important;
  letter-spacing: -1px;
  font-size: 13px;
  padding: 0 9px;
  line-height: 26px;
}

#play-by-play .pbpmenu a:hover {
  color: #fff;
  background: #ddd;
}

#play-by-play .pbpmenu a.active {
  background: #dbdbdb;
  color: #000;
  position: relative;
}

#play-by-play .pbpmenu a.active:after {
  bottom: 0;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0);
  border-bottom-color: #000000;
  border-width: 5px;
  margin-left: -5px;
}

#play-by-play .pbpscroll {
  width: 50%;
  border-right: 1px solid #000000;
}

#play-by-play #playbyplay {
  width: 200%;
  text-align: center;
}

#play-by-play #playbyplay > div {
  margin-bottom: 15px;
  background: #fff;
}

#play-by-play .score {
  display: block;
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  color: #000 !important;
  font-size: 20px;
  line-height: 27px;
}

#play-by-play .pbpt0 .pbptytimeout,
#play-by-play .pbptygame,
#play-by-play .pbptyperiod {
  display: block;
  border: none !important;
  clear: both;
  line-height: 34px;
  margin-left: 0;
  margin-right: 0;
  height: 34px;
}

#play-by-play .pbpt0 .pbptytimeout .description,
#play-by-play .pbptygame .description,
#play-by-play .pbptyperiod .description {
  display: inline-block !important;
  background: #000;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  border: 1px solid #000;
  letter-spacing: -1px;
  padding: 0 10px;
  top: -2px;
  font-size: 19px;
}

#play-by-play .pbpt0 .pbptytimeout .score,
#play-by-play .pbptygame .score,
#play-by-play .pbptyperiod .score {
  display: inline-block;
  border: 1px solid #bec2c9;
  border-left: none;
  margin-top: 0;
  padding: 0 10px;
  line-height: 34px;
  height: 34px;
}

#play-by-play .team {
  display: table;
  border-top: 1px solid #bec2c9;
  border-bottom: 1px solid #bec2c9;
  height: 50px;
  width: 100%;
}

#play-by-play .team .time {
  background-color: #fff;
  border-left: 1px solid #bec2c9;
  border-right: 1px solid #bec2c9;
  text-align: center;
  font-family: "Roboto Condensed";
  width: auto;
  font-size: 16px;
  padding: 0 5px;
  font-weight: bold;
}

#play-by-play .team .time span {
  color: #aaa;
  margin: 0 3px;
}

#play-by-play .team .action {
  font-family: "Roboto Condensed", sans-serif;
}

#play-by-play .team img {
  display: none;
  height: 2vw;
  margin: .5vw;
}

#play-by-play .team .teamcolorbox {
  display: table-cell;
  width: 10px;
  height: 3vw;
}

#play-by-play .pbpa .scaction {
  background-color: #ebebeb;
}

#play-by-play .pbpt1 {
  text-align: left;
}

#play-by-play .pbpt1.pbpa {
  float: left;
  width: 100%;
  margin-left: 0vw;
  margin-right: 0vw;
  right: 0vw;
  position: relative;
}

#play-by-play .pbpt1 .team {
  float: right;
}

#play-by-play .pbpt2 {
  text-align: right;
}

#play-by-play .pbpt2.pbpa {
  float: right;
  width: 100%;
  margin-left: 0vw;
  margin-right: 0vw;
  left: 0vw;
}

#play-by-play .pbpt2 .team {
  float: left;
}

#play-by-play .team > div {
  display: table-cell;
  clear: both;
  margin: 0;
  vertical-align: middle;
  padding: 0 15px;
  font-size: 14px;
}

/* ========================================
   Media Query: min-width 768px
   ======================================== */

@media only screen and (min-width: 768px) {
  .team-stats .team-name {
    font-size: 20px;
  }

  #game-schedules .schedule-box {
    flex: 1 0 30%;
  }

  #game-schedules .schedule-box .schedule-details .date {
    padding-left: 10px;
  }

  #team-standings .team-logo {
    max-height: 60px;
  }
}

/* ========================================
   Media Query: min-width 991px
   ======================================== */

@media only screen and (min-width: 991px) {
  #scoreboard {
    background: #fff;
    z-index: 10;
    position: relative;
    height: auto;
    margin: unset;
  }

  #scoreboard .hr {
    display: none;
  }

  #scoreboard .team {
    display: flex;
    flex-direction: row;
    width: 44%;
  }

  #scoreboard .team .team_color {
    width: 30px;
  }

  #scoreboard .team .team_logo {
    margin: unset;
    width: 75px;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    padding: 18px;
  }

  #scoreboard .team .team_color,
  #scoreboard .team .team_logo,
  #scoreboard .team .team_name,
  #scoreboard .team .team_score {
    height: 115px;
  }

  #scoreboard .team .team_code {
    display: none !important;
  }

  #scoreboard .team .team_name {
    display: flex;
    align-items: center;
    flex: 1;
    border: 1px solid #dcdcdc;
    padding: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #fff;
  }

  #scoreboard .team .team_name span {
    font-size: 1.8vw;
    line-height: 2vw;
    text-overflow: clip;
    font-weight: bold;
    letter-spacing: -.6px;
    overflow: hidden;
    word-break: break-word;
    -moz-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual;
  }

  #scoreboard .team > .team_score {
    position: unset;
    max-width: 90px;
    text-align: center;
    font-size: 18px;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    padding: 0 5%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #scoreboard .team-0 {
    height: 30px;
  }

  #scoreboard .team-0 .team_score {
    float: left;
  }

  #scoreboard .team-1 .team_score {
    float: right;
    order: 1;
  }

  #scoreboard .team-1 .team_name {
    order: 2;
    right: 0px;
    text-align: right;
    padding-right: 5%;
    padding-left: 70px;
    justify-content: flex-end;
  }

  #scoreboard .team-1 .team_logo {
    order: 3;
  }

  #scoreboard .team-1 .team_color {
    order: 4;
  }

  #scoreboard .clock-summary {
    max-width: 12%;
    float: left;
    height: 115px;
    font-family: 'Roboto Condensed', sans-serif;
    border: 1px solid #dcdcdc;
    text-align: center;
    background: #fff;
    position: unset;
  }

  #scoreboard .clock-summary .period,
  #scoreboard .clock-summary .period-half {
    text-align: center;
    height: 21px;
    line-height: 21px;
    padding-top: 3px;
    color: #999;
    font-size: 16px;
    margin: 0 auto;
    float: none;
    font-weight: bold;
    letter-spacing: -.6px;
  }

  #scoreboard .clock-summary .period,
  #scoreboard .clock-summary .clock,
  #scoreboard .clock-summary .quarter-scoring {
    border: none;
    max-width: none;
    width: auto;
  }

  #scoreboard .clock-summary .clock {
    text-align: center;
    height: 50px;
    line-height: 53px;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 7px;
    font-size: 40px;
    width: 100%;
    max-width: none;
  }

  #scoreboard .clock-summary .quarter-scoring {
    margin-top: unset;
  }

  #box-score-wrap .box-score_title .team_code {
    display: none;
  }

  #box-score-wrap .box-score_title .team_name {
    display: block;
    font-size: 2vw;
    line-height: 3vw;
  }

  #box-score-wrap table.box-score td span {
    padding: 0 4px;
  }

  #leaders {
    padding: 0;
  }

  #leaders .leaders-filter {
    text-align: center;
    border-bottom: 2px solid #000;
    margin-bottom: -4.9vw;
    margin-top: 3vw;
  }

  #leaders .leaders-filter h4 {
    display: inline-block;
    margin: 0;
    background: #ccc;
    font-size: 1.0vw;
    padding: 0 1vw;
    text-transform: uppercase;
    line-height: 1.7vw;
    border-top-left-radius: .5vw;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    letter-spacing: -.4px;
  }

  #leaders .leaders-filter a {
    margin: 0px -0.3vw !important;
    font-size: 1.0vw;
    padding: 0 .7vw;
    line-height: 1.7vw;
  }

  #leaders .team-leaders-0 .team-leaders-title {
    font-size: 2.5vw;
    line-height: 3vw;
    margin-bottom: 3vw;
    display: inline-block;
  }

  #leaders .team-leaders-0 .team-leaders-title .bs-image {
    margin-right: 1vw;
  }

  #leaders .team-leaders-0 .bs-image {
    width: 3vw;
    height: 3vw;
  }

  #leaders .cat-leader {
    float: left;
    width: 99.5%;
    margin: 10px 0;
    display: none;
    position: relative;
    border: 1px solid #dcdcdc;
    overflow: hidden;
  }

  #leaders .cat-leader.points {
    display: block;
  }

  #leaders .cat-leader .cat-image {
    width: 10vw;
    height: 9.8vw;
  }

  #leaders .cat-leader .cat-name .cat-name-left h6 {
    font-size: 1.5vw;
    left: 8vw;
    line-height: 3vw;
    width: 3vw;
  }

  #leaders .cat-leader .cat-name .cat-name-left .cat-leader-name {
    font-size: 2vw;
    height: 7vw;
  }

  #leaders .cat-leader .cat-name .cat-lead-num {
    font-size: 4vw;
    line-height: 7vw;
    padding-right: 1vw;
  }

  #leaders .cat-title {
    font-size: 2vw;
    padding: 0px 0 0px 11.5vw;
    text-indent: .7vw;
    height: 3vw;
    line-height: 3vw;
  }

  #leaders .cat-lead-rest table {
    font-size: 1.2vw;
  }

  #leaders .cat-lead-rest .positionNumber {
    width: 3vw;
    height: 3vw;
    line-height: 3vw;
  }

  #leaders .cat-lead-rest .positionNumber span {
    width: 3vw;
    height: 3vw;
    line-height: 3vw;
    font-size: 1.3vw;
  }

  #leaders .team-leaders-1 .team-leaders-title {
    font-size: 2.5vw;
    line-height: 3vw;
    margin-bottom: 2.4vw;
    display: inline-block;
  }

  #play-by-play .pbpmenu {
    margin-bottom: 1vw;
    margin-top: -1vw;
  }

  #play-by-play .pbpmenu h4,
  #play-by-play .pbpmenu span {
    letter-spacing: -.4px;
    font-size: 1.0vw;
    padding: 0 1vw;
    line-height: 1.7vw;
  }

  #play-by-play .pbpmenu a {
    letter-spacing: -.4px;
    margin: 0px -0.3vw !important;
    font-size: 1.0vw;
    padding: 0 .7vw;
    line-height: 1.7vw;
  }

  #play-by-play #playbyplay > div {
    margin-bottom: .8vw;
  }

  #play-by-play .score {
    font-size: 1.9vw;
    line-height: 2.7vw;
  }

  #play-by-play .pbpt0.pbptytimeout,
  #play-by-play .pbptygame,
  #play-by-play .pbptyperiod {
    line-height: 3vw;
    height: 3vw;
    margin-right: 30%;
    margin-left: 30%;
  }

  #play-by-play .pbpt0.pbptytimeout .description,
  #play-by-play .pbptygame .description,
  #play-by-play .pbptyperiod .description {
    padding: 0 2vw;
    top: -.25vw;
    font-size: 1.3vw;
  }

  #play-by-play .pbpt0.pbptytimeout .score,
  #play-by-play .pbptygame .score,
  #play-by-play .pbptyperiod .score {
    padding: 0 2.5vw;
    line-height: 3vw;
    height: 3vw;
  }

  #play-by-play .team {
    height: 3vw;
    width: auto;
  }

  #play-by-play .team .time {
    width: 5vw;
    font-size: 1vw;
    padding: 0vw !important;
  }

  #play-by-play .team .time span {
    margin: 0 .2vw;
  }

  #play-by-play .team .action {
    font-size: 1vw;
  }

  #play-by-play .team img {
    display: inline;
  }

  #play-by-play .team .teamcolorbox {
    width: .7vw;
  }

  #play-by-play .pbpt1.pbpa {
    float: left;
    width: 50%;
    margin-right: 2.5vw;
    right: -2.5vw;
    position: relative;
  }

  #play-by-play .pbpt2.pbpa {
    width: 50%;
    margin-left: 2.5vw;
    left: -2.5vw;
    position: relative;
  }
}

/* ========================================
   Media Query: min-width 1200px
   ======================================== */

@media only screen and (min-width: 1200px) {
  #game-schedules .schedule-box {
    flex: 1 0 15%;
  }

  #game-schedules .schedule-box .schedule-details .date.date-long {
    display: inline-block;
  }

  #game-schedules .schedule-box .schedule-details .date.date-short {
    display: none !important;
  }

  #game-details {
    padding: .9vw 0 !important;
    font-size: .9vw;
  }

  #game-details .game-detail h6 {
    font-size: 1vw;
    padding: 0 .3vw 0 1.1vw;
  }

  #box-score-wrap .staff {
    display: flex;
  }

  #box-score-wrap .staff h4,
  #box-score-wrap .staff span {
    font-size: 1.4vw;
    line-height: 3vw;
  }

  #box-score-wrap .staff span {
    font-size: 1.4vw;
    line-height: 3vw;
  }

  #box-score-wrap .mobile.staff {
    display: none;
  }

  #box-score-wrap .boxscorewrap {
    margin-bottom: 30px;
    margin-left: 0;
  }

  #box-score-wrap table.box-score {
    margin-top: 10px;
    word-break: break-word;
    width: 100%;
  }

  #box-score-wrap table.box-score thead th:nth-child(1),
  #box-score-wrap table.box-score thead th:nth-child(2) {
    position: unset;
  }

  #box-score-wrap table.box-score thead th {
    font-size: 12px;
    height: 30px;
  }

  #box-score-wrap table.box-score th :first-child {
    border-left: 1px solid #dcdcdc;
  }

  #box-score-wrap table.box-score th :last-child {
    border-right: 1px solid #dcdcdc;
  }

  #box-score-wrap table.box-score .bsheader_type th {
    /* nth-child(1) reset for desktop */
  }

  #box-score-wrap table.box-score .bsheader_type th:nth-child(1) {
    position: unset;
    border-top: 6px solid #fff;
    border-bottom: 6px solid #fff;
  }

  #box-score-wrap table.box-score .bsheader_type th span {
    padding: 1px 5px;
    margin-top: -1px;
    margin-bottom: -1px;
    margin-left: -2px;
    font-weight: normal;
    letter-spacing: 0;
    position: unset;
    height: 10px;
  }

  #box-score-wrap table.box-score .player-no span {
    font-size: 13px;
    height: 26px;
    width: 26px;
    line-height: 26px;
  }

  #box-score-wrap table.box-score td {
    font-family: sans-serif;
    font-size: 12px;
    line-height: 26px;
    overflow: hidden;
    min-width: 8px;
    max-width: 1px;
  }

  #box-score-wrap table.box-score td.player-no span {
    font-size: 13px;
    height: 26px;
    width: 26px;
    line-height: 26px;
  }

  #box-score-wrap table.box-score td.player-name,
  #box-score-wrap table.box-score td.totals-title {
    width: 190px;
    max-width: 190px;
    position: unset;
  }

  #box-score-wrap table.box-score td b {
    font-size: 13px;
    line-height: 26px;
    padding: 0 20px 0 7px;
    width: 230px;
  }

  #box-score-wrap table.box-score td.player-no,
  #box-score-wrap table.box-score .team-totals td:nth-child(1) {
    height: 26px;
    width: 26px;
    position: unset;
  }

  #box-score-wrap .team-stats {
    justify-content: flex-start;
  }

  #box-score-wrap .team-stats div {
    margin-right: 11px;
  }

  #box-score-wrap .team-stats_title {
    width: auto;
  }

  #boxscore-footer .boxscore-legend {
    display: block;
    width: 90%;
    margin: auto;
  }

  #boxscore-footer .boxscore-legend h4 {
    font-size: 1.5vw;
    text-align: left;
  }

  #boxscore-footer .boxscore-legend-table {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-flow: row wrap;
  }

  #boxscore-footer .boxscore-legend-table div {
    font-size: .8vw;
    line-height: 1.5vw;
    padding: 0.1vw .3vw;
    font-family: 'Roboto', sans-serif;
    flex: 0 24.25%;
  }

  #boxscore-footer .boxscore-legend-table div span {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: .9vw;
    font-weight: bold;
    letter-spacing: -.6px;
  }

  #leaders .leaders-filter {
    border-bottom: 2px solid #000;
    margin-bottom: -70px;
    margin-top: 50px;
  }

  #leaders .leaders-filter h4 {
    display: inline-block;
    font-size: 15px;
    padding: 0 10px;
    line-height: 22px;
    border-top-left-radius: 5px;
  }

  #leaders .leaders-filter a {
    margin: 0px -3px !important;
    letter-spacing: -.4px;
    font-size: 15px;
    padding: 0 7px;
    line-height: 22px;
  }

  #leaders .team-leaders-0 .team-leaders-title {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 47px;
    letter-spacing: -.6px;
    height: 30px;
    display: inline-block;
  }

  #leaders .cat-leader {
    margin: 10px 0;
  }

  #leaders .cat-leader .cat-image {
    width: 100px;
    height: 98px;
  }

  #leaders .cat-leader .cat-name {
    height: 101px;
  }

  #leaders .cat-leader .cat-name .cat-name-left {
    height: 20px;
    line-height: 20px;
  }

  #leaders .cat-leader .cat-name .cat-name-left h6 {
    font-size: 15px;
    left: 80px;
    line-height: 30px;
    width: 30px;
  }

  #leaders .cat-leader .cat-name .cat-name-left .cat-leader-name {
    font-size: 20px;
    height: 71px;
    padding-left: 115px;
  }

  #leaders .cat-leader .cat-name .cat-lead-num {
    font-size: 40px;
    line-height: 70px;
    padding-right: 10px;
  }

  #leaders .cat-leader .cat-name .cat-lead-num img {
    top: 2px;
    right: 2px;
    height: 25px;
  }

  #leaders .cat-title {
    font-size: 20px;
    padding: 0px 0 0px 115px;
    text-indent: 7px;
    height: 30px;
    line-height: 30px;
  }

  #leaders .cat-lead-rest table {
    font-size: 14px;
  }

  #leaders .team-leaders-1 .team-leaders-title {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 50px;
    letter-spacing: -.6px;
  }

  .bs-image {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }

  #statistics .gamesumtable th .team_color {
    width: .5vw;
    height: 3vw;
  }

  #statistics .gamesumtable .team-0 {
    height: 3vw;
  }

  #statistics .gamesumtable .team-0 img {
    height: 2vw;
    margin: 0 .2vw;
  }

  #statistics .gamesumtable .statHeader {
    line-height: 3vw;
  }

  #statistics .gamesumtable .team-1 img {
    height: 2vw;
    margin: .5vw;
  }

  #statistics .gamesumtable td {
    padding: 0 1.5vw;
    line-height: 2.6vw;
    font-size: 1.2vw;
  }

  #statistics .gamesumtable td.statLabel {
    font-size: 1.2vw;
  }

  #statistics .gamesumtable .team1Stat,
  #statistics .gamesumtable .team2Stat {
    width: .5vw;
  }

  .team-rankings .chart {
    flex: 0 1 calc((80% / 3) - 20px);
  }

  #game-score {
    padding: 50px 20px;
  }

  #game-score .team {
    font-size: 2.5vw;
  }

  #game-score .team .name {
    width: 200px;
  }

  #game-score .team .name img {
    max-width: 100px;
    margin-bottom: 20px;
  }

  #game-score .team .score {
    font-size: 6vw;
  }

  #game-score #period {
    font-size: 2vw;
  }

  #play-by-play .pbp-title {
    font-size: 23px;
    line-height: 30px;
    margin-bottom: -12px;
  }

  #play-by-play .pbpmenu {
    border-bottom: 2px solid #000;
    margin-bottom: 10px;
    margin-top: 0px;
  }

  #play-by-play .pbpmenu h4,
  #play-by-play .pbpmenu span {
    font-size: 15px;
    padding: 0 10px;
    line-height: 22px;
    letter-spacing: -.4px;
  }

  #play-by-play .pbpmenu a {
    margin: 0px -3px !important;
    letter-spacing: -.4px;
    font-size: 15px;
    padding: 0 7px;
    line-height: 22px;
  }

  #play-by-play #playbyplay > div {
    margin-bottom: 8px;
  }

  #play-by-play .score {
    font-size: 20px;
    line-height: 28px;
  }

  #play-by-play .pbpt0.pbptytimeout,
  #play-by-play .pbptygame,
  #play-by-play .pbptyperiod {
    line-height: 30px;
    height: 30px;
  }

  #play-by-play .pbpt0.pbptytimeout .description,
  #play-by-play .pbptygame .description,
  #play-by-play .pbptyperiod .description {
    padding: 0 20px;
    top: -2.5px;
    border: 1px solid #000;
    font-size: 13px;
    letter-spacing: -.4px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  #play-by-play .pbpt0.pbptytimeout .score,
  #play-by-play .pbptygame .score,
  #play-by-play .pbptyperiod .score {
    padding: 0 25px;
    line-height: 30px;
    height: 30px;
  }

  #play-by-play .team {
    height: 50px;
    margin-left: -15px;
  }

  #play-by-play .team .time {
    width: 74px;
    font-size: 16px;
    background-color: #fff;
  }

  #play-by-play .team .time span {
    margin: 0 2px;
  }

  #play-by-play .team .action {
    font-size: 13px;
  }

  #play-by-play .team img {
    height: 37px;
    margin: 5px;
  }

  #play-by-play .team .teamcolorbox {
    width: 7px;
    height: 30px;
  }

  #play-by-play .pbpt1.pbpa {
    margin-right: 40px;
    right: -40px;
  }

  #play-by-play .pbpt2.pbpa {
    margin-left: 20px;
    left: -20px;
  }
}
