.title-the-board {
  color: #000;
  font-family: Lato, arial, helvetica, sans-serif;
  font-weight: 400;
  margin: 0;
  margin-bottom: 10px;
}

#root-the-board .row-group {
  display: flex;
  align-items: center;
}

#root-the-board {
  font-family: Lato, arial, helvetica, sans-serif;
  /* this is for the two tiered  */
  /*hard coded columnSeps*/
}
#root-the-board .is-clickable {
  cursor: pointer;
}
#root-the-board .is-double-sort .highlight-sort {
  background-color: #ccc;
}
#root-the-board .is-double-sort .highlight-sort + td, #root-the-board .is-double-sort .highlight-sort + th:not(.fv-col-span) {
  background-color: #ccc;
  color: #000;
}
#root-the-board .is-double-sort [class*="-100"] td[data-stat^="35 "],
#root-the-board .is-double-sort [class*="-100"] td[data-stat^="40 "],
#root-the-board .is-double-sort [class*="-100"] td[data-stat^="45 "],
#root-the-board .is-double-sort [class*="-100"] td[data-stat^="50 "],
#root-the-board .is-double-sort [class*="-100"] td[data-stat^="60"],
#root-the-board .is-double-sort [class*="-100"] td[data-stat^="70"] {
  background-color: rgba(220, 220, 220, 0.6);
}
#root-the-board .is-double-sort [class*="-100"] td[data-stat^="35 "].highlight-sort + td,
#root-the-board .is-double-sort [class*="-100"] td[data-stat^="40 "].highlight-sort + td,
#root-the-board .is-double-sort [class*="-100"] td[data-stat^="45 "].highlight-sort + td,
#root-the-board .is-double-sort [class*="-100"] td[data-stat^="50 "].highlight-sort + td,
#root-the-board .is-double-sort [class*="-100"] td[data-stat^="60"].highlight-sort + td,
#root-the-board .is-double-sort [class*="-100"] td[data-stat^="70"].highlight-sort + td {
  background-color: #ccc;
}
#root-the-board .fg-dropdown-label {
  /*border: 1px solid #cdcdcd;*/
}
#root-the-board .controls-board-draft, #root-the-board .controls-board-view {
  display: flex;
  flex-direction: row;
  font-size: 12px;
}
#root-the-board .controls-board-draft .fgButton, #root-the-board .controls-board-draft .fg-button, #root-the-board .controls-board-view .fgButton, #root-the-board .controls-board-view .fg-button {
  padding: 0;
  line-height: 2.5;
}
#root-the-board .controls-board-draft.multi-sections {
  padding: 10px;
}
#root-the-board .controls-board-draft.multi-sections .fgButton.button-stat-type {
  flex: 0 0 150px;
}
#root-the-board .controls-board-view {
  border-bottom: 4px solid #50ae26;
  align-items: center;
}
#root-the-board .controls-board-view .fgButton, #root-the-board .controls-board-view .fg-button {
  max-width: 120px;
}
#root-the-board .board-main-controls {
  background-color: #d5d5d5;
  margin-bottom: 20px;
  /*.stack-row {
      border: 1px solid #ddd;
      background-color: #fff;
      padding: 2px;
      width: 100%;

      &:before {
          display: block;
          content: 'Applied Filters';
          width: 95%;
          padding: 5px;
          margin: auto;
          font-size: 12px;
          text-align: center;
      }

      .stack-item {
          background-color: $color-fg;
          border-color: $color-fg;
          width: 100px;
          padding-left: 5px;
      }
  }*/
}
.dark-mode #root-the-board .board-main-controls {
  background-color: #3a3a3a;
}
@media (max-width: 710px) {
  #root-the-board .board-main-controls .controls-board-draft {
    flex-wrap: wrap;
  }
}
#root-the-board .board-main-controls .controls-board-draft .fgButton, #root-the-board .board-main-controls .controls-board-draft .fg-dropdown {
  flex: 0 1 25%;
}
@media (max-width: 970px) {
  #root-the-board .board-main-controls .controls-board-draft .fgButton {
    flex: 1 1 auto;
    min-width: 120px;
  }
}
@media (max-width: 500px) {
  #root-the-board .board-main-controls .controls-board-draft .fgButton {
    flex: 1 1 100%;
  }
}
#root-the-board .board-main-controls .controls-filters {
  display: flex;
  margin: auto;
  padding: 10px 10px;
  font-size: 12px;
  justify-content: space-between;
  align-items: flex-end;
}
#root-the-board .board-main-controls .controls-filters input {
  margin-left: 10px;
  padding: 5px 0;
}
#root-the-board .board-main-controls .controls-filters.filter-row-1 {
  border-bottom: 1px solid #888;
  align-items: center;
}
#root-the-board .board-main-controls .controls-filters.fantasy {
  flex-direction: column;
  align-items: flex-start;
  border-top: 3px solid #aaa;
}
#root-the-board .board-main-controls .controls-filters-scout-grade, #root-the-board .board-main-controls .controls-filters-stat-filter {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  /*margin: auto;*/
}
#root-the-board .board-main-controls .controls-filters-scout-grade .title, #root-the-board .board-main-controls .controls-filters-stat-filter .title {
  width: 100%;
  font-size: 12px;
  text-align: center;
  text-decoration: underline;
  padding-bottom: 10px;
}
#root-the-board .board-main-controls .controls-filters-scout-grade .fgButton, #root-the-board .board-main-controls .controls-filters-stat-filter .fgButton {
  font-size: 12px;
  padding: 8px;
}
#root-the-board .board-main-controls .controls-filters-scout-grade .fg-dropdown, #root-the-board .board-main-controls .controls-filters-stat-filter .fg-dropdown {
  margin: 0;
}
#root-the-board .board-main-controls .controls-filters-scout-grade .group-time-frame, #root-the-board .board-main-controls .controls-filters-stat-filter .group-time-frame {
  display: flex;
  flex-wrap: wrap;
  padding: 0 10px;
}
#root-the-board .board-main-controls .controls-filters-scout-grade .group-time-frame .title, #root-the-board .board-main-controls .controls-filters-stat-filter .group-time-frame .title {
  width: 100%;
  text-decoration: none;
}
#root-the-board .board-main-controls .controls-filters-scout-grade .group-time-frame .fg-dropdown, #root-the-board .board-main-controls .controls-filters-stat-filter .group-time-frame .fg-dropdown {
  width: 100%;
}
#root-the-board .board-main-controls .controls-filters-scout-grade .select-grades-value, #root-the-board .board-main-controls .controls-filters-scout-grade .select-grades-comp, #root-the-board .board-main-controls .controls-filters-stat-filter .select-grades-value, #root-the-board .board-main-controls .controls-filters-stat-filter .select-grades-comp {
  width: 70px;
}
#root-the-board .board-main-controls .controls-filters-scout-grade .group-grades-tools, #root-the-board .board-main-controls .controls-filters-stat-filter .group-grades-tools {
  width: 120px;
  padding-right: 10px;
}
#root-the-board .board-main-controls .controls-filters-scout-grade .group-grades-tools .title, #root-the-board .board-main-controls .controls-filters-stat-filter .group-grades-tools .title {
  text-decoration: none;
}
#root-the-board .board-main-controls .controls-filters-scout-grade .group-grades-tools .fg-dropdown, #root-the-board .board-main-controls .controls-filters-stat-filter .group-grades-tools .fg-dropdown {
  width: 100%;
}
#root-the-board .board-main-controls .controls-filters-scout-grade .group-grades-value, #root-the-board .board-main-controls .controls-filters-stat-filter .group-grades-value {
  width: 100px;
  padding: 0 10px;
}
#root-the-board .board-main-controls .controls-filters-scout-grade .group-grades-value .title, #root-the-board .board-main-controls .controls-filters-stat-filter .group-grades-value .title {
  text-decoration: none;
}
#root-the-board .board-main-controls .controls-filters-scout-grade .group-grades-value .fg-dropdown, #root-the-board .board-main-controls .controls-filters-stat-filter .group-grades-value .fg-dropdown {
  width: 100%;
}
#root-the-board .board-main-controls .controls-filters-scout-grade .group-grades-value .fg-dropdown-ul, #root-the-board .board-main-controls .controls-filters-stat-filter .group-grades-value .fg-dropdown-ul {
  max-height: 250px;
}
#root-the-board .board-main-controls .controls-filters-scout-grade .button-apply, #root-the-board .board-main-controls .controls-filters-stat-filter .button-apply {
  flex: 0 0 100px;
  width: 100px;
  padding: 3px;
  margin: 4px 0;
}
#root-the-board .board-main-controls .controls-filters-stat-filter {
  border-right: 1px solid #555;
}
#root-the-board .board-main-controls .controls-filters-stat-filter input {
  width: 80px;
  height: 32px;
  padding-left: 4px;
  padding-right: 4px;
}
#root-the-board .board-main-controls .controls-filters-stat-filter .title {
  height: 40px;
}
#root-the-board .board-main-controls .controls-filters-stat-filter .label {
  padding: 8px;
  height: 32px;
}
#root-the-board .board-main-controls .controls-filters-stat-filter .button-apply {
  margin-left: 10px;
  margin-right: 10px;
}
#root-the-board .board-main-controls .button-green.active, #root-the-board .board-main-controls .button-green.isActive {
  background-color: #50ae26;
  color: #fff;
}
#root-the-board .board-main-controls .fg-dropdown {
  width: 180px;
  margin-right: 20px;
  border: 0;
}
#root-the-board .board-main-controls .controls-search-bar {
  padding-right: 10px;
}
#root-the-board .board-main-controls .button-reset {
  font-size: 12px;
  padding: 3px 0;
  width: 100px;
  flex: 0 1 auto;
  margin: 4px 0;
}
#root-the-board .board-main-controls .fg-badge {
  padding: 5px;
  font-size: 10px;
  /* position: absolute; */
  line-height: 1;
  margin-left: 10px;
}
#root-the-board .stack-row {
  border: 1px solid #888;
  padding: 2px;
  width: 100%;
}
#root-the-board .stack-row:before {
  display: block;
  content: "Applied Filters";
  width: 95%;
  padding: 5px;
  margin: auto;
  font-size: 12px;
  text-align: center;
}
#root-the-board .stack-row .stack-item {
  background-color: #50ae26;
  border-color: #50ae26;
  width: 100px;
  padding-left: 5px;
}
#root-the-board .fg-dropdown {
  font-size: 12px;
  width: 100%;
  display: flex;
  height: 32px;
}
#root-the-board .fg-dropdown li:before {
  content: "";
  background-color: white;
  border: 1px solid #50ae26;
  width: 14px;
  height: 14px;
  color: #50ae26;
  cursor: pointer;
  font-family: Lato;
  font-size: 14px;
  margin: 0 5px 0 3px;
  display: inline-flex;
  /*float: left;*/
  float: none;
  justify-content: center;
  align-items: center;
}
#root-the-board .fg-dropdown.multi-choice li:before {
  content: "+";
  padding: 1px;
}
#root-the-board .fg-dropdown li.highlight-selection:before {
  background-color: #50ae26;
  color: #fff;
}
#root-the-board .fg-dropdown.show {
  background-color: #50ae26;
}
#root-the-board .fg-dropdown-label {
  padding: 8px;
  align-self: center;
}
#root-the-board .fg-dropdown ul {
  top: 100%;
}
#root-the-board .fg-dropdown.plate-discipline ul {
  width: 120%;
}
#root-the-board li {
  padding-left: 0;
}
#root-the-board .material-icons:not(.icon-close) {
  font-size: 20px;
}
#root-the-board th {
  height: 40px;
  width: 40px;
}
#root-the-board th[data-stat=Name], #root-the-board td[data-stat=Name] {
  width: 120px;
  /*width: 100px;*/
}
#root-the-board th[data-stat=Name] a, #root-the-board td[data-stat=Name] a {
  text-decoration: none;
}
#root-the-board th[data-stat="Top 100"], #root-the-board th[data-stat=Rk] {
  width: 30px;
}
#root-the-board th[data-stat=FV] {
  width: 32px;
}
#root-the-board th[data-stat="Re-Draft Rank"],
#root-the-board th[data-stat="Dynasty Rank"],
#root-the-board th[data-stat="FYPD Eligible"] {
  width: 52px;
}
#root-the-board td[data-stat=FV]:hover :not(.click-disabled) {
  color: #50ae26;
  cursor: pointer;
}
#root-the-board th[data-stat=Wt] {
  width: 32px;
}
#root-the-board th[data-stat=Country] {
  width: 100px;
}
#root-the-board th[data-stat="Agent/Trainer"],
#root-the-board th[data-stat="Current Team"] {
  width: 120px;
}
#root-the-board th[data-stat=Signed], #root-the-board th[data-stat="Signed From"] {
  width: 132px;
}
#root-the-board th[data-stat="Signed From"] {
  width: 100px;
}
#root-the-board th[data-stat=Report] {
  width: 42px;
  padding: 0;
  text-align: center;
}
#root-the-board td[data-stat=Video], #root-the-board td[data-stat=Trend], #root-the-board td[data-stat=Report] {
  text-align: center;
}
#root-the-board td[data-stat=Video] .arrow-upward, #root-the-board td[data-stat=Trend] .arrow-upward, #root-the-board td[data-stat=Report] .arrow-upward {
  color: #336699;
  font-weight: 800;
}
#root-the-board td[data-stat=Video] .arrow-downward, #root-the-board td[data-stat=Trend] .arrow-downward, #root-the-board td[data-stat=Report] .arrow-downward {
  color: rgb(206, 36, 49);
  font-weight: 800;
}
#root-the-board td[data-stat=Athl],
#root-the-board td[data-stat=Frame],
#root-the-board td[data-stat=Perf],
#root-the-board td[data-stat=Delivery] {
  font-size: 12px;
  text-align: center;
}
#root-the-board td[data-stat=Athl] .material-icons,
#root-the-board td[data-stat=Frame] .material-icons,
#root-the-board td[data-stat=Perf] .material-icons,
#root-the-board td[data-stat=Delivery] .material-icons {
  font-size: 14px;
  font-weight: 600;
}
#root-the-board .updated-0 th[data-stat="Org Rank"],
#root-the-board .prospect-0 th[data-stat="Org Rank"],
#root-the-board .futures-0 th[data-stat="Org Rank"],
#root-the-board .fall-0 th[data-stat="Org Rank"],
#root-the-board .bowman-0 th[data-stat="Org Rank"],
#root-the-board .premier12-0 th[data-stat="Org Rank"],
#root-the-board .graduates-0 th[data-stat="Org Rank"],
#root-the-board .olympic-0 th[data-stat="Org Rank"] {
  width: 30px;
}
#root-the-board .updated-0 th[data-stat=Risk], #root-the-board .updated-0 td[data-stat=Risk],
#root-the-board .prospect-0 th[data-stat=Risk],
#root-the-board .prospect-0 td[data-stat=Risk],
#root-the-board .futures-0 th[data-stat=Risk],
#root-the-board .futures-0 td[data-stat=Risk],
#root-the-board .fall-0 th[data-stat=Risk],
#root-the-board .fall-0 td[data-stat=Risk],
#root-the-board .bowman-0 th[data-stat=Risk],
#root-the-board .bowman-0 td[data-stat=Risk],
#root-the-board .premier12-0 th[data-stat=Risk],
#root-the-board .premier12-0 td[data-stat=Risk],
#root-the-board .graduates-0 th[data-stat=Risk],
#root-the-board .graduates-0 td[data-stat=Risk],
#root-the-board .olympic-0 th[data-stat=Risk],
#root-the-board .olympic-0 td[data-stat=Risk] {
  border-right: 3px solid #333;
  text-align: center;
}
.dark-mode #root-the-board .updated-0 th[data-stat=Risk], .dark-mode #root-the-board .updated-0 td[data-stat=Risk],
.dark-mode #root-the-board .prospect-0 th[data-stat=Risk],
.dark-mode #root-the-board .prospect-0 td[data-stat=Risk],
.dark-mode #root-the-board .futures-0 th[data-stat=Risk],
.dark-mode #root-the-board .futures-0 td[data-stat=Risk],
.dark-mode #root-the-board .fall-0 th[data-stat=Risk],
.dark-mode #root-the-board .fall-0 td[data-stat=Risk],
.dark-mode #root-the-board .bowman-0 th[data-stat=Risk],
.dark-mode #root-the-board .bowman-0 td[data-stat=Risk],
.dark-mode #root-the-board .premier12-0 th[data-stat=Risk],
.dark-mode #root-the-board .premier12-0 td[data-stat=Risk],
.dark-mode #root-the-board .graduates-0 th[data-stat=Risk],
.dark-mode #root-the-board .graduates-0 td[data-stat=Risk],
.dark-mode #root-the-board .olympic-0 th[data-stat=Risk],
.dark-mode #root-the-board .olympic-0 td[data-stat=Risk] {
  border-right-color: #888;
}
#root-the-board .updated-0 th[data-stat=Video],
#root-the-board .prospect-0 th[data-stat=Video],
#root-the-board .futures-0 th[data-stat=Video],
#root-the-board .fall-0 th[data-stat=Video],
#root-the-board .bowman-0 th[data-stat=Video],
#root-the-board .premier12-0 th[data-stat=Video],
#root-the-board .graduates-0 th[data-stat=Video],
#root-the-board .olympic-0 th[data-stat=Video] {
  width: 48px;
}
#root-the-board .updated-0 [data-stat=B], #root-the-board .updated-0 [data-stat=T],
#root-the-board .prospect-0 [data-stat=B],
#root-the-board .prospect-0 [data-stat=T],
#root-the-board .futures-0 [data-stat=B],
#root-the-board .futures-0 [data-stat=T],
#root-the-board .fall-0 [data-stat=B],
#root-the-board .fall-0 [data-stat=T],
#root-the-board .bowman-0 [data-stat=B],
#root-the-board .bowman-0 [data-stat=T],
#root-the-board .premier12-0 [data-stat=B],
#root-the-board .premier12-0 [data-stat=T],
#root-the-board .graduates-0 [data-stat=B],
#root-the-board .graduates-0 [data-stat=T],
#root-the-board .olympic-0 [data-stat=B],
#root-the-board .olympic-0 [data-stat=T] {
  width: 20px;
}
#root-the-board .updated-0 [data-stat="Current Level"],
#root-the-board .prospect-0 [data-stat="Current Level"],
#root-the-board .futures-0 [data-stat="Current Level"],
#root-the-board .fall-0 [data-stat="Current Level"],
#root-the-board .bowman-0 [data-stat="Current Level"],
#root-the-board .premier12-0 [data-stat="Current Level"],
#root-the-board .graduates-0 [data-stat="Current Level"],
#root-the-board .olympic-0 [data-stat="Current Level"] {
  width: 46px;
}
#root-the-board .updated-0 [data-stat="Sign Yr"],
#root-the-board .prospect-0 [data-stat="Sign Yr"],
#root-the-board .futures-0 [data-stat="Sign Yr"],
#root-the-board .fall-0 [data-stat="Sign Yr"],
#root-the-board .bowman-0 [data-stat="Sign Yr"],
#root-the-board .premier12-0 [data-stat="Sign Yr"],
#root-the-board .graduates-0 [data-stat="Sign Yr"],
#root-the-board .olympic-0 [data-stat="Sign Yr"] {
  border-left: 3px solid #333;
}
.dark-mode #root-the-board .updated-0 [data-stat="Sign Yr"],
.dark-mode #root-the-board .prospect-0 [data-stat="Sign Yr"],
.dark-mode #root-the-board .futures-0 [data-stat="Sign Yr"],
.dark-mode #root-the-board .fall-0 [data-stat="Sign Yr"],
.dark-mode #root-the-board .bowman-0 [data-stat="Sign Yr"],
.dark-mode #root-the-board .premier12-0 [data-stat="Sign Yr"],
.dark-mode #root-the-board .graduates-0 [data-stat="Sign Yr"],
.dark-mode #root-the-board .olympic-0 [data-stat="Sign Yr"] {
  border-left-color: #888;
}
#root-the-board .updated-0 [data-stat=Bonus],
#root-the-board .prospect-0 [data-stat=Bonus],
#root-the-board .futures-0 [data-stat=Bonus],
#root-the-board .fall-0 [data-stat=Bonus],
#root-the-board .bowman-0 [data-stat=Bonus],
#root-the-board .premier12-0 [data-stat=Bonus],
#root-the-board .graduates-0 [data-stat=Bonus],
#root-the-board .olympic-0 [data-stat=Bonus] {
  border-right: 3px solid #333;
  width: 46px;
}
.dark-mode #root-the-board .updated-0 [data-stat=Bonus],
.dark-mode #root-the-board .prospect-0 [data-stat=Bonus],
.dark-mode #root-the-board .futures-0 [data-stat=Bonus],
.dark-mode #root-the-board .fall-0 [data-stat=Bonus],
.dark-mode #root-the-board .bowman-0 [data-stat=Bonus],
.dark-mode #root-the-board .premier12-0 [data-stat=Bonus],
.dark-mode #root-the-board .graduates-0 [data-stat=Bonus],
.dark-mode #root-the-board .olympic-0 [data-stat=Bonus] {
  border-right-color: #888;
}
#root-the-board .int-0 th[data-stat="Player Type"] {
  width: 75px;
}
#root-the-board .int-0 th[data-stat="Proj Team"] {
  width: 45px;
}
#root-the-board .int-0 th[data-stat=Bonus], #root-the-board .int-0 th[data-stat="Proj Bonus"], #root-the-board .int-0 th[data-stat="TJ Date"] {
  width: 55px;
}
#root-the-board .fantasy-0 [data-stat=Pos],
#root-the-board .fantasy-0 [data-stat="FYPD Eligible"],
#root-the-board .fantasy-0 [data-stat=FV],
#root-the-board .fantasy-0 [data-stat=Trend] {
  border-right: 3px solid #333;
}
.dark-mode #root-the-board .fantasy-0 [data-stat=Pos],
.dark-mode #root-the-board .fantasy-0 [data-stat="FYPD Eligible"],
.dark-mode #root-the-board .fantasy-0 [data-stat=FV],
.dark-mode #root-the-board .fantasy-0 [data-stat=Trend] {
  border-right-color: #888;
}
#root-the-board .fantasy-1 [data-stat=Age],
#root-the-board .fantasy-1 [data-stat="Re-Draft Rank"],
#root-the-board .fantasy-1 [data-stat="Max EV"],
#root-the-board .fantasy-1 [data-stat=CMD] {
  border-right: 3px solid #333;
}
.dark-mode #root-the-board .fantasy-1 [data-stat=Age],
.dark-mode #root-the-board .fantasy-1 [data-stat="Re-Draft Rank"],
.dark-mode #root-the-board .fantasy-1 [data-stat="Max EV"],
.dark-mode #root-the-board .fantasy-1 [data-stat=CMD] {
  border-right-color: #888;
}
#root-the-board .updated-1 th[data-stat=Age], #root-the-board .updated-1 td[data-stat=Age],
#root-the-board .updated-2 th[data-stat=Age],
#root-the-board .updated-2 td[data-stat=Age],
#root-the-board .updated-3 th[data-stat=Age],
#root-the-board .updated-3 td[data-stat=Age],
#root-the-board .prospect-1 th[data-stat=Age],
#root-the-board .prospect-1 td[data-stat=Age],
#root-the-board .prospect-2 th[data-stat=Age],
#root-the-board .prospect-2 td[data-stat=Age],
#root-the-board .prospect-3 th[data-stat=Age],
#root-the-board .prospect-3 td[data-stat=Age],
#root-the-board .graduates-1 th[data-stat=Age],
#root-the-board .graduates-1 td[data-stat=Age],
#root-the-board .graduates-2 th[data-stat=Age],
#root-the-board .graduates-2 td[data-stat=Age],
#root-the-board .graduates-3 th[data-stat=Age],
#root-the-board .graduates-3 td[data-stat=Age],
#root-the-board .fall-2 th[data-stat=Age],
#root-the-board .fall-2 td[data-stat=Age],
#root-the-board .fall-3 th[data-stat=Age],
#root-the-board .fall-3 td[data-stat=Age],
#root-the-board .bowman-2 th[data-stat=Age],
#root-the-board .bowman-2 td[data-stat=Age],
#root-the-board .bowman-3 th[data-stat=Age],
#root-the-board .bowman-3 td[data-stat=Age],
#root-the-board .premier12-2 th[data-stat=Age],
#root-the-board .premier12-2 td[data-stat=Age],
#root-the-board .premier12-3 th[data-stat=Age],
#root-the-board .premier12-3 td[data-stat=Age],
#root-the-board .mlb-1 th[data-stat=Age],
#root-the-board .mlb-1 td[data-stat=Age],
#root-the-board .mlb-2 th[data-stat=Age],
#root-the-board .mlb-2 td[data-stat=Age],
#root-the-board .mlb-3 th[data-stat=Age],
#root-the-board .mlb-3 td[data-stat=Age],
#root-the-board .int-1 th[data-stat=Age],
#root-the-board .int-1 td[data-stat=Age],
#root-the-board .int-2 th[data-stat=Age],
#root-the-board .int-2 td[data-stat=Age],
#root-the-board .int-3 th[data-stat=Age],
#root-the-board .int-3 td[data-stat=Age],
#root-the-board .olympic-1 th[data-stat=Age],
#root-the-board .olympic-1 td[data-stat=Age],
#root-the-board .olympic-2 th[data-stat=Age],
#root-the-board .olympic-2 td[data-stat=Age],
#root-the-board .olympic-3 th[data-stat=Age],
#root-the-board .olympic-3 td[data-stat=Age],
#root-the-board .futures-1 th[data-stat=Age],
#root-the-board .futures-1 td[data-stat=Age],
#root-the-board .combined-0 th[data-stat=Age],
#root-the-board .combined-0 td[data-stat=Age],
#root-the-board .combined-1 th[data-stat=Age],
#root-the-board .combined-1 td[data-stat=Age],
#root-the-board .combined-custom th[data-stat=Age],
#root-the-board .combined-custom td[data-stat=Age],
#root-the-board .player-trend-data-grid th[data-stat=Age],
#root-the-board .player-trend-data-grid td[data-stat=Age] {
  width: 40px;
}
#root-the-board .updated-1 th[data-stat="TJ Date"],
#root-the-board .updated-2 th[data-stat="TJ Date"],
#root-the-board .updated-3 th[data-stat="TJ Date"],
#root-the-board .prospect-1 th[data-stat="TJ Date"],
#root-the-board .prospect-2 th[data-stat="TJ Date"],
#root-the-board .prospect-3 th[data-stat="TJ Date"],
#root-the-board .graduates-1 th[data-stat="TJ Date"],
#root-the-board .graduates-2 th[data-stat="TJ Date"],
#root-the-board .graduates-3 th[data-stat="TJ Date"],
#root-the-board .fall-2 th[data-stat="TJ Date"],
#root-the-board .fall-3 th[data-stat="TJ Date"],
#root-the-board .bowman-2 th[data-stat="TJ Date"],
#root-the-board .bowman-3 th[data-stat="TJ Date"],
#root-the-board .premier12-2 th[data-stat="TJ Date"],
#root-the-board .premier12-3 th[data-stat="TJ Date"],
#root-the-board .mlb-1 th[data-stat="TJ Date"],
#root-the-board .mlb-2 th[data-stat="TJ Date"],
#root-the-board .mlb-3 th[data-stat="TJ Date"],
#root-the-board .int-1 th[data-stat="TJ Date"],
#root-the-board .int-2 th[data-stat="TJ Date"],
#root-the-board .int-3 th[data-stat="TJ Date"],
#root-the-board .olympic-1 th[data-stat="TJ Date"],
#root-the-board .olympic-2 th[data-stat="TJ Date"],
#root-the-board .olympic-3 th[data-stat="TJ Date"],
#root-the-board .futures-1 th[data-stat="TJ Date"],
#root-the-board .combined-0 th[data-stat="TJ Date"],
#root-the-board .combined-1 th[data-stat="TJ Date"],
#root-the-board .combined-custom th[data-stat="TJ Date"],
#root-the-board .player-trend-data-grid th[data-stat="TJ Date"] {
  width: 60px;
}
#root-the-board .updated-1 th[data-stat=Hit], #root-the-board .updated-1 th[data-stat=Game], #root-the-board .updated-1 th[data-stat=Raw],
#root-the-board .updated-1 th[data-stat=Spd], #root-the-board .updated-1 th[data-stat=Fld], #root-the-board .updated-1 th[data-stat=Arm],
#root-the-board .updated-1 th[data-stat=FB], #root-the-board .updated-1 th[data-stat=SL], #root-the-board .updated-1 th[data-stat=CB],
#root-the-board .updated-1 th[data-stat=CH], #root-the-board .updated-1 th[data-stat=CMD],
#root-the-board .updated-1 th[data-stat="Pitch Sel"], #root-the-board .updated-1 th[data-stat="Bat Ctrl"],
#root-the-board .updated-2 th[data-stat=Hit],
#root-the-board .updated-2 th[data-stat=Game],
#root-the-board .updated-2 th[data-stat=Raw],
#root-the-board .updated-2 th[data-stat=Spd],
#root-the-board .updated-2 th[data-stat=Fld],
#root-the-board .updated-2 th[data-stat=Arm],
#root-the-board .updated-2 th[data-stat=FB],
#root-the-board .updated-2 th[data-stat=SL],
#root-the-board .updated-2 th[data-stat=CB],
#root-the-board .updated-2 th[data-stat=CH],
#root-the-board .updated-2 th[data-stat=CMD],
#root-the-board .updated-2 th[data-stat="Pitch Sel"],
#root-the-board .updated-2 th[data-stat="Bat Ctrl"],
#root-the-board .updated-3 th[data-stat=Hit],
#root-the-board .updated-3 th[data-stat=Game],
#root-the-board .updated-3 th[data-stat=Raw],
#root-the-board .updated-3 th[data-stat=Spd],
#root-the-board .updated-3 th[data-stat=Fld],
#root-the-board .updated-3 th[data-stat=Arm],
#root-the-board .updated-3 th[data-stat=FB],
#root-the-board .updated-3 th[data-stat=SL],
#root-the-board .updated-3 th[data-stat=CB],
#root-the-board .updated-3 th[data-stat=CH],
#root-the-board .updated-3 th[data-stat=CMD],
#root-the-board .updated-3 th[data-stat="Pitch Sel"],
#root-the-board .updated-3 th[data-stat="Bat Ctrl"],
#root-the-board .prospect-1 th[data-stat=Hit],
#root-the-board .prospect-1 th[data-stat=Game],
#root-the-board .prospect-1 th[data-stat=Raw],
#root-the-board .prospect-1 th[data-stat=Spd],
#root-the-board .prospect-1 th[data-stat=Fld],
#root-the-board .prospect-1 th[data-stat=Arm],
#root-the-board .prospect-1 th[data-stat=FB],
#root-the-board .prospect-1 th[data-stat=SL],
#root-the-board .prospect-1 th[data-stat=CB],
#root-the-board .prospect-1 th[data-stat=CH],
#root-the-board .prospect-1 th[data-stat=CMD],
#root-the-board .prospect-1 th[data-stat="Pitch Sel"],
#root-the-board .prospect-1 th[data-stat="Bat Ctrl"],
#root-the-board .prospect-2 th[data-stat=Hit],
#root-the-board .prospect-2 th[data-stat=Game],
#root-the-board .prospect-2 th[data-stat=Raw],
#root-the-board .prospect-2 th[data-stat=Spd],
#root-the-board .prospect-2 th[data-stat=Fld],
#root-the-board .prospect-2 th[data-stat=Arm],
#root-the-board .prospect-2 th[data-stat=FB],
#root-the-board .prospect-2 th[data-stat=SL],
#root-the-board .prospect-2 th[data-stat=CB],
#root-the-board .prospect-2 th[data-stat=CH],
#root-the-board .prospect-2 th[data-stat=CMD],
#root-the-board .prospect-2 th[data-stat="Pitch Sel"],
#root-the-board .prospect-2 th[data-stat="Bat Ctrl"],
#root-the-board .prospect-3 th[data-stat=Hit],
#root-the-board .prospect-3 th[data-stat=Game],
#root-the-board .prospect-3 th[data-stat=Raw],
#root-the-board .prospect-3 th[data-stat=Spd],
#root-the-board .prospect-3 th[data-stat=Fld],
#root-the-board .prospect-3 th[data-stat=Arm],
#root-the-board .prospect-3 th[data-stat=FB],
#root-the-board .prospect-3 th[data-stat=SL],
#root-the-board .prospect-3 th[data-stat=CB],
#root-the-board .prospect-3 th[data-stat=CH],
#root-the-board .prospect-3 th[data-stat=CMD],
#root-the-board .prospect-3 th[data-stat="Pitch Sel"],
#root-the-board .prospect-3 th[data-stat="Bat Ctrl"],
#root-the-board .graduates-1 th[data-stat=Hit],
#root-the-board .graduates-1 th[data-stat=Game],
#root-the-board .graduates-1 th[data-stat=Raw],
#root-the-board .graduates-1 th[data-stat=Spd],
#root-the-board .graduates-1 th[data-stat=Fld],
#root-the-board .graduates-1 th[data-stat=Arm],
#root-the-board .graduates-1 th[data-stat=FB],
#root-the-board .graduates-1 th[data-stat=SL],
#root-the-board .graduates-1 th[data-stat=CB],
#root-the-board .graduates-1 th[data-stat=CH],
#root-the-board .graduates-1 th[data-stat=CMD],
#root-the-board .graduates-1 th[data-stat="Pitch Sel"],
#root-the-board .graduates-1 th[data-stat="Bat Ctrl"],
#root-the-board .graduates-2 th[data-stat=Hit],
#root-the-board .graduates-2 th[data-stat=Game],
#root-the-board .graduates-2 th[data-stat=Raw],
#root-the-board .graduates-2 th[data-stat=Spd],
#root-the-board .graduates-2 th[data-stat=Fld],
#root-the-board .graduates-2 th[data-stat=Arm],
#root-the-board .graduates-2 th[data-stat=FB],
#root-the-board .graduates-2 th[data-stat=SL],
#root-the-board .graduates-2 th[data-stat=CB],
#root-the-board .graduates-2 th[data-stat=CH],
#root-the-board .graduates-2 th[data-stat=CMD],
#root-the-board .graduates-2 th[data-stat="Pitch Sel"],
#root-the-board .graduates-2 th[data-stat="Bat Ctrl"],
#root-the-board .graduates-3 th[data-stat=Hit],
#root-the-board .graduates-3 th[data-stat=Game],
#root-the-board .graduates-3 th[data-stat=Raw],
#root-the-board .graduates-3 th[data-stat=Spd],
#root-the-board .graduates-3 th[data-stat=Fld],
#root-the-board .graduates-3 th[data-stat=Arm],
#root-the-board .graduates-3 th[data-stat=FB],
#root-the-board .graduates-3 th[data-stat=SL],
#root-the-board .graduates-3 th[data-stat=CB],
#root-the-board .graduates-3 th[data-stat=CH],
#root-the-board .graduates-3 th[data-stat=CMD],
#root-the-board .graduates-3 th[data-stat="Pitch Sel"],
#root-the-board .graduates-3 th[data-stat="Bat Ctrl"],
#root-the-board .fall-2 th[data-stat=Hit],
#root-the-board .fall-2 th[data-stat=Game],
#root-the-board .fall-2 th[data-stat=Raw],
#root-the-board .fall-2 th[data-stat=Spd],
#root-the-board .fall-2 th[data-stat=Fld],
#root-the-board .fall-2 th[data-stat=Arm],
#root-the-board .fall-2 th[data-stat=FB],
#root-the-board .fall-2 th[data-stat=SL],
#root-the-board .fall-2 th[data-stat=CB],
#root-the-board .fall-2 th[data-stat=CH],
#root-the-board .fall-2 th[data-stat=CMD],
#root-the-board .fall-2 th[data-stat="Pitch Sel"],
#root-the-board .fall-2 th[data-stat="Bat Ctrl"],
#root-the-board .fall-3 th[data-stat=Hit],
#root-the-board .fall-3 th[data-stat=Game],
#root-the-board .fall-3 th[data-stat=Raw],
#root-the-board .fall-3 th[data-stat=Spd],
#root-the-board .fall-3 th[data-stat=Fld],
#root-the-board .fall-3 th[data-stat=Arm],
#root-the-board .fall-3 th[data-stat=FB],
#root-the-board .fall-3 th[data-stat=SL],
#root-the-board .fall-3 th[data-stat=CB],
#root-the-board .fall-3 th[data-stat=CH],
#root-the-board .fall-3 th[data-stat=CMD],
#root-the-board .fall-3 th[data-stat="Pitch Sel"],
#root-the-board .fall-3 th[data-stat="Bat Ctrl"],
#root-the-board .bowman-2 th[data-stat=Hit],
#root-the-board .bowman-2 th[data-stat=Game],
#root-the-board .bowman-2 th[data-stat=Raw],
#root-the-board .bowman-2 th[data-stat=Spd],
#root-the-board .bowman-2 th[data-stat=Fld],
#root-the-board .bowman-2 th[data-stat=Arm],
#root-the-board .bowman-2 th[data-stat=FB],
#root-the-board .bowman-2 th[data-stat=SL],
#root-the-board .bowman-2 th[data-stat=CB],
#root-the-board .bowman-2 th[data-stat=CH],
#root-the-board .bowman-2 th[data-stat=CMD],
#root-the-board .bowman-2 th[data-stat="Pitch Sel"],
#root-the-board .bowman-2 th[data-stat="Bat Ctrl"],
#root-the-board .bowman-3 th[data-stat=Hit],
#root-the-board .bowman-3 th[data-stat=Game],
#root-the-board .bowman-3 th[data-stat=Raw],
#root-the-board .bowman-3 th[data-stat=Spd],
#root-the-board .bowman-3 th[data-stat=Fld],
#root-the-board .bowman-3 th[data-stat=Arm],
#root-the-board .bowman-3 th[data-stat=FB],
#root-the-board .bowman-3 th[data-stat=SL],
#root-the-board .bowman-3 th[data-stat=CB],
#root-the-board .bowman-3 th[data-stat=CH],
#root-the-board .bowman-3 th[data-stat=CMD],
#root-the-board .bowman-3 th[data-stat="Pitch Sel"],
#root-the-board .bowman-3 th[data-stat="Bat Ctrl"],
#root-the-board .premier12-2 th[data-stat=Hit],
#root-the-board .premier12-2 th[data-stat=Game],
#root-the-board .premier12-2 th[data-stat=Raw],
#root-the-board .premier12-2 th[data-stat=Spd],
#root-the-board .premier12-2 th[data-stat=Fld],
#root-the-board .premier12-2 th[data-stat=Arm],
#root-the-board .premier12-2 th[data-stat=FB],
#root-the-board .premier12-2 th[data-stat=SL],
#root-the-board .premier12-2 th[data-stat=CB],
#root-the-board .premier12-2 th[data-stat=CH],
#root-the-board .premier12-2 th[data-stat=CMD],
#root-the-board .premier12-2 th[data-stat="Pitch Sel"],
#root-the-board .premier12-2 th[data-stat="Bat Ctrl"],
#root-the-board .premier12-3 th[data-stat=Hit],
#root-the-board .premier12-3 th[data-stat=Game],
#root-the-board .premier12-3 th[data-stat=Raw],
#root-the-board .premier12-3 th[data-stat=Spd],
#root-the-board .premier12-3 th[data-stat=Fld],
#root-the-board .premier12-3 th[data-stat=Arm],
#root-the-board .premier12-3 th[data-stat=FB],
#root-the-board .premier12-3 th[data-stat=SL],
#root-the-board .premier12-3 th[data-stat=CB],
#root-the-board .premier12-3 th[data-stat=CH],
#root-the-board .premier12-3 th[data-stat=CMD],
#root-the-board .premier12-3 th[data-stat="Pitch Sel"],
#root-the-board .premier12-3 th[data-stat="Bat Ctrl"],
#root-the-board .mlb-1 th[data-stat=Hit],
#root-the-board .mlb-1 th[data-stat=Game],
#root-the-board .mlb-1 th[data-stat=Raw],
#root-the-board .mlb-1 th[data-stat=Spd],
#root-the-board .mlb-1 th[data-stat=Fld],
#root-the-board .mlb-1 th[data-stat=Arm],
#root-the-board .mlb-1 th[data-stat=FB],
#root-the-board .mlb-1 th[data-stat=SL],
#root-the-board .mlb-1 th[data-stat=CB],
#root-the-board .mlb-1 th[data-stat=CH],
#root-the-board .mlb-1 th[data-stat=CMD],
#root-the-board .mlb-1 th[data-stat="Pitch Sel"],
#root-the-board .mlb-1 th[data-stat="Bat Ctrl"],
#root-the-board .mlb-2 th[data-stat=Hit],
#root-the-board .mlb-2 th[data-stat=Game],
#root-the-board .mlb-2 th[data-stat=Raw],
#root-the-board .mlb-2 th[data-stat=Spd],
#root-the-board .mlb-2 th[data-stat=Fld],
#root-the-board .mlb-2 th[data-stat=Arm],
#root-the-board .mlb-2 th[data-stat=FB],
#root-the-board .mlb-2 th[data-stat=SL],
#root-the-board .mlb-2 th[data-stat=CB],
#root-the-board .mlb-2 th[data-stat=CH],
#root-the-board .mlb-2 th[data-stat=CMD],
#root-the-board .mlb-2 th[data-stat="Pitch Sel"],
#root-the-board .mlb-2 th[data-stat="Bat Ctrl"],
#root-the-board .mlb-3 th[data-stat=Hit],
#root-the-board .mlb-3 th[data-stat=Game],
#root-the-board .mlb-3 th[data-stat=Raw],
#root-the-board .mlb-3 th[data-stat=Spd],
#root-the-board .mlb-3 th[data-stat=Fld],
#root-the-board .mlb-3 th[data-stat=Arm],
#root-the-board .mlb-3 th[data-stat=FB],
#root-the-board .mlb-3 th[data-stat=SL],
#root-the-board .mlb-3 th[data-stat=CB],
#root-the-board .mlb-3 th[data-stat=CH],
#root-the-board .mlb-3 th[data-stat=CMD],
#root-the-board .mlb-3 th[data-stat="Pitch Sel"],
#root-the-board .mlb-3 th[data-stat="Bat Ctrl"],
#root-the-board .int-1 th[data-stat=Hit],
#root-the-board .int-1 th[data-stat=Game],
#root-the-board .int-1 th[data-stat=Raw],
#root-the-board .int-1 th[data-stat=Spd],
#root-the-board .int-1 th[data-stat=Fld],
#root-the-board .int-1 th[data-stat=Arm],
#root-the-board .int-1 th[data-stat=FB],
#root-the-board .int-1 th[data-stat=SL],
#root-the-board .int-1 th[data-stat=CB],
#root-the-board .int-1 th[data-stat=CH],
#root-the-board .int-1 th[data-stat=CMD],
#root-the-board .int-1 th[data-stat="Pitch Sel"],
#root-the-board .int-1 th[data-stat="Bat Ctrl"],
#root-the-board .int-2 th[data-stat=Hit],
#root-the-board .int-2 th[data-stat=Game],
#root-the-board .int-2 th[data-stat=Raw],
#root-the-board .int-2 th[data-stat=Spd],
#root-the-board .int-2 th[data-stat=Fld],
#root-the-board .int-2 th[data-stat=Arm],
#root-the-board .int-2 th[data-stat=FB],
#root-the-board .int-2 th[data-stat=SL],
#root-the-board .int-2 th[data-stat=CB],
#root-the-board .int-2 th[data-stat=CH],
#root-the-board .int-2 th[data-stat=CMD],
#root-the-board .int-2 th[data-stat="Pitch Sel"],
#root-the-board .int-2 th[data-stat="Bat Ctrl"],
#root-the-board .int-3 th[data-stat=Hit],
#root-the-board .int-3 th[data-stat=Game],
#root-the-board .int-3 th[data-stat=Raw],
#root-the-board .int-3 th[data-stat=Spd],
#root-the-board .int-3 th[data-stat=Fld],
#root-the-board .int-3 th[data-stat=Arm],
#root-the-board .int-3 th[data-stat=FB],
#root-the-board .int-3 th[data-stat=SL],
#root-the-board .int-3 th[data-stat=CB],
#root-the-board .int-3 th[data-stat=CH],
#root-the-board .int-3 th[data-stat=CMD],
#root-the-board .int-3 th[data-stat="Pitch Sel"],
#root-the-board .int-3 th[data-stat="Bat Ctrl"],
#root-the-board .olympic-1 th[data-stat=Hit],
#root-the-board .olympic-1 th[data-stat=Game],
#root-the-board .olympic-1 th[data-stat=Raw],
#root-the-board .olympic-1 th[data-stat=Spd],
#root-the-board .olympic-1 th[data-stat=Fld],
#root-the-board .olympic-1 th[data-stat=Arm],
#root-the-board .olympic-1 th[data-stat=FB],
#root-the-board .olympic-1 th[data-stat=SL],
#root-the-board .olympic-1 th[data-stat=CB],
#root-the-board .olympic-1 th[data-stat=CH],
#root-the-board .olympic-1 th[data-stat=CMD],
#root-the-board .olympic-1 th[data-stat="Pitch Sel"],
#root-the-board .olympic-1 th[data-stat="Bat Ctrl"],
#root-the-board .olympic-2 th[data-stat=Hit],
#root-the-board .olympic-2 th[data-stat=Game],
#root-the-board .olympic-2 th[data-stat=Raw],
#root-the-board .olympic-2 th[data-stat=Spd],
#root-the-board .olympic-2 th[data-stat=Fld],
#root-the-board .olympic-2 th[data-stat=Arm],
#root-the-board .olympic-2 th[data-stat=FB],
#root-the-board .olympic-2 th[data-stat=SL],
#root-the-board .olympic-2 th[data-stat=CB],
#root-the-board .olympic-2 th[data-stat=CH],
#root-the-board .olympic-2 th[data-stat=CMD],
#root-the-board .olympic-2 th[data-stat="Pitch Sel"],
#root-the-board .olympic-2 th[data-stat="Bat Ctrl"],
#root-the-board .olympic-3 th[data-stat=Hit],
#root-the-board .olympic-3 th[data-stat=Game],
#root-the-board .olympic-3 th[data-stat=Raw],
#root-the-board .olympic-3 th[data-stat=Spd],
#root-the-board .olympic-3 th[data-stat=Fld],
#root-the-board .olympic-3 th[data-stat=Arm],
#root-the-board .olympic-3 th[data-stat=FB],
#root-the-board .olympic-3 th[data-stat=SL],
#root-the-board .olympic-3 th[data-stat=CB],
#root-the-board .olympic-3 th[data-stat=CH],
#root-the-board .olympic-3 th[data-stat=CMD],
#root-the-board .olympic-3 th[data-stat="Pitch Sel"],
#root-the-board .olympic-3 th[data-stat="Bat Ctrl"],
#root-the-board .futures-1 th[data-stat=Hit],
#root-the-board .futures-1 th[data-stat=Game],
#root-the-board .futures-1 th[data-stat=Raw],
#root-the-board .futures-1 th[data-stat=Spd],
#root-the-board .futures-1 th[data-stat=Fld],
#root-the-board .futures-1 th[data-stat=Arm],
#root-the-board .futures-1 th[data-stat=FB],
#root-the-board .futures-1 th[data-stat=SL],
#root-the-board .futures-1 th[data-stat=CB],
#root-the-board .futures-1 th[data-stat=CH],
#root-the-board .futures-1 th[data-stat=CMD],
#root-the-board .futures-1 th[data-stat="Pitch Sel"],
#root-the-board .futures-1 th[data-stat="Bat Ctrl"],
#root-the-board .combined-0 th[data-stat=Hit],
#root-the-board .combined-0 th[data-stat=Game],
#root-the-board .combined-0 th[data-stat=Raw],
#root-the-board .combined-0 th[data-stat=Spd],
#root-the-board .combined-0 th[data-stat=Fld],
#root-the-board .combined-0 th[data-stat=Arm],
#root-the-board .combined-0 th[data-stat=FB],
#root-the-board .combined-0 th[data-stat=SL],
#root-the-board .combined-0 th[data-stat=CB],
#root-the-board .combined-0 th[data-stat=CH],
#root-the-board .combined-0 th[data-stat=CMD],
#root-the-board .combined-0 th[data-stat="Pitch Sel"],
#root-the-board .combined-0 th[data-stat="Bat Ctrl"],
#root-the-board .combined-1 th[data-stat=Hit],
#root-the-board .combined-1 th[data-stat=Game],
#root-the-board .combined-1 th[data-stat=Raw],
#root-the-board .combined-1 th[data-stat=Spd],
#root-the-board .combined-1 th[data-stat=Fld],
#root-the-board .combined-1 th[data-stat=Arm],
#root-the-board .combined-1 th[data-stat=FB],
#root-the-board .combined-1 th[data-stat=SL],
#root-the-board .combined-1 th[data-stat=CB],
#root-the-board .combined-1 th[data-stat=CH],
#root-the-board .combined-1 th[data-stat=CMD],
#root-the-board .combined-1 th[data-stat="Pitch Sel"],
#root-the-board .combined-1 th[data-stat="Bat Ctrl"],
#root-the-board .combined-custom th[data-stat=Hit],
#root-the-board .combined-custom th[data-stat=Game],
#root-the-board .combined-custom th[data-stat=Raw],
#root-the-board .combined-custom th[data-stat=Spd],
#root-the-board .combined-custom th[data-stat=Fld],
#root-the-board .combined-custom th[data-stat=Arm],
#root-the-board .combined-custom th[data-stat=FB],
#root-the-board .combined-custom th[data-stat=SL],
#root-the-board .combined-custom th[data-stat=CB],
#root-the-board .combined-custom th[data-stat=CH],
#root-the-board .combined-custom th[data-stat=CMD],
#root-the-board .combined-custom th[data-stat="Pitch Sel"],
#root-the-board .combined-custom th[data-stat="Bat Ctrl"],
#root-the-board .player-trend-data-grid th[data-stat=Hit],
#root-the-board .player-trend-data-grid th[data-stat=Game],
#root-the-board .player-trend-data-grid th[data-stat=Raw],
#root-the-board .player-trend-data-grid th[data-stat=Spd],
#root-the-board .player-trend-data-grid th[data-stat=Fld],
#root-the-board .player-trend-data-grid th[data-stat=Arm],
#root-the-board .player-trend-data-grid th[data-stat=FB],
#root-the-board .player-trend-data-grid th[data-stat=SL],
#root-the-board .player-trend-data-grid th[data-stat=CB],
#root-the-board .player-trend-data-grid th[data-stat=CH],
#root-the-board .player-trend-data-grid th[data-stat=CMD],
#root-the-board .player-trend-data-grid th[data-stat="Pitch Sel"],
#root-the-board .player-trend-data-grid th[data-stat="Bat Ctrl"] {
  width: 55px;
  text-align: center;
}
#root-the-board .updated-1 th[data-stat=Country],
#root-the-board .updated-2 th[data-stat=Country],
#root-the-board .updated-3 th[data-stat=Country],
#root-the-board .prospect-1 th[data-stat=Country],
#root-the-board .prospect-2 th[data-stat=Country],
#root-the-board .prospect-3 th[data-stat=Country],
#root-the-board .graduates-1 th[data-stat=Country],
#root-the-board .graduates-2 th[data-stat=Country],
#root-the-board .graduates-3 th[data-stat=Country],
#root-the-board .fall-2 th[data-stat=Country],
#root-the-board .fall-3 th[data-stat=Country],
#root-the-board .bowman-2 th[data-stat=Country],
#root-the-board .bowman-3 th[data-stat=Country],
#root-the-board .premier12-2 th[data-stat=Country],
#root-the-board .premier12-3 th[data-stat=Country],
#root-the-board .mlb-1 th[data-stat=Country],
#root-the-board .mlb-2 th[data-stat=Country],
#root-the-board .mlb-3 th[data-stat=Country],
#root-the-board .int-1 th[data-stat=Country],
#root-the-board .int-2 th[data-stat=Country],
#root-the-board .int-3 th[data-stat=Country],
#root-the-board .olympic-1 th[data-stat=Country],
#root-the-board .olympic-2 th[data-stat=Country],
#root-the-board .olympic-3 th[data-stat=Country],
#root-the-board .futures-1 th[data-stat=Country],
#root-the-board .combined-0 th[data-stat=Country],
#root-the-board .combined-1 th[data-stat=Country],
#root-the-board .combined-custom th[data-stat=Country],
#root-the-board .player-trend-data-grid th[data-stat=Country] {
  width: 80px;
}
#root-the-board .updated-1 [data-stat="Current Level"],
#root-the-board .updated-2 [data-stat="Current Level"],
#root-the-board .updated-3 [data-stat="Current Level"],
#root-the-board .prospect-1 [data-stat="Current Level"],
#root-the-board .prospect-2 [data-stat="Current Level"],
#root-the-board .prospect-3 [data-stat="Current Level"],
#root-the-board .graduates-1 [data-stat="Current Level"],
#root-the-board .graduates-2 [data-stat="Current Level"],
#root-the-board .graduates-3 [data-stat="Current Level"],
#root-the-board .fall-2 [data-stat="Current Level"],
#root-the-board .fall-3 [data-stat="Current Level"],
#root-the-board .bowman-2 [data-stat="Current Level"],
#root-the-board .bowman-3 [data-stat="Current Level"],
#root-the-board .premier12-2 [data-stat="Current Level"],
#root-the-board .premier12-3 [data-stat="Current Level"],
#root-the-board .mlb-1 [data-stat="Current Level"],
#root-the-board .mlb-2 [data-stat="Current Level"],
#root-the-board .mlb-3 [data-stat="Current Level"],
#root-the-board .int-1 [data-stat="Current Level"],
#root-the-board .int-2 [data-stat="Current Level"],
#root-the-board .int-3 [data-stat="Current Level"],
#root-the-board .olympic-1 [data-stat="Current Level"],
#root-the-board .olympic-2 [data-stat="Current Level"],
#root-the-board .olympic-3 [data-stat="Current Level"],
#root-the-board .futures-1 [data-stat="Current Level"],
#root-the-board .combined-0 [data-stat="Current Level"],
#root-the-board .combined-1 [data-stat="Current Level"],
#root-the-board .combined-custom [data-stat="Current Level"],
#root-the-board .player-trend-data-grid [data-stat="Current Level"] {
  width: 46px;
}
#root-the-board .updated-1 td[data-stat="Pitch Sel"], #root-the-board .updated-1 td[data-stat="Bat Ctrl"],
#root-the-board .updated-2 td[data-stat="Pitch Sel"],
#root-the-board .updated-2 td[data-stat="Bat Ctrl"],
#root-the-board .updated-3 td[data-stat="Pitch Sel"],
#root-the-board .updated-3 td[data-stat="Bat Ctrl"],
#root-the-board .prospect-1 td[data-stat="Pitch Sel"],
#root-the-board .prospect-1 td[data-stat="Bat Ctrl"],
#root-the-board .prospect-2 td[data-stat="Pitch Sel"],
#root-the-board .prospect-2 td[data-stat="Bat Ctrl"],
#root-the-board .prospect-3 td[data-stat="Pitch Sel"],
#root-the-board .prospect-3 td[data-stat="Bat Ctrl"],
#root-the-board .graduates-1 td[data-stat="Pitch Sel"],
#root-the-board .graduates-1 td[data-stat="Bat Ctrl"],
#root-the-board .graduates-2 td[data-stat="Pitch Sel"],
#root-the-board .graduates-2 td[data-stat="Bat Ctrl"],
#root-the-board .graduates-3 td[data-stat="Pitch Sel"],
#root-the-board .graduates-3 td[data-stat="Bat Ctrl"],
#root-the-board .fall-2 td[data-stat="Pitch Sel"],
#root-the-board .fall-2 td[data-stat="Bat Ctrl"],
#root-the-board .fall-3 td[data-stat="Pitch Sel"],
#root-the-board .fall-3 td[data-stat="Bat Ctrl"],
#root-the-board .bowman-2 td[data-stat="Pitch Sel"],
#root-the-board .bowman-2 td[data-stat="Bat Ctrl"],
#root-the-board .bowman-3 td[data-stat="Pitch Sel"],
#root-the-board .bowman-3 td[data-stat="Bat Ctrl"],
#root-the-board .premier12-2 td[data-stat="Pitch Sel"],
#root-the-board .premier12-2 td[data-stat="Bat Ctrl"],
#root-the-board .premier12-3 td[data-stat="Pitch Sel"],
#root-the-board .premier12-3 td[data-stat="Bat Ctrl"],
#root-the-board .mlb-1 td[data-stat="Pitch Sel"],
#root-the-board .mlb-1 td[data-stat="Bat Ctrl"],
#root-the-board .mlb-2 td[data-stat="Pitch Sel"],
#root-the-board .mlb-2 td[data-stat="Bat Ctrl"],
#root-the-board .mlb-3 td[data-stat="Pitch Sel"],
#root-the-board .mlb-3 td[data-stat="Bat Ctrl"],
#root-the-board .int-1 td[data-stat="Pitch Sel"],
#root-the-board .int-1 td[data-stat="Bat Ctrl"],
#root-the-board .int-2 td[data-stat="Pitch Sel"],
#root-the-board .int-2 td[data-stat="Bat Ctrl"],
#root-the-board .int-3 td[data-stat="Pitch Sel"],
#root-the-board .int-3 td[data-stat="Bat Ctrl"],
#root-the-board .olympic-1 td[data-stat="Pitch Sel"],
#root-the-board .olympic-1 td[data-stat="Bat Ctrl"],
#root-the-board .olympic-2 td[data-stat="Pitch Sel"],
#root-the-board .olympic-2 td[data-stat="Bat Ctrl"],
#root-the-board .olympic-3 td[data-stat="Pitch Sel"],
#root-the-board .olympic-3 td[data-stat="Bat Ctrl"],
#root-the-board .futures-1 td[data-stat="Pitch Sel"],
#root-the-board .futures-1 td[data-stat="Bat Ctrl"],
#root-the-board .combined-0 td[data-stat="Pitch Sel"],
#root-the-board .combined-0 td[data-stat="Bat Ctrl"],
#root-the-board .combined-1 td[data-stat="Pitch Sel"],
#root-the-board .combined-1 td[data-stat="Bat Ctrl"],
#root-the-board .combined-custom td[data-stat="Pitch Sel"],
#root-the-board .combined-custom td[data-stat="Bat Ctrl"],
#root-the-board .player-trend-data-grid td[data-stat="Pitch Sel"],
#root-the-board .player-trend-data-grid td[data-stat="Bat Ctrl"] {
  background-color: rgba(80, 174, 38, 0.1);
  border-color: #ddd;
}
.dark-mode #root-the-board .updated-1 td[data-stat="Pitch Sel"], .dark-mode #root-the-board .updated-1 td[data-stat="Bat Ctrl"],
.dark-mode #root-the-board .updated-2 td[data-stat="Pitch Sel"],
.dark-mode #root-the-board .updated-2 td[data-stat="Bat Ctrl"],
.dark-mode #root-the-board .updated-3 td[data-stat="Pitch Sel"],
.dark-mode #root-the-board .updated-3 td[data-stat="Bat Ctrl"],
.dark-mode #root-the-board .prospect-1 td[data-stat="Pitch Sel"],
.dark-mode #root-the-board .prospect-1 td[data-stat="Bat Ctrl"],
.dark-mode #root-the-board .prospect-2 td[data-stat="Pitch Sel"],
.dark-mode #root-the-board .prospect-2 td[data-stat="Bat Ctrl"],
.dark-mode #root-the-board .prospect-3 td[data-stat="Pitch Sel"],
.dark-mode #root-the-board .prospect-3 td[data-stat="Bat Ctrl"],
.dark-mode #root-the-board .graduates-1 td[data-stat="Pitch Sel"],
.dark-mode #root-the-board .graduates-1 td[data-stat="Bat Ctrl"],
.dark-mode #root-the-board .graduates-2 td[data-stat="Pitch Sel"],
.dark-mode #root-the-board .graduates-2 td[data-stat="Bat Ctrl"],
.dark-mode #root-the-board .graduates-3 td[data-stat="Pitch Sel"],
.dark-mode #root-the-board .graduates-3 td[data-stat="Bat Ctrl"],
.dark-mode #root-the-board .fall-2 td[data-stat="Pitch Sel"],
.dark-mode #root-the-board .fall-2 td[data-stat="Bat Ctrl"],
.dark-mode #root-the-board .fall-3 td[data-stat="Pitch Sel"],
.dark-mode #root-the-board .fall-3 td[data-stat="Bat Ctrl"],
.dark-mode #root-the-board .bowman-2 td[data-stat="Pitch Sel"],
.dark-mode #root-the-board .bowman-2 td[data-stat="Bat Ctrl"],
.dark-mode #root-the-board .bowman-3 td[data-stat="Pitch Sel"],
.dark-mode #root-the-board .bowman-3 td[data-stat="Bat Ctrl"],
.dark-mode #root-the-board .premier12-2 td[data-stat="Pitch Sel"],
.dark-mode #root-the-board .premier12-2 td[data-stat="Bat Ctrl"],
.dark-mode #root-the-board .premier12-3 td[data-stat="Pitch Sel"],
.dark-mode #root-the-board .premier12-3 td[data-stat="Bat Ctrl"],
.dark-mode #root-the-board .mlb-1 td[data-stat="Pitch Sel"],
.dark-mode #root-the-board .mlb-1 td[data-stat="Bat Ctrl"],
.dark-mode #root-the-board .mlb-2 td[data-stat="Pitch Sel"],
.dark-mode #root-the-board .mlb-2 td[data-stat="Bat Ctrl"],
.dark-mode #root-the-board .mlb-3 td[data-stat="Pitch Sel"],
.dark-mode #root-the-board .mlb-3 td[data-stat="Bat Ctrl"],
.dark-mode #root-the-board .int-1 td[data-stat="Pitch Sel"],
.dark-mode #root-the-board .int-1 td[data-stat="Bat Ctrl"],
.dark-mode #root-the-board .int-2 td[data-stat="Pitch Sel"],
.dark-mode #root-the-board .int-2 td[data-stat="Bat Ctrl"],
.dark-mode #root-the-board .int-3 td[data-stat="Pitch Sel"],
.dark-mode #root-the-board .int-3 td[data-stat="Bat Ctrl"],
.dark-mode #root-the-board .olympic-1 td[data-stat="Pitch Sel"],
.dark-mode #root-the-board .olympic-1 td[data-stat="Bat Ctrl"],
.dark-mode #root-the-board .olympic-2 td[data-stat="Pitch Sel"],
.dark-mode #root-the-board .olympic-2 td[data-stat="Bat Ctrl"],
.dark-mode #root-the-board .olympic-3 td[data-stat="Pitch Sel"],
.dark-mode #root-the-board .olympic-3 td[data-stat="Bat Ctrl"],
.dark-mode #root-the-board .futures-1 td[data-stat="Pitch Sel"],
.dark-mode #root-the-board .futures-1 td[data-stat="Bat Ctrl"],
.dark-mode #root-the-board .combined-0 td[data-stat="Pitch Sel"],
.dark-mode #root-the-board .combined-0 td[data-stat="Bat Ctrl"],
.dark-mode #root-the-board .combined-1 td[data-stat="Pitch Sel"],
.dark-mode #root-the-board .combined-1 td[data-stat="Bat Ctrl"],
.dark-mode #root-the-board .combined-custom td[data-stat="Pitch Sel"],
.dark-mode #root-the-board .combined-custom td[data-stat="Bat Ctrl"],
.dark-mode #root-the-board .player-trend-data-grid td[data-stat="Pitch Sel"],
.dark-mode #root-the-board .player-trend-data-grid td[data-stat="Bat Ctrl"] {
  background-color: rgba(165, 229, 136, 0.25);
  border-color: inherit;
}
#root-the-board .updated-1 th[data-stat=Age], #root-the-board .updated-1 td[data-stat=Age],
#root-the-board .updated-1 th[data-stat=Arm], #root-the-board .updated-1 td[data-stat=Arm],
#root-the-board .updated-1 [data-stat="Max EV"],
#root-the-board .updated-1 [data-stat="TJ Date"],
#root-the-board .updated-1 [data-stat=CMD],
#root-the-board .updated-1 [data-stat="RPM Break"],
#root-the-board .updated-1 [data-stat=Tops],
#root-the-board .updated-2 th[data-stat=Age],
#root-the-board .updated-2 td[data-stat=Age],
#root-the-board .updated-2 th[data-stat=Arm],
#root-the-board .updated-2 td[data-stat=Arm],
#root-the-board .updated-2 [data-stat="Max EV"],
#root-the-board .updated-2 [data-stat="TJ Date"],
#root-the-board .updated-2 [data-stat=CMD],
#root-the-board .updated-2 [data-stat="RPM Break"],
#root-the-board .updated-2 [data-stat=Tops],
#root-the-board .updated-3 th[data-stat=Age],
#root-the-board .updated-3 td[data-stat=Age],
#root-the-board .updated-3 th[data-stat=Arm],
#root-the-board .updated-3 td[data-stat=Arm],
#root-the-board .updated-3 [data-stat="Max EV"],
#root-the-board .updated-3 [data-stat="TJ Date"],
#root-the-board .updated-3 [data-stat=CMD],
#root-the-board .updated-3 [data-stat="RPM Break"],
#root-the-board .updated-3 [data-stat=Tops],
#root-the-board .prospect-1 th[data-stat=Age],
#root-the-board .prospect-1 td[data-stat=Age],
#root-the-board .prospect-1 th[data-stat=Arm],
#root-the-board .prospect-1 td[data-stat=Arm],
#root-the-board .prospect-1 [data-stat="Max EV"],
#root-the-board .prospect-1 [data-stat="TJ Date"],
#root-the-board .prospect-1 [data-stat=CMD],
#root-the-board .prospect-1 [data-stat="RPM Break"],
#root-the-board .prospect-1 [data-stat=Tops],
#root-the-board .prospect-2 th[data-stat=Age],
#root-the-board .prospect-2 td[data-stat=Age],
#root-the-board .prospect-2 th[data-stat=Arm],
#root-the-board .prospect-2 td[data-stat=Arm],
#root-the-board .prospect-2 [data-stat="Max EV"],
#root-the-board .prospect-2 [data-stat="TJ Date"],
#root-the-board .prospect-2 [data-stat=CMD],
#root-the-board .prospect-2 [data-stat="RPM Break"],
#root-the-board .prospect-2 [data-stat=Tops],
#root-the-board .prospect-3 th[data-stat=Age],
#root-the-board .prospect-3 td[data-stat=Age],
#root-the-board .prospect-3 th[data-stat=Arm],
#root-the-board .prospect-3 td[data-stat=Arm],
#root-the-board .prospect-3 [data-stat="Max EV"],
#root-the-board .prospect-3 [data-stat="TJ Date"],
#root-the-board .prospect-3 [data-stat=CMD],
#root-the-board .prospect-3 [data-stat="RPM Break"],
#root-the-board .prospect-3 [data-stat=Tops],
#root-the-board .graduates-1 th[data-stat=Age],
#root-the-board .graduates-1 td[data-stat=Age],
#root-the-board .graduates-1 th[data-stat=Arm],
#root-the-board .graduates-1 td[data-stat=Arm],
#root-the-board .graduates-1 [data-stat="Max EV"],
#root-the-board .graduates-1 [data-stat="TJ Date"],
#root-the-board .graduates-1 [data-stat=CMD],
#root-the-board .graduates-1 [data-stat="RPM Break"],
#root-the-board .graduates-1 [data-stat=Tops],
#root-the-board .graduates-2 th[data-stat=Age],
#root-the-board .graduates-2 td[data-stat=Age],
#root-the-board .graduates-2 th[data-stat=Arm],
#root-the-board .graduates-2 td[data-stat=Arm],
#root-the-board .graduates-2 [data-stat="Max EV"],
#root-the-board .graduates-2 [data-stat="TJ Date"],
#root-the-board .graduates-2 [data-stat=CMD],
#root-the-board .graduates-2 [data-stat="RPM Break"],
#root-the-board .graduates-2 [data-stat=Tops],
#root-the-board .graduates-3 th[data-stat=Age],
#root-the-board .graduates-3 td[data-stat=Age],
#root-the-board .graduates-3 th[data-stat=Arm],
#root-the-board .graduates-3 td[data-stat=Arm],
#root-the-board .graduates-3 [data-stat="Max EV"],
#root-the-board .graduates-3 [data-stat="TJ Date"],
#root-the-board .graduates-3 [data-stat=CMD],
#root-the-board .graduates-3 [data-stat="RPM Break"],
#root-the-board .graduates-3 [data-stat=Tops],
#root-the-board .fall-2 th[data-stat=Age],
#root-the-board .fall-2 td[data-stat=Age],
#root-the-board .fall-2 th[data-stat=Arm],
#root-the-board .fall-2 td[data-stat=Arm],
#root-the-board .fall-2 [data-stat="Max EV"],
#root-the-board .fall-2 [data-stat="TJ Date"],
#root-the-board .fall-2 [data-stat=CMD],
#root-the-board .fall-2 [data-stat="RPM Break"],
#root-the-board .fall-2 [data-stat=Tops],
#root-the-board .fall-3 th[data-stat=Age],
#root-the-board .fall-3 td[data-stat=Age],
#root-the-board .fall-3 th[data-stat=Arm],
#root-the-board .fall-3 td[data-stat=Arm],
#root-the-board .fall-3 [data-stat="Max EV"],
#root-the-board .fall-3 [data-stat="TJ Date"],
#root-the-board .fall-3 [data-stat=CMD],
#root-the-board .fall-3 [data-stat="RPM Break"],
#root-the-board .fall-3 [data-stat=Tops],
#root-the-board .premier12-2 th[data-stat=Age],
#root-the-board .premier12-2 td[data-stat=Age],
#root-the-board .premier12-2 th[data-stat=Arm],
#root-the-board .premier12-2 td[data-stat=Arm],
#root-the-board .premier12-2 [data-stat="Max EV"],
#root-the-board .premier12-2 [data-stat="TJ Date"],
#root-the-board .premier12-2 [data-stat=CMD],
#root-the-board .premier12-2 [data-stat="RPM Break"],
#root-the-board .premier12-2 [data-stat=Tops],
#root-the-board .premier12-3 th[data-stat=Age],
#root-the-board .premier12-3 td[data-stat=Age],
#root-the-board .premier12-3 th[data-stat=Arm],
#root-the-board .premier12-3 td[data-stat=Arm],
#root-the-board .premier12-3 [data-stat="Max EV"],
#root-the-board .premier12-3 [data-stat="TJ Date"],
#root-the-board .premier12-3 [data-stat=CMD],
#root-the-board .premier12-3 [data-stat="RPM Break"],
#root-the-board .premier12-3 [data-stat=Tops],
#root-the-board .mlb-1 th[data-stat=Age],
#root-the-board .mlb-1 td[data-stat=Age],
#root-the-board .mlb-1 th[data-stat=Arm],
#root-the-board .mlb-1 td[data-stat=Arm],
#root-the-board .mlb-1 [data-stat="Max EV"],
#root-the-board .mlb-1 [data-stat="TJ Date"],
#root-the-board .mlb-1 [data-stat=CMD],
#root-the-board .mlb-1 [data-stat="RPM Break"],
#root-the-board .mlb-1 [data-stat=Tops],
#root-the-board .mlb-2 th[data-stat=Age],
#root-the-board .mlb-2 td[data-stat=Age],
#root-the-board .mlb-2 th[data-stat=Arm],
#root-the-board .mlb-2 td[data-stat=Arm],
#root-the-board .mlb-2 [data-stat="Max EV"],
#root-the-board .mlb-2 [data-stat="TJ Date"],
#root-the-board .mlb-2 [data-stat=CMD],
#root-the-board .mlb-2 [data-stat="RPM Break"],
#root-the-board .mlb-2 [data-stat=Tops],
#root-the-board .mlb-3 th[data-stat=Age],
#root-the-board .mlb-3 td[data-stat=Age],
#root-the-board .mlb-3 th[data-stat=Arm],
#root-the-board .mlb-3 td[data-stat=Arm],
#root-the-board .mlb-3 [data-stat="Max EV"],
#root-the-board .mlb-3 [data-stat="TJ Date"],
#root-the-board .mlb-3 [data-stat=CMD],
#root-the-board .mlb-3 [data-stat="RPM Break"],
#root-the-board .mlb-3 [data-stat=Tops],
#root-the-board .int-1 th[data-stat=Age],
#root-the-board .int-1 td[data-stat=Age],
#root-the-board .int-1 th[data-stat=Arm],
#root-the-board .int-1 td[data-stat=Arm],
#root-the-board .int-1 [data-stat="Max EV"],
#root-the-board .int-1 [data-stat="TJ Date"],
#root-the-board .int-1 [data-stat=CMD],
#root-the-board .int-1 [data-stat="RPM Break"],
#root-the-board .int-1 [data-stat=Tops],
#root-the-board .int-2 th[data-stat=Age],
#root-the-board .int-2 td[data-stat=Age],
#root-the-board .int-2 th[data-stat=Arm],
#root-the-board .int-2 td[data-stat=Arm],
#root-the-board .int-2 [data-stat="Max EV"],
#root-the-board .int-2 [data-stat="TJ Date"],
#root-the-board .int-2 [data-stat=CMD],
#root-the-board .int-2 [data-stat="RPM Break"],
#root-the-board .int-2 [data-stat=Tops],
#root-the-board .int-3 th[data-stat=Age],
#root-the-board .int-3 td[data-stat=Age],
#root-the-board .int-3 th[data-stat=Arm],
#root-the-board .int-3 td[data-stat=Arm],
#root-the-board .int-3 [data-stat="Max EV"],
#root-the-board .int-3 [data-stat="TJ Date"],
#root-the-board .int-3 [data-stat=CMD],
#root-the-board .int-3 [data-stat="RPM Break"],
#root-the-board .int-3 [data-stat=Tops],
#root-the-board .futures-1 th[data-stat=Age],
#root-the-board .futures-1 td[data-stat=Age],
#root-the-board .futures-1 th[data-stat=Arm],
#root-the-board .futures-1 td[data-stat=Arm],
#root-the-board .futures-1 [data-stat="Max EV"],
#root-the-board .futures-1 [data-stat="TJ Date"],
#root-the-board .futures-1 [data-stat=CMD],
#root-the-board .futures-1 [data-stat="RPM Break"],
#root-the-board .futures-1 [data-stat=Tops],
#root-the-board .bowman-2 th[data-stat=Age],
#root-the-board .bowman-2 td[data-stat=Age],
#root-the-board .bowman-2 th[data-stat=Arm],
#root-the-board .bowman-2 td[data-stat=Arm],
#root-the-board .bowman-2 [data-stat="Max EV"],
#root-the-board .bowman-2 [data-stat="TJ Date"],
#root-the-board .bowman-2 [data-stat=CMD],
#root-the-board .bowman-2 [data-stat="RPM Break"],
#root-the-board .bowman-2 [data-stat=Tops],
#root-the-board .bowman-3 th[data-stat=Age],
#root-the-board .bowman-3 td[data-stat=Age],
#root-the-board .bowman-3 th[data-stat=Arm],
#root-the-board .bowman-3 td[data-stat=Arm],
#root-the-board .bowman-3 [data-stat="Max EV"],
#root-the-board .bowman-3 [data-stat="TJ Date"],
#root-the-board .bowman-3 [data-stat=CMD],
#root-the-board .bowman-3 [data-stat="RPM Break"],
#root-the-board .bowman-3 [data-stat=Tops],
#root-the-board .combined-0 th[data-stat=Age],
#root-the-board .combined-0 td[data-stat=Age],
#root-the-board .combined-0 th[data-stat=Arm],
#root-the-board .combined-0 td[data-stat=Arm],
#root-the-board .combined-0 [data-stat="Max EV"],
#root-the-board .combined-0 [data-stat="TJ Date"],
#root-the-board .combined-0 [data-stat=CMD],
#root-the-board .combined-0 [data-stat="RPM Break"],
#root-the-board .combined-0 [data-stat=Tops],
#root-the-board .combined-1 th[data-stat=Age],
#root-the-board .combined-1 td[data-stat=Age],
#root-the-board .combined-1 th[data-stat=Arm],
#root-the-board .combined-1 td[data-stat=Arm],
#root-the-board .combined-1 [data-stat="Max EV"],
#root-the-board .combined-1 [data-stat="TJ Date"],
#root-the-board .combined-1 [data-stat=CMD],
#root-the-board .combined-1 [data-stat="RPM Break"],
#root-the-board .combined-1 [data-stat=Tops],
#root-the-board .olympic-1 th[data-stat=Age],
#root-the-board .olympic-1 td[data-stat=Age],
#root-the-board .olympic-1 th[data-stat=Arm],
#root-the-board .olympic-1 td[data-stat=Arm],
#root-the-board .olympic-1 [data-stat="Max EV"],
#root-the-board .olympic-1 [data-stat="TJ Date"],
#root-the-board .olympic-1 [data-stat=CMD],
#root-the-board .olympic-1 [data-stat="RPM Break"],
#root-the-board .olympic-1 [data-stat=Tops],
#root-the-board .olympic-2 th[data-stat=Age],
#root-the-board .olympic-2 td[data-stat=Age],
#root-the-board .olympic-2 th[data-stat=Arm],
#root-the-board .olympic-2 td[data-stat=Arm],
#root-the-board .olympic-2 [data-stat="Max EV"],
#root-the-board .olympic-2 [data-stat="TJ Date"],
#root-the-board .olympic-2 [data-stat=CMD],
#root-the-board .olympic-2 [data-stat="RPM Break"],
#root-the-board .olympic-2 [data-stat=Tops],
#root-the-board .olympic-3 th[data-stat=Age],
#root-the-board .olympic-3 td[data-stat=Age],
#root-the-board .olympic-3 th[data-stat=Arm],
#root-the-board .olympic-3 td[data-stat=Arm],
#root-the-board .olympic-3 [data-stat="Max EV"],
#root-the-board .olympic-3 [data-stat="TJ Date"],
#root-the-board .olympic-3 [data-stat=CMD],
#root-the-board .olympic-3 [data-stat="RPM Break"],
#root-the-board .olympic-3 [data-stat=Tops],
#root-the-board .player-trend-data-grid th[data-stat=Age],
#root-the-board .player-trend-data-grid td[data-stat=Age],
#root-the-board .player-trend-data-grid th[data-stat=Arm],
#root-the-board .player-trend-data-grid td[data-stat=Arm],
#root-the-board .player-trend-data-grid [data-stat="Max EV"],
#root-the-board .player-trend-data-grid [data-stat="TJ Date"],
#root-the-board .player-trend-data-grid [data-stat=CMD],
#root-the-board .player-trend-data-grid [data-stat="RPM Break"],
#root-the-board .player-trend-data-grid [data-stat=Tops] {
  border-right: 3px solid #333;
}
.dark-mode #root-the-board .updated-1 th[data-stat=Age], .dark-mode #root-the-board .updated-1 td[data-stat=Age],
.dark-mode #root-the-board .updated-1 th[data-stat=Arm], .dark-mode #root-the-board .updated-1 td[data-stat=Arm],
.dark-mode #root-the-board .updated-1 [data-stat="Max EV"],
.dark-mode #root-the-board .updated-1 [data-stat="TJ Date"],
.dark-mode #root-the-board .updated-1 [data-stat=CMD],
.dark-mode #root-the-board .updated-1 [data-stat="RPM Break"],
.dark-mode #root-the-board .updated-1 [data-stat=Tops],
.dark-mode #root-the-board .updated-2 th[data-stat=Age],
.dark-mode #root-the-board .updated-2 td[data-stat=Age],
.dark-mode #root-the-board .updated-2 th[data-stat=Arm],
.dark-mode #root-the-board .updated-2 td[data-stat=Arm],
.dark-mode #root-the-board .updated-2 [data-stat="Max EV"],
.dark-mode #root-the-board .updated-2 [data-stat="TJ Date"],
.dark-mode #root-the-board .updated-2 [data-stat=CMD],
.dark-mode #root-the-board .updated-2 [data-stat="RPM Break"],
.dark-mode #root-the-board .updated-2 [data-stat=Tops],
.dark-mode #root-the-board .updated-3 th[data-stat=Age],
.dark-mode #root-the-board .updated-3 td[data-stat=Age],
.dark-mode #root-the-board .updated-3 th[data-stat=Arm],
.dark-mode #root-the-board .updated-3 td[data-stat=Arm],
.dark-mode #root-the-board .updated-3 [data-stat="Max EV"],
.dark-mode #root-the-board .updated-3 [data-stat="TJ Date"],
.dark-mode #root-the-board .updated-3 [data-stat=CMD],
.dark-mode #root-the-board .updated-3 [data-stat="RPM Break"],
.dark-mode #root-the-board .updated-3 [data-stat=Tops],
.dark-mode #root-the-board .prospect-1 th[data-stat=Age],
.dark-mode #root-the-board .prospect-1 td[data-stat=Age],
.dark-mode #root-the-board .prospect-1 th[data-stat=Arm],
.dark-mode #root-the-board .prospect-1 td[data-stat=Arm],
.dark-mode #root-the-board .prospect-1 [data-stat="Max EV"],
.dark-mode #root-the-board .prospect-1 [data-stat="TJ Date"],
.dark-mode #root-the-board .prospect-1 [data-stat=CMD],
.dark-mode #root-the-board .prospect-1 [data-stat="RPM Break"],
.dark-mode #root-the-board .prospect-1 [data-stat=Tops],
.dark-mode #root-the-board .prospect-2 th[data-stat=Age],
.dark-mode #root-the-board .prospect-2 td[data-stat=Age],
.dark-mode #root-the-board .prospect-2 th[data-stat=Arm],
.dark-mode #root-the-board .prospect-2 td[data-stat=Arm],
.dark-mode #root-the-board .prospect-2 [data-stat="Max EV"],
.dark-mode #root-the-board .prospect-2 [data-stat="TJ Date"],
.dark-mode #root-the-board .prospect-2 [data-stat=CMD],
.dark-mode #root-the-board .prospect-2 [data-stat="RPM Break"],
.dark-mode #root-the-board .prospect-2 [data-stat=Tops],
.dark-mode #root-the-board .prospect-3 th[data-stat=Age],
.dark-mode #root-the-board .prospect-3 td[data-stat=Age],
.dark-mode #root-the-board .prospect-3 th[data-stat=Arm],
.dark-mode #root-the-board .prospect-3 td[data-stat=Arm],
.dark-mode #root-the-board .prospect-3 [data-stat="Max EV"],
.dark-mode #root-the-board .prospect-3 [data-stat="TJ Date"],
.dark-mode #root-the-board .prospect-3 [data-stat=CMD],
.dark-mode #root-the-board .prospect-3 [data-stat="RPM Break"],
.dark-mode #root-the-board .prospect-3 [data-stat=Tops],
.dark-mode #root-the-board .graduates-1 th[data-stat=Age],
.dark-mode #root-the-board .graduates-1 td[data-stat=Age],
.dark-mode #root-the-board .graduates-1 th[data-stat=Arm],
.dark-mode #root-the-board .graduates-1 td[data-stat=Arm],
.dark-mode #root-the-board .graduates-1 [data-stat="Max EV"],
.dark-mode #root-the-board .graduates-1 [data-stat="TJ Date"],
.dark-mode #root-the-board .graduates-1 [data-stat=CMD],
.dark-mode #root-the-board .graduates-1 [data-stat="RPM Break"],
.dark-mode #root-the-board .graduates-1 [data-stat=Tops],
.dark-mode #root-the-board .graduates-2 th[data-stat=Age],
.dark-mode #root-the-board .graduates-2 td[data-stat=Age],
.dark-mode #root-the-board .graduates-2 th[data-stat=Arm],
.dark-mode #root-the-board .graduates-2 td[data-stat=Arm],
.dark-mode #root-the-board .graduates-2 [data-stat="Max EV"],
.dark-mode #root-the-board .graduates-2 [data-stat="TJ Date"],
.dark-mode #root-the-board .graduates-2 [data-stat=CMD],
.dark-mode #root-the-board .graduates-2 [data-stat="RPM Break"],
.dark-mode #root-the-board .graduates-2 [data-stat=Tops],
.dark-mode #root-the-board .graduates-3 th[data-stat=Age],
.dark-mode #root-the-board .graduates-3 td[data-stat=Age],
.dark-mode #root-the-board .graduates-3 th[data-stat=Arm],
.dark-mode #root-the-board .graduates-3 td[data-stat=Arm],
.dark-mode #root-the-board .graduates-3 [data-stat="Max EV"],
.dark-mode #root-the-board .graduates-3 [data-stat="TJ Date"],
.dark-mode #root-the-board .graduates-3 [data-stat=CMD],
.dark-mode #root-the-board .graduates-3 [data-stat="RPM Break"],
.dark-mode #root-the-board .graduates-3 [data-stat=Tops],
.dark-mode #root-the-board .fall-2 th[data-stat=Age],
.dark-mode #root-the-board .fall-2 td[data-stat=Age],
.dark-mode #root-the-board .fall-2 th[data-stat=Arm],
.dark-mode #root-the-board .fall-2 td[data-stat=Arm],
.dark-mode #root-the-board .fall-2 [data-stat="Max EV"],
.dark-mode #root-the-board .fall-2 [data-stat="TJ Date"],
.dark-mode #root-the-board .fall-2 [data-stat=CMD],
.dark-mode #root-the-board .fall-2 [data-stat="RPM Break"],
.dark-mode #root-the-board .fall-2 [data-stat=Tops],
.dark-mode #root-the-board .fall-3 th[data-stat=Age],
.dark-mode #root-the-board .fall-3 td[data-stat=Age],
.dark-mode #root-the-board .fall-3 th[data-stat=Arm],
.dark-mode #root-the-board .fall-3 td[data-stat=Arm],
.dark-mode #root-the-board .fall-3 [data-stat="Max EV"],
.dark-mode #root-the-board .fall-3 [data-stat="TJ Date"],
.dark-mode #root-the-board .fall-3 [data-stat=CMD],
.dark-mode #root-the-board .fall-3 [data-stat="RPM Break"],
.dark-mode #root-the-board .fall-3 [data-stat=Tops],
.dark-mode #root-the-board .premier12-2 th[data-stat=Age],
.dark-mode #root-the-board .premier12-2 td[data-stat=Age],
.dark-mode #root-the-board .premier12-2 th[data-stat=Arm],
.dark-mode #root-the-board .premier12-2 td[data-stat=Arm],
.dark-mode #root-the-board .premier12-2 [data-stat="Max EV"],
.dark-mode #root-the-board .premier12-2 [data-stat="TJ Date"],
.dark-mode #root-the-board .premier12-2 [data-stat=CMD],
.dark-mode #root-the-board .premier12-2 [data-stat="RPM Break"],
.dark-mode #root-the-board .premier12-2 [data-stat=Tops],
.dark-mode #root-the-board .premier12-3 th[data-stat=Age],
.dark-mode #root-the-board .premier12-3 td[data-stat=Age],
.dark-mode #root-the-board .premier12-3 th[data-stat=Arm],
.dark-mode #root-the-board .premier12-3 td[data-stat=Arm],
.dark-mode #root-the-board .premier12-3 [data-stat="Max EV"],
.dark-mode #root-the-board .premier12-3 [data-stat="TJ Date"],
.dark-mode #root-the-board .premier12-3 [data-stat=CMD],
.dark-mode #root-the-board .premier12-3 [data-stat="RPM Break"],
.dark-mode #root-the-board .premier12-3 [data-stat=Tops],
.dark-mode #root-the-board .mlb-1 th[data-stat=Age],
.dark-mode #root-the-board .mlb-1 td[data-stat=Age],
.dark-mode #root-the-board .mlb-1 th[data-stat=Arm],
.dark-mode #root-the-board .mlb-1 td[data-stat=Arm],
.dark-mode #root-the-board .mlb-1 [data-stat="Max EV"],
.dark-mode #root-the-board .mlb-1 [data-stat="TJ Date"],
.dark-mode #root-the-board .mlb-1 [data-stat=CMD],
.dark-mode #root-the-board .mlb-1 [data-stat="RPM Break"],
.dark-mode #root-the-board .mlb-1 [data-stat=Tops],
.dark-mode #root-the-board .mlb-2 th[data-stat=Age],
.dark-mode #root-the-board .mlb-2 td[data-stat=Age],
.dark-mode #root-the-board .mlb-2 th[data-stat=Arm],
.dark-mode #root-the-board .mlb-2 td[data-stat=Arm],
.dark-mode #root-the-board .mlb-2 [data-stat="Max EV"],
.dark-mode #root-the-board .mlb-2 [data-stat="TJ Date"],
.dark-mode #root-the-board .mlb-2 [data-stat=CMD],
.dark-mode #root-the-board .mlb-2 [data-stat="RPM Break"],
.dark-mode #root-the-board .mlb-2 [data-stat=Tops],
.dark-mode #root-the-board .mlb-3 th[data-stat=Age],
.dark-mode #root-the-board .mlb-3 td[data-stat=Age],
.dark-mode #root-the-board .mlb-3 th[data-stat=Arm],
.dark-mode #root-the-board .mlb-3 td[data-stat=Arm],
.dark-mode #root-the-board .mlb-3 [data-stat="Max EV"],
.dark-mode #root-the-board .mlb-3 [data-stat="TJ Date"],
.dark-mode #root-the-board .mlb-3 [data-stat=CMD],
.dark-mode #root-the-board .mlb-3 [data-stat="RPM Break"],
.dark-mode #root-the-board .mlb-3 [data-stat=Tops],
.dark-mode #root-the-board .int-1 th[data-stat=Age],
.dark-mode #root-the-board .int-1 td[data-stat=Age],
.dark-mode #root-the-board .int-1 th[data-stat=Arm],
.dark-mode #root-the-board .int-1 td[data-stat=Arm],
.dark-mode #root-the-board .int-1 [data-stat="Max EV"],
.dark-mode #root-the-board .int-1 [data-stat="TJ Date"],
.dark-mode #root-the-board .int-1 [data-stat=CMD],
.dark-mode #root-the-board .int-1 [data-stat="RPM Break"],
.dark-mode #root-the-board .int-1 [data-stat=Tops],
.dark-mode #root-the-board .int-2 th[data-stat=Age],
.dark-mode #root-the-board .int-2 td[data-stat=Age],
.dark-mode #root-the-board .int-2 th[data-stat=Arm],
.dark-mode #root-the-board .int-2 td[data-stat=Arm],
.dark-mode #root-the-board .int-2 [data-stat="Max EV"],
.dark-mode #root-the-board .int-2 [data-stat="TJ Date"],
.dark-mode #root-the-board .int-2 [data-stat=CMD],
.dark-mode #root-the-board .int-2 [data-stat="RPM Break"],
.dark-mode #root-the-board .int-2 [data-stat=Tops],
.dark-mode #root-the-board .int-3 th[data-stat=Age],
.dark-mode #root-the-board .int-3 td[data-stat=Age],
.dark-mode #root-the-board .int-3 th[data-stat=Arm],
.dark-mode #root-the-board .int-3 td[data-stat=Arm],
.dark-mode #root-the-board .int-3 [data-stat="Max EV"],
.dark-mode #root-the-board .int-3 [data-stat="TJ Date"],
.dark-mode #root-the-board .int-3 [data-stat=CMD],
.dark-mode #root-the-board .int-3 [data-stat="RPM Break"],
.dark-mode #root-the-board .int-3 [data-stat=Tops],
.dark-mode #root-the-board .futures-1 th[data-stat=Age],
.dark-mode #root-the-board .futures-1 td[data-stat=Age],
.dark-mode #root-the-board .futures-1 th[data-stat=Arm],
.dark-mode #root-the-board .futures-1 td[data-stat=Arm],
.dark-mode #root-the-board .futures-1 [data-stat="Max EV"],
.dark-mode #root-the-board .futures-1 [data-stat="TJ Date"],
.dark-mode #root-the-board .futures-1 [data-stat=CMD],
.dark-mode #root-the-board .futures-1 [data-stat="RPM Break"],
.dark-mode #root-the-board .futures-1 [data-stat=Tops],
.dark-mode #root-the-board .bowman-2 th[data-stat=Age],
.dark-mode #root-the-board .bowman-2 td[data-stat=Age],
.dark-mode #root-the-board .bowman-2 th[data-stat=Arm],
.dark-mode #root-the-board .bowman-2 td[data-stat=Arm],
.dark-mode #root-the-board .bowman-2 [data-stat="Max EV"],
.dark-mode #root-the-board .bowman-2 [data-stat="TJ Date"],
.dark-mode #root-the-board .bowman-2 [data-stat=CMD],
.dark-mode #root-the-board .bowman-2 [data-stat="RPM Break"],
.dark-mode #root-the-board .bowman-2 [data-stat=Tops],
.dark-mode #root-the-board .bowman-3 th[data-stat=Age],
.dark-mode #root-the-board .bowman-3 td[data-stat=Age],
.dark-mode #root-the-board .bowman-3 th[data-stat=Arm],
.dark-mode #root-the-board .bowman-3 td[data-stat=Arm],
.dark-mode #root-the-board .bowman-3 [data-stat="Max EV"],
.dark-mode #root-the-board .bowman-3 [data-stat="TJ Date"],
.dark-mode #root-the-board .bowman-3 [data-stat=CMD],
.dark-mode #root-the-board .bowman-3 [data-stat="RPM Break"],
.dark-mode #root-the-board .bowman-3 [data-stat=Tops],
.dark-mode #root-the-board .combined-0 th[data-stat=Age],
.dark-mode #root-the-board .combined-0 td[data-stat=Age],
.dark-mode #root-the-board .combined-0 th[data-stat=Arm],
.dark-mode #root-the-board .combined-0 td[data-stat=Arm],
.dark-mode #root-the-board .combined-0 [data-stat="Max EV"],
.dark-mode #root-the-board .combined-0 [data-stat="TJ Date"],
.dark-mode #root-the-board .combined-0 [data-stat=CMD],
.dark-mode #root-the-board .combined-0 [data-stat="RPM Break"],
.dark-mode #root-the-board .combined-0 [data-stat=Tops],
.dark-mode #root-the-board .combined-1 th[data-stat=Age],
.dark-mode #root-the-board .combined-1 td[data-stat=Age],
.dark-mode #root-the-board .combined-1 th[data-stat=Arm],
.dark-mode #root-the-board .combined-1 td[data-stat=Arm],
.dark-mode #root-the-board .combined-1 [data-stat="Max EV"],
.dark-mode #root-the-board .combined-1 [data-stat="TJ Date"],
.dark-mode #root-the-board .combined-1 [data-stat=CMD],
.dark-mode #root-the-board .combined-1 [data-stat="RPM Break"],
.dark-mode #root-the-board .combined-1 [data-stat=Tops],
.dark-mode #root-the-board .olympic-1 th[data-stat=Age],
.dark-mode #root-the-board .olympic-1 td[data-stat=Age],
.dark-mode #root-the-board .olympic-1 th[data-stat=Arm],
.dark-mode #root-the-board .olympic-1 td[data-stat=Arm],
.dark-mode #root-the-board .olympic-1 [data-stat="Max EV"],
.dark-mode #root-the-board .olympic-1 [data-stat="TJ Date"],
.dark-mode #root-the-board .olympic-1 [data-stat=CMD],
.dark-mode #root-the-board .olympic-1 [data-stat="RPM Break"],
.dark-mode #root-the-board .olympic-1 [data-stat=Tops],
.dark-mode #root-the-board .olympic-2 th[data-stat=Age],
.dark-mode #root-the-board .olympic-2 td[data-stat=Age],
.dark-mode #root-the-board .olympic-2 th[data-stat=Arm],
.dark-mode #root-the-board .olympic-2 td[data-stat=Arm],
.dark-mode #root-the-board .olympic-2 [data-stat="Max EV"],
.dark-mode #root-the-board .olympic-2 [data-stat="TJ Date"],
.dark-mode #root-the-board .olympic-2 [data-stat=CMD],
.dark-mode #root-the-board .olympic-2 [data-stat="RPM Break"],
.dark-mode #root-the-board .olympic-2 [data-stat=Tops],
.dark-mode #root-the-board .olympic-3 th[data-stat=Age],
.dark-mode #root-the-board .olympic-3 td[data-stat=Age],
.dark-mode #root-the-board .olympic-3 th[data-stat=Arm],
.dark-mode #root-the-board .olympic-3 td[data-stat=Arm],
.dark-mode #root-the-board .olympic-3 [data-stat="Max EV"],
.dark-mode #root-the-board .olympic-3 [data-stat="TJ Date"],
.dark-mode #root-the-board .olympic-3 [data-stat=CMD],
.dark-mode #root-the-board .olympic-3 [data-stat="RPM Break"],
.dark-mode #root-the-board .olympic-3 [data-stat=Tops],
.dark-mode #root-the-board .player-trend-data-grid th[data-stat=Age],
.dark-mode #root-the-board .player-trend-data-grid td[data-stat=Age],
.dark-mode #root-the-board .player-trend-data-grid th[data-stat=Arm],
.dark-mode #root-the-board .player-trend-data-grid td[data-stat=Arm],
.dark-mode #root-the-board .player-trend-data-grid [data-stat="Max EV"],
.dark-mode #root-the-board .player-trend-data-grid [data-stat="TJ Date"],
.dark-mode #root-the-board .player-trend-data-grid [data-stat=CMD],
.dark-mode #root-the-board .player-trend-data-grid [data-stat="RPM Break"],
.dark-mode #root-the-board .player-trend-data-grid [data-stat=Tops] {
  border-right-color: #888;
}
#root-the-board .int-2 th[data-stat="Org / Proj Org"], #root-the-board .int-3 th[data-stat="Org / Proj Org"] {
  width: 75px;
}
#root-the-board .mlb-0 th[data-stat="College Commit"], #root-the-board .mlb-0 td[data-stat="College Commit"],
#root-the-board .mlb-0 th[data-stat=Perf], #root-the-board .mlb-0 td[data-stat=Perf] {
  border-right: 3px solid #333;
}
.dark-mode #root-the-board .mlb-0 th[data-stat="College Commit"], .dark-mode #root-the-board .mlb-0 td[data-stat="College Commit"],
.dark-mode #root-the-board .mlb-0 th[data-stat=Perf], .dark-mode #root-the-board .mlb-0 td[data-stat=Perf] {
  border-right-color: #888;
}
#root-the-board .mlb-0 th[data-stat="College Commit"], #root-the-board .mlb-0 td[data-stat="College Commit"],
#root-the-board .mlb-0 th[data-stat=School], #root-the-board .mlb-0 td[data-stat=School] {
  width: 130px;
}
#root-the-board .mlb-0 th[data-stat="College Commit"], #root-the-board .mlb-0 td[data-stat="College Commit"] {
  width: 110px;
}
#root-the-board .mlb-0 th[data-stat=Draft], #root-the-board .mlb-0 td[data-stat=Draft] {
  width: 65px;
}
#root-the-board .mlb-0 th[data-stat=Athl],
#root-the-board .mlb-0 th[data-stat=Frame],
#root-the-board .mlb-0 th[data-stat=Perf],
#root-the-board .mlb-0 th[data-stat=Delivery] {
  width: 48px;
}
#root-the-board .mlb-0 th[data-stat=Rank] {
  width: 48px;
}
#root-the-board .mlb-0 th[data-stat=Signed] {
  width: 50px;
}
#root-the-board .mlb-0 th[data-stat=Season] {
  width: 45px;
}
#root-the-board .mlb-0 [data-stat=FV], #root-the-board .int-0 [data-stat=FV] {
  cursor: default;
}
#root-the-board .mlb-0 [data-stat=FV]:hover, #root-the-board .int-0 [data-stat=FV]:hover {
  /*color: initial;*/
}
#root-the-board .mlb-1 th[data-stat=CMD], #root-the-board .mlb-1 td[data-stat=CMD], #root-the-board .int-1 th[data-stat=CMD], #root-the-board .int-1 td[data-stat=CMD] {
  border-right: 3px solid #333;
}
.dark-mode #root-the-board .mlb-1 th[data-stat=CMD], .dark-mode #root-the-board .mlb-1 td[data-stat=CMD], .dark-mode #root-the-board .int-1 th[data-stat=CMD], .dark-mode #root-the-board .int-1 td[data-stat=CMD] {
  border-right-color: #888;
}
#root-the-board .mlb-2 th[data-stat=Age], #root-the-board .mlb-2 td[data-stat=Age],
#root-the-board .mlb-2 th[data-stat=Arm], #root-the-board .mlb-2 td[data-stat=Arm],
#root-the-board .mlb-2 th[data-stat=Perf], #root-the-board .mlb-2 td[data-stat=Perf], #root-the-board .int-2 th[data-stat=Age], #root-the-board .int-2 td[data-stat=Age],
#root-the-board .int-2 th[data-stat=Arm], #root-the-board .int-2 td[data-stat=Arm],
#root-the-board .int-2 th[data-stat=Perf], #root-the-board .int-2 td[data-stat=Perf], #root-the-board .mlb-2 th[data-stat=Age], #root-the-board .mlb-2 td[data-stat=Age],
#root-the-board .mlb-2 th[data-stat=Arm], #root-the-board .mlb-2 td[data-stat=Arm],
#root-the-board .mlb-2 th[data-stat=Perf], #root-the-board .mlb-2 td[data-stat=Perf] {
  border-right: 3px solid #333;
}
.dark-mode #root-the-board .mlb-2 th[data-stat=Age], .dark-mode #root-the-board .mlb-2 td[data-stat=Age],
.dark-mode #root-the-board .mlb-2 th[data-stat=Arm], .dark-mode #root-the-board .mlb-2 td[data-stat=Arm],
.dark-mode #root-the-board .mlb-2 th[data-stat=Perf], .dark-mode #root-the-board .mlb-2 td[data-stat=Perf], .dark-mode #root-the-board .int-2 th[data-stat=Age], .dark-mode #root-the-board .int-2 td[data-stat=Age],
.dark-mode #root-the-board .int-2 th[data-stat=Arm], .dark-mode #root-the-board .int-2 td[data-stat=Arm],
.dark-mode #root-the-board .int-2 th[data-stat=Perf], .dark-mode #root-the-board .int-2 td[data-stat=Perf], .dark-mode #root-the-board .mlb-2 th[data-stat=Age], .dark-mode #root-the-board .mlb-2 td[data-stat=Age],
.dark-mode #root-the-board .mlb-2 th[data-stat=Arm], .dark-mode #root-the-board .mlb-2 td[data-stat=Arm],
.dark-mode #root-the-board .mlb-2 th[data-stat=Perf], .dark-mode #root-the-board .mlb-2 td[data-stat=Perf] {
  border-right-color: #888;
}
#root-the-board .prospect-2 th[data-stat=Fld], #root-the-board .prospect-2 td[data-stat=Fld], #root-the-board .updated-2 th[data-stat=Fld], #root-the-board .updated-2 td[data-stat=Fld], #root-the-board .int-2 th[data-stat=Fld], #root-the-board .int-2 td[data-stat=Fld], #root-the-board .mlb-2 th[data-stat=Fld], #root-the-board .mlb-2 td[data-stat=Fld], #root-the-board .olympic-2 th[data-stat=Fld], #root-the-board .olympic-2 td[data-stat=Fld] {
  border-right: 3px solid #333;
}
.dark-mode #root-the-board .prospect-2 th[data-stat=Fld], .dark-mode #root-the-board .prospect-2 td[data-stat=Fld], .dark-mode #root-the-board .updated-2 th[data-stat=Fld], .dark-mode #root-the-board .updated-2 td[data-stat=Fld], .dark-mode #root-the-board .int-2 th[data-stat=Fld], .dark-mode #root-the-board .int-2 td[data-stat=Fld], .dark-mode #root-the-board .mlb-2 th[data-stat=Fld], .dark-mode #root-the-board .mlb-2 td[data-stat=Fld], .dark-mode #root-the-board .olympic-2 th[data-stat=Fld], .dark-mode #root-the-board .olympic-2 td[data-stat=Fld] {
  border-right-color: #888;
}
#root-the-board .mlb-3 th[data-stat=Age], #root-the-board .mlb-3 td[data-stat=Age],
#root-the-board .mlb-3 th[data-stat=Arm], #root-the-board .mlb-3 td[data-stat=Arm],
#root-the-board .mlb-3 [data-stat="TJ Date"],
#root-the-board .mlb-3 [data-stat=CMD],
#root-the-board .mlb-3 [data-stat="RPM Break"],
#root-the-board .mlb-3 [data-stat=Tops], #root-the-board .int-3 th[data-stat=Age], #root-the-board .int-3 td[data-stat=Age],
#root-the-board .int-3 th[data-stat=Arm], #root-the-board .int-3 td[data-stat=Arm],
#root-the-board .int-3 [data-stat="TJ Date"],
#root-the-board .int-3 [data-stat=CMD],
#root-the-board .int-3 [data-stat="RPM Break"],
#root-the-board .int-3 [data-stat=Tops] {
  border-right: 3px solid #333;
}
.dark-mode #root-the-board .mlb-3 th[data-stat=Age], .dark-mode #root-the-board .mlb-3 td[data-stat=Age],
.dark-mode #root-the-board .mlb-3 th[data-stat=Arm], .dark-mode #root-the-board .mlb-3 td[data-stat=Arm],
.dark-mode #root-the-board .mlb-3 [data-stat="TJ Date"],
.dark-mode #root-the-board .mlb-3 [data-stat=CMD],
.dark-mode #root-the-board .mlb-3 [data-stat="RPM Break"],
.dark-mode #root-the-board .mlb-3 [data-stat=Tops], .dark-mode #root-the-board .int-3 th[data-stat=Age], .dark-mode #root-the-board .int-3 td[data-stat=Age],
.dark-mode #root-the-board .int-3 th[data-stat=Arm], .dark-mode #root-the-board .int-3 td[data-stat=Arm],
.dark-mode #root-the-board .int-3 [data-stat="TJ Date"],
.dark-mode #root-the-board .int-3 [data-stat=CMD],
.dark-mode #root-the-board .int-3 [data-stat="RPM Break"],
.dark-mode #root-the-board .int-3 [data-stat=Tops] {
  border-right-color: #888;
}
#root-the-board .mlb-0 .row-bold, #root-the-board .mlb-1 .row-bold, #root-the-board .mlb-2 .row-bold, #root-the-board .mlb-3 .row-bold {
  font-weight: 700;
}
#root-the-board .int-0 th[data-stat="Agent/Trainer"], #root-the-board .int-0 td[data-stat="Agent/Trainer"],
#root-the-board .int-0 th[data-stat="Proj Bonus"], #root-the-board .int-0 td[data-stat="Proj Bonus"],
#root-the-board .int-0 th[data-stat=Bonus], #root-the-board .int-0 td[data-stat=Bonus],
#root-the-board .int-0 th[data-stat=Thr], #root-the-board .int-0 td[data-stat=Thr],
#root-the-board .int-0 th[data-stat=Frame], #root-the-board .int-0 td[data-stat=Frame] {
  border-right: 3px solid #333;
}
.dark-mode #root-the-board .int-0 th[data-stat="Agent/Trainer"], .dark-mode #root-the-board .int-0 td[data-stat="Agent/Trainer"],
.dark-mode #root-the-board .int-0 th[data-stat="Proj Bonus"], .dark-mode #root-the-board .int-0 td[data-stat="Proj Bonus"],
.dark-mode #root-the-board .int-0 th[data-stat=Bonus], .dark-mode #root-the-board .int-0 td[data-stat=Bonus],
.dark-mode #root-the-board .int-0 th[data-stat=Thr], .dark-mode #root-the-board .int-0 td[data-stat=Thr],
.dark-mode #root-the-board .int-0 th[data-stat=Frame], .dark-mode #root-the-board .int-0 td[data-stat=Frame] {
  border-right-color: #888;
}
#root-the-board .prospect-4 th[data-stat=Age], #root-the-board .prospect-4 td[data-stat=Age], #root-the-board .updated-4 th[data-stat=Age], #root-the-board .updated-4 td[data-stat=Age], #root-the-board .int-4 th[data-stat=Age], #root-the-board .int-4 td[data-stat=Age], #root-the-board .mlb-4 th[data-stat=Age], #root-the-board .mlb-4 td[data-stat=Age], #root-the-board .olympic-4 th[data-stat=Age], #root-the-board .olympic-4 td[data-stat=Age] {
  border-right: 3px solid #333;
}
.dark-mode #root-the-board .prospect-4 th[data-stat=Age], .dark-mode #root-the-board .prospect-4 td[data-stat=Age], .dark-mode #root-the-board .updated-4 th[data-stat=Age], .dark-mode #root-the-board .updated-4 td[data-stat=Age], .dark-mode #root-the-board .int-4 th[data-stat=Age], .dark-mode #root-the-board .int-4 td[data-stat=Age], .dark-mode #root-the-board .mlb-4 th[data-stat=Age], .dark-mode #root-the-board .mlb-4 td[data-stat=Age], .dark-mode #root-the-board .olympic-4 th[data-stat=Age], .dark-mode #root-the-board .olympic-4 td[data-stat=Age] {
  border-right-color: #888;
}
#root-the-board .prospect-4 th[data-stat=Frame], #root-the-board .prospect-4 td[data-stat=Frame],
#root-the-board .prospect-4 th[data-stat=Athl], #root-the-board .prospect-4 td[data-stat=Athl],
#root-the-board .prospect-4 th[data-stat=Levers], #root-the-board .prospect-4 td[data-stat=Levers],
#root-the-board .prospect-4 th[data-stat=Arm], #root-the-board .prospect-4 td[data-stat=Arm],
#root-the-board .prospect-4 th[data-stat=Perf], #root-the-board .prospect-4 td[data-stat=Perf],
#root-the-board .prospect-4 th[data-stat=Delivery], #root-the-board .prospect-4 td[data-stat=Delivery], #root-the-board .updated-4 th[data-stat=Frame], #root-the-board .updated-4 td[data-stat=Frame],
#root-the-board .updated-4 th[data-stat=Athl], #root-the-board .updated-4 td[data-stat=Athl],
#root-the-board .updated-4 th[data-stat=Levers], #root-the-board .updated-4 td[data-stat=Levers],
#root-the-board .updated-4 th[data-stat=Arm], #root-the-board .updated-4 td[data-stat=Arm],
#root-the-board .updated-4 th[data-stat=Perf], #root-the-board .updated-4 td[data-stat=Perf],
#root-the-board .updated-4 th[data-stat=Delivery], #root-the-board .updated-4 td[data-stat=Delivery], #root-the-board .int-4 th[data-stat=Frame], #root-the-board .int-4 td[data-stat=Frame],
#root-the-board .int-4 th[data-stat=Athl], #root-the-board .int-4 td[data-stat=Athl],
#root-the-board .int-4 th[data-stat=Levers], #root-the-board .int-4 td[data-stat=Levers],
#root-the-board .int-4 th[data-stat=Arm], #root-the-board .int-4 td[data-stat=Arm],
#root-the-board .int-4 th[data-stat=Perf], #root-the-board .int-4 td[data-stat=Perf],
#root-the-board .int-4 th[data-stat=Delivery], #root-the-board .int-4 td[data-stat=Delivery], #root-the-board .mlb-4 th[data-stat=Frame], #root-the-board .mlb-4 td[data-stat=Frame],
#root-the-board .mlb-4 th[data-stat=Athl], #root-the-board .mlb-4 td[data-stat=Athl],
#root-the-board .mlb-4 th[data-stat=Levers], #root-the-board .mlb-4 td[data-stat=Levers],
#root-the-board .mlb-4 th[data-stat=Arm], #root-the-board .mlb-4 td[data-stat=Arm],
#root-the-board .mlb-4 th[data-stat=Perf], #root-the-board .mlb-4 td[data-stat=Perf],
#root-the-board .mlb-4 th[data-stat=Delivery], #root-the-board .mlb-4 td[data-stat=Delivery], #root-the-board .olympic-4 th[data-stat=Frame], #root-the-board .olympic-4 td[data-stat=Frame],
#root-the-board .olympic-4 th[data-stat=Athl], #root-the-board .olympic-4 td[data-stat=Athl],
#root-the-board .olympic-4 th[data-stat=Levers], #root-the-board .olympic-4 td[data-stat=Levers],
#root-the-board .olympic-4 th[data-stat=Arm], #root-the-board .olympic-4 td[data-stat=Arm],
#root-the-board .olympic-4 th[data-stat=Perf], #root-the-board .olympic-4 td[data-stat=Perf],
#root-the-board .olympic-4 th[data-stat=Delivery], #root-the-board .olympic-4 td[data-stat=Delivery] {
  text-align: center;
}
#root-the-board .fall-0 [data-stat="AFL Team"], #root-the-board .fall-2 [data-stat="AFL Team"], #root-the-board .fall-3 [data-stat="AFL Team"] {
  width: 65px;
}
#root-the-board .fall-0 th[data-stat="Signed From"], #root-the-board .fall-2 th[data-stat="Signed From"], #root-the-board .fall-3 th[data-stat="Signed From"] {
  width: 95px;
}
#root-the-board .prospect-100 thead tr:first-child, #root-the-board [class*="-100"] thead tr:first-child {
  visibility: hidden;
  visibility: collapse;
}
#root-the-board .prospect-100 tr.team-unpublished, #root-the-board [class*="-100"] tr.team-unpublished {
  background-color: rgba(247, 220, 111, 0.3);
}
#root-the-board .prospect-100 tr.team-unpublished:hover, #root-the-board [class*="-100"] tr.team-unpublished:hover {
  background-color: rgba(247, 220, 111, 0.6);
}
#root-the-board .prospect-100 th, #root-the-board [class*="-100"] th {
  width: 32px;
}
#root-the-board .prospect-100 th, #root-the-board .prospect-100 td, #root-the-board [class*="-100"] th, #root-the-board [class*="-100"] td {
  text-align: right;
}
#root-the-board .prospect-100 .fv-col-span, #root-the-board [class*="-100"] .fv-col-span {
  text-align: center;
  border-left: 3px solid #333;
  border-right: 3px solid #333;
}
#root-the-board .prospect-100 [data-stat=Org], #root-the-board [class*="-100"] [data-stat=Org] {
  text-align: center;
}
#root-the-board .prospect-100 [data-stat=Value],
#root-the-board .prospect-100 [data-stat=Count], #root-the-board [class*="-100"] [data-stat=Value],
#root-the-board [class*="-100"] [data-stat=Count] {
  width: 55px;
}
#root-the-board .prospect-100 [data-stat=Ct], #root-the-board [class*="-100"] [data-stat=Ct] {
  width: 35px;
}
#root-the-board .prospect-100 [data-stat=Average], #root-the-board [class*="-100"] [data-stat=Average] {
  width: 60px;
}
#root-the-board .prospect-100 th[data-stat~=Pit], #root-the-board .prospect-100 th[data-stat~=Bat], #root-the-board [class*="-100"] th[data-stat~=Pit], #root-the-board [class*="-100"] th[data-stat~=Bat] {
  font-size: 10px;
  padding: 0;
}
#root-the-board .prospect-100 [data-stat~=Pit], #root-the-board [class*="-100"] [data-stat~=Pit] {
  border-right: 3px solid #333;
}
#root-the-board .prospect-100 [data-stat~=Bat], #root-the-board [class*="-100"] [data-stat~=Bat] {
  border-left: 3px solid #333;
}
#root-the-board .prospect-100 td[data-stat^="35 "],
#root-the-board .prospect-100 td[data-stat^="40 "],
#root-the-board .prospect-100 td[data-stat^="45 "],
#root-the-board .prospect-100 td[data-stat^="50 "],
#root-the-board .prospect-100 td[data-stat^="60"],
#root-the-board .prospect-100 td[data-stat^="70"], #root-the-board [class*="-100"] td[data-stat^="35 "],
#root-the-board [class*="-100"] td[data-stat^="40 "],
#root-the-board [class*="-100"] td[data-stat^="45 "],
#root-the-board [class*="-100"] td[data-stat^="50 "],
#root-the-board [class*="-100"] td[data-stat^="60"],
#root-the-board [class*="-100"] td[data-stat^="70"] {
  background-color: rgba(220, 220, 220, 0.6);
}
#root-the-board .prospect-100 td[data-stat^="35 "].highlight-sort,
#root-the-board .prospect-100 td[data-stat^="40 "].highlight-sort,
#root-the-board .prospect-100 td[data-stat^="45 "].highlight-sort,
#root-the-board .prospect-100 td[data-stat^="50 "].highlight-sort,
#root-the-board .prospect-100 td[data-stat^="60"].highlight-sort,
#root-the-board .prospect-100 td[data-stat^="70"].highlight-sort, #root-the-board [class*="-100"] td[data-stat^="35 "].highlight-sort,
#root-the-board [class*="-100"] td[data-stat^="40 "].highlight-sort,
#root-the-board [class*="-100"] td[data-stat^="45 "].highlight-sort,
#root-the-board [class*="-100"] td[data-stat^="50 "].highlight-sort,
#root-the-board [class*="-100"] td[data-stat^="60"].highlight-sort,
#root-the-board [class*="-100"] td[data-stat^="70"].highlight-sort {
  background-color: #ccc;
}
#root-the-board .prospect-100 .header-valuation, #root-the-board [class*="-100"] .header-valuation {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
}
#root-the-board .the-board-data {
  position: relative;
  text-align: right;
}
#root-the-board .the-board-data .data-export {
  display: inline-block;
  text-align: right;
  text-decoration: none;
  font-size: 12px;
  margin-bottom: -5px;
  margin-top: 5px;
  margin-right: 5px;
  position: relative;
  z-index: 10;
}
#root-the-board .the-board-data .fg-data-grid {
  text-align: left;
}
#root-the-board .the-board-data .fg-data-grid table {
  table-layout: fixed;
}
#root-the-board .the-board-data .fg-data-grid .table-wrapper-outer {
  /*overflow-x: auto;*/
}
#root-the-board .the-board-data .fg-data-grid .scout-grade-header {
  text-align: center;
  /*width: 50px;*/
}
#root-the-board .the-board-data .fg-data-grid .scout-grade-header + .th-tooltip {
  text-align: center;
}
#root-the-board .the-board-data .fg-data-grid .scout-grade-header + .th-tooltip .arrow-down {
  transform: translate(-50%, 0);
  left: 50% !important;
}
#root-the-board .the-board-data .fg-data-grid .scout-grade-header + .th-tooltip.nudged .arrow-down {
  left: initial !important;
  right: 20px !important;
}
#root-the-board .the-board-data .fg-data-grid .scout-grad-header-sub {
  display: none;
  font-weight: 400;
}
#root-the-board .the-board-data .fg-data-grid .highlight-sort .scout-grad-header-sub {
  display: block;
}
#root-the-board .the-board-data .fg-data-grid .highlight-sort .scout-grade-sort-highlight {
  font-weight: 700;
}
#root-the-board .the-board-data .fg-data-grid .scout-grade-td {
  text-align: center;
}
#root-the-board .the-board-data .fg-data-grid .scout-grade-td span {
  margin: 0 1px;
}
#root-the-board .the-board-data .the-board-modal {
  position: fixed;
  z-index: 10000000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.85);
  text-align: center;
  display: flex;
}
#root-the-board .the-board-data .the-board-modal .the-board-modal-content {
  display: inline-block;
  background-color: #fff;
  margin: auto;
  position: relative;
  max-width: 90%;
  max-height: 90%;
  overflow-y: auto;
}
#root-the-board .the-board-data .the-board-modal .the-board-modal-content::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
}
.dark-mode #root-the-board .the-board-data .the-board-modal .the-board-modal-content {
  background-color: #333;
}
#root-the-board .the-board-data .the-board-modal .the-board-modal-content .the-board-summary-insert {
  max-width: 700px;
  padding: 30px;
  text-align: left;
  font-size: 14px;
  line-height: 1.5;
}
#root-the-board .the-board-data .the-board-modal .the-board-modal-content iframe {
  max-width: 100%;
}
#root-the-board .the-board-data .the-board-modal .the-board-modal-close {
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 24px;
  color: #000;
}
.dark-mode #root-the-board .the-board-data .the-board-modal .the-board-modal-close {
  color: #fff;
}
#root-the-board .the-board-data .the-board-modal .the-board-modal-close:hover {
  color: #bbb;
}
#root-the-board .player-trend-data {
  padding: 20px 30px 30px;
  max-width: 900px;
}
#root-the-board .player-trend-data h3 {
  margin: 0;
  text-align: left;
  margin-bottom: 5px;
  font-weight: 400;
}
#root-the-board .player-trend-data .fg-data-grid {
  margin: 0;
}
#root-the-board .player-trend-data .fg-data-grid .table-wrapper-inner {
  border: 1px solid #ccc;
  padding: 0;
}
#root-the-board .player-trend-data .fg-data-grid .table-wrapper-inner .table-scroll {
  border: 1px solid #ccc;
}
#root-the-board .player-trend-data [data-stat=Season] {
  width: 55px;
}
#root-the-board .player-trend-data [data-stat="Report Type"] {
  width: 90px;
}
@media (max-width: 1000px) {
  #root-the-board {
    padding: 0 10px;
  }
  #root-the-board .ra-membership-house-wrapper, #root-the-board .fg-logo-bkgd {
    display: none;
  }
  #root-the-board .season-grid-controls-button-row, #root-the-board .season-grid-controls-dropdown-row {
    justify-content: center;
  }
  #root-the-board .table-scroll {
    overflow-x: scroll;
  }
  #root-the-board .table-fixed {
    display: block;
  }
  #root-the-board [data-stat=Name] {
    border-right: 3px solid #cecece;
  }
}
@media (max-width: 1000px) {
  #root-the-board .title-the-board {
    padding: 0 10px;
  }
  #root-the-board .board-main-controls .controls-filters:not(.filter-row-1) {
    flex-direction: column;
    align-items: center;
  }
  #root-the-board .board-main-controls .controls-filters-stat-filter {
    border: 0;
    align-items: baseline;
    padding-bottom: 10px;
  }
}
@media (max-width: 750px) {
  #root-the-board .board-main-controls .controls-filters {
    flex-direction: column;
    align-items: center;
  }
  #root-the-board .board-main-controls .controls-filters .fg-dropdown {
    margin: 10px 0;
  }
  #root-the-board .board-main-controls .controls-filters .controls-search-bar {
    margin: 10px 0;
  }
  #root-the-board .board-main-controls .controls-filters .controls-filters-stat-filter {
    border: 0;
    align-items: baseline;
    padding-bottom: 10px;
  }
  #root-the-board .board-main-controls .controls-filters .controls-filters-scout-grade {
    border-top: 1px solid #888;
    align-items: center;
    padding-top: 5px;
  }
  #root-the-board .board-main-controls .controls-filters .controls-filters-scout-grade .title {
    padding-bottom: 5px;
  }
  #root-the-board .board-main-controls .controls-filters .controls-filters-scout-grade .group-time-frame {
    width: 100%;
    padding: 5px 0 10px;
  }
  #root-the-board .board-main-controls .controls-filters .controls-filters-scout-grade .select-grades-comp {
    margin: 0;
    margin-top: 20px;
  }
  #root-the-board .board-main-controls .controls-filters .controls-filters-scout-grade .button-apply {
    margin-top: 10px;
  }
}
@media (max-width: 500px) {
  #root-the-board .fg-data-grid .page-item-control select {
    margin: 0;
  }
  #root-the-board .fg-data-grid .table-page-results {
    text-align: right;
  }
}
#root-the-board.combined .board-main-controls {
  /*background-color: #eee;*/
}
#root-the-board.combined .fg-dropdown .fg-dropdown-label {
  width: 100%;
}
#root-the-board.combined .controls-filters {
  padding: 10px;
  margin: 0;
}
#root-the-board.combined .controls-board-view {
  margin-top: 40px;
  flex-wrap: wrap-reverse;
  /*probably should spin this off*/
}
@media (max-width: 600px) {
  #root-the-board.combined .controls-board-view {
    width: 100%;
    flex-wrap: nowrap;
    overflow: auto;
    /*justify-content: flex-end;*/
  }
  #root-the-board.combined .controls-board-view::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
  }
}
#root-the-board.combined .controls-board-view .button-green {
  flex: 1 0 120px;
  margin-top: 5px;
  white-space: pre;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
#root-the-board.combined .controls-board-view .button-green.is-custom {
  /*background-color: yellow;*/
  /*background-color: $color-light-blue;*/
  position: relative;
  border-top-color: #336699;
}
#root-the-board.combined .controls-board-view .button-green.is-custom:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #336699;
}
#root-the-board.combined .controls-board-view .button-green.is-custom.isActive {
  background-color: #336699;
}
#root-the-board.combined .controls-board-view .button-green.button-sep-left {
  margin-left: 20px;
}
#root-the-board.combined .controls-board-view .button-custom-report-new {
  margin-left: 20px;
  flex-basis: 32px;
  padding: 3px;
}
#root-the-board.combined .controls-board-view .button-custom-report-new i {
  font-size: 14px;
}
#root-the-board.combined .controls-board-view .row-buttons {
  display: flex;
  flex-grow: 1;
  align-self: flex-end;
}
#root-the-board.combined .controls-board-view .row-extra-controls {
  display: flex;
  flex-grow: 1;
  align-self: stretch;
  align-items: baseline;
  margin-top: 5px;
  min-width: 300px;
}
#root-the-board.combined .controls-board-view .row-extra-controls .fgButton {
  line-height: 1;
  padding: 4px 0;
  margin: 0 5px;
}
#root-the-board.combined .controls-board-view .row-extra-controls .fgButton:last-child {
  margin-right: 0;
}

#root-the-board .controls-stats.quick-settings {
  width: 50%;
  justify-content: center;
  /*border-bottom: 1px solid #888;*/
  padding: 15px;
}
@media (max-width: 900px) {
  #root-the-board .controls-stats.quick-settings {
    width: 100%;
  }
}
#root-the-board .controls-stats.quick-settings .material-icons {
  align-self: flex-end;
  padding: 10px 0;
}
#root-the-board .controls-stats.quick-settings .quick-settings-item {
  padding: 0 10px;
  width: 50%;
  max-width: 230px;
}
#root-the-board .controls-stats.quick-settings .quick-settings-item .fg-dropdown {
  margin: auto;
  max-width: initial !important;
}
@media (max-width: 600px) {
  #root-the-board .controls-stats.quick-settings .quick-settings-item {
    width: 100%;
  }
}
#root-the-board .controls-stats.quick-settings.quick-filters {
  flex-wrap: wrap;
  justify-content: center;
  border-left: 1px solid #888;
}
@media (max-width: 900px) {
  #root-the-board .controls-stats.quick-settings.quick-filters {
    border: 0;
    border-top: 1px solid #888;
  }
}
#root-the-board .controls-stats.quick-settings.quick-filters .controls-stats-header {
  width: 100%;
  flex: 0 0 100%;
  padding: 10px 0;
  text-decoration: underline;
  text-align: center;
}
#root-the-board .controls-stats.quick-settings.quick-filters .quick-settings-item {
  /*min-width: 250px;*/
  flex: 0 0 50%;
  display: flex;
  align-items: center;
}
#root-the-board .controls-stats.quick-settings.quick-filters .quick-settings-item label {
  flex: 0 0 auto;
}
@media (max-width: 600px) {
  #root-the-board .controls-stats.quick-settings {
    flex-direction: column;
    padding: 5px;
  }
  #root-the-board .controls-stats.quick-settings .quick-settings-label {
    font-size: 14px;
  }
  #root-the-board .controls-stats.quick-settings .material-icons {
    display: none;
  }
  #root-the-board .controls-stats.quick-settings .quick-settings-item .fg-dropdown {
    margin-bottom: 10px;
  }
}
#root-the-board .fg-data-grid .table-wrapper-outer {
  overflow-x: hidden;
}
#root-the-board .fg-data-grid .table-wrapper-inner {
  overflow-x: auto;
}
#root-the-board .quick-settings-label {
  font-size: 16px;
  text-align: center;
  /*width: 220px;*/
  margin-bottom: 10px;
}
#root-the-board .the-board-combined-nav, #root-the-board .controls-board-view {
  display: flex;
  text-align: center;
  align-items: baseline;
}
#root-the-board .the-board-combined-nav {
  margin-bottom: 10px;
  align-items: stretch;
}
@media (max-width: 600px) {
  #root-the-board .the-board-combined-nav {
    flex-direction: column;
    font-size: 14px;
  }
}
#root-the-board .control-tabs {
  display: flex;
  margin-top: 10px;
  background-color: #d5d5d5;
  border: 1px solid #ddd;
  border-left-width: 1.5px;
}
.dark-mode #root-the-board .control-tabs {
  background-color: #3a3a3a;
}
#root-the-board .control-tabs .fgButton {
  flex: 0 0 110px;
  font-size: 12px;
  padding: 8px;
  border: 0;
}
#root-the-board .control-tabs .fgButton.isActive {
  border-bottom: 3px solid #50ae26;
}
@media (max-width: 600px) {
  #root-the-board .control-tabs .fgButton {
    font-size: 10px;
    flex-basis: auto;
  }
}
#root-the-board .controls-combined .board-main-controls, #root-the-board .controls-combined .leaders-minor-league-controls, #root-the-board .controls-combined .board-combined-common-controls {
  border-left: 3px solid #50ae26;
}
#root-the-board .controls-combined .board-combined-common-controls {
  display: flex;
  align-items: stretch;
}
@media (max-width: 900px) {
  #root-the-board .controls-combined .board-combined-common-controls {
    flex-direction: column;
  }
}
#root-the-board .controls-board-view {
  display: flex;
  flex-direction: row;
  font-size: 12px;
  border-bottom: 4px solid #50ae26;
}
#root-the-board .controls-board-view .fgButton, #root-the-board .controls-board-view .fg-button {
  max-width: 120px;
}
#root-the-board .data-grid-header-controller {
  width: 100%;
}
#root-the-board .combined-0 [data-stat=Age],
#root-the-board .combined-0 th[data-stat=Spd], #root-the-board .combined-0 td[data-stat=Spd],
#root-the-board .combined-0 th[data-stat="Org Rk"], #root-the-board .combined-0 td[data-stat="Org Rk"],
#root-the-board .combined-0 [data-stat=FV] {
  border-right: 3px solid #333;
}
.dark-mode #root-the-board .combined-0 [data-stat=Age],
.dark-mode #root-the-board .combined-0 th[data-stat=Spd], .dark-mode #root-the-board .combined-0 td[data-stat=Spd],
.dark-mode #root-the-board .combined-0 th[data-stat="Org Rk"], .dark-mode #root-the-board .combined-0 td[data-stat="Org Rk"],
.dark-mode #root-the-board .combined-0 [data-stat=FV] {
  border-right-color: #888;
}
#root-the-board .combined-1 [data-stat=Age],
#root-the-board .combined-1 th[data-stat="Org Rk"], #root-the-board .combined-1 td[data-stat="Org Rk"],
#root-the-board .combined-1 [data-stat=FV] {
  border-right: 3px solid #333;
}
.dark-mode #root-the-board .combined-1 [data-stat=Age],
.dark-mode #root-the-board .combined-1 th[data-stat="Org Rk"], .dark-mode #root-the-board .combined-1 td[data-stat="Org Rk"],
.dark-mode #root-the-board .combined-1 [data-stat=FV] {
  border-right-color: #888;
}
#root-the-board h3 {
  margin: 0;
  margin-top: 20px;
  font-size: 14px;
  color: #000;
}
.dark-mode #root-the-board h3 {
  color: #fff;
}
#root-the-board .data-grid-modal {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 10;
  text-align: center;
  opacity: 0.95;
  /* margin-top: 30px; */
  padding-top: 50px;
  line-height: 2;
  font-size: 18px;
  box-sizing: border-box;
}
#root-the-board .data-grid-modal.loading img {
  width: 100px;
}
#root-the-board .player-selection-box {
  width: 400px;
}
#root-the-board .modal-custom-player {
  padding: 30px;
}
#root-the-board .modal-title {
  padding: 10px;
}
#root-the-board .ra-free {
  display: none;
}
#root-the-board .ra-membership-house-wrapper {
  margin: 20px 0;
}
.fg-dropdown {
  display: inline-block;
  border: 1px solid #cdcdcd;
  background-color: #f5f5f5;
  font-size: 13px;
  position: relative;
  width: 140px;
  cursor: default;
}
.fg-dropdown:focus {
  outline: none;
}
.dark-mode .fg-dropdown {
  background-color: #888;
}
.fg-dropdown ul, .fg-dropdown li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.fg-dropdown ul.fg-dropdown-ul, .fg-dropdown .fg-dropdown-ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.fg-dropdown ul.fg-dropdown-ul {
  padding-left: 0;
}
.fg-dropdown .fg-dropdown-ul li {
  padding: 3px 5px;
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
}
.fg-dropdown-label {
  padding: 5px;
}
.fg-dropdown-label:after {
  content: "";
  /*candidate to delete the commented*/
  /*margin-top: 15px;*/
  /*display: inline-block;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid black;
  position: absolute;
  right: 5px;
  top: 10px;*/
  /*height: 100%;*/
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(0, 0, 0, 0.8);
  position: absolute;
  bottom: 50%;
  right: 7px;
}
.fg-dropdown.is-disabled {
  color: #aaa;
}
.fg-dropdown.is-disabled .fg-dropdown-label:after {
  border-top: 4px solid #aaa;
}
.fg-dropdown .fg-dropdown-ul {
  display: none;
  position: absolute;
  min-width: 100%;
  text-align: left;
  left: 0;
  z-index: 20;
  background-color: #f5f5f5;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3), 0 6px 6px rgba(0, 0, 0, 0.1);
}
.dark-mode .fg-dropdown .fg-dropdown-ul {
  background-color: #3a3a3a;
}
.fg-dropdown .fg-dropdown-ul.show {
  display: block;
  max-height: 400px;
  overflow-y: auto;
}
.fg-dropdown .fg-dropdown-ul.show.dropdown-columns {
  display: flex;
}
.fg-dropdown .fg-dropdown-ul.show.dropdown-columns .col {
  width: 100%;
}
.fg-dropdown .fg-dropdown-ul li {
  border: 1px solid #cdcdcd;
  background-color: #f5f5f5;
  padding: 5px;
  cursor: pointer;
}
.fg-dropdown .fg-dropdown-ul li:hover {
  background-color: #aaa;
}
.dark-mode .fg-dropdown .fg-dropdown-ul li:hover {
  background-color: #666;
}
.fg-dropdown .fg-dropdown-ul li.seperator {
  border-bottom: 5px solid #ddd;
}
.dark-mode .fg-dropdown .fg-dropdown-ul li {
  background-color: #3a3a3a;
}
.fg-dropdown.show .fg-dropdown-label {
  background-color: #50ae26;
  /*color: #fff;*/
}
.fg-dropdown.show .fg-dropdown-ul {
  display: block;
}
.fg-dropdown.show .fg-dropdown-ul.dropdown-columns {
  display: flex;
}
.custom-report-sub-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  background-color: #d5d5d5;
  padding: 7px 0;
}
.custom-report-sub-header .fgButton {
  font-size: 12px;
  margin: 0 10px;
}
.custom-report-sub-header .fgButton.button-small {
  flex: 0 0 90px;
}
.custom-report-sub-header .sub-header-alert {
  width: 100%;
  flex: 0 0 100%;
  font-size: 12px;
  height: 22px;
  text-align: center;
}
@media (max-width: 400px) {
  .custom-report-sub-header .sub-header-alert {
    height: 40px;
  }
}
.custom-report-sub-header .sub-header-alert:before {
  display: inline-block;
  content: "!";
  background-color: rgb(206, 36, 49);
  color: #fff;
  width: 20px;
  text-align: center;
  margin: 0 5px;
}

.custom-report-app {
  padding: 10px;
}
.custom-report-app .custom-report-title {
  padding: 10px 0;
}
.custom-report-app .custom-report-list {
  max-height: 300px;
  overflow: auto;
  height: 90vh;
  padding: 0 10px;
  /*this hides scroll bars, because who wants those*/
}
.custom-report-app .custom-report-list::-webkit-scrollbar {
  width: 0 !important;
}
.custom-report-app .custom-report-list .custom-report-list-item, .custom-report-app .custom-report-list .custom-report-list-header {
  display: flex;
  font-size: 12px;
  /*justify-content: center;*/
  align-items: center;
}
.custom-report-app .custom-report-list .custom-report-list-item .custom-report-item-label, .custom-report-app .custom-report-list .custom-report-list-header .custom-report-item-label {
  flex: 0 0 140px;
  display: block;
  white-space: pre;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: left;
}
.custom-report-app .custom-report-list .custom-report-list-item .custom-report-item-date, .custom-report-app .custom-report-list .custom-report-list-header .custom-report-item-date {
  flex: 0 0 100px;
}
.custom-report-app .custom-report-list .custom-report-list-item .custom-report-list-button, .custom-report-app .custom-report-list .custom-report-list-header .custom-report-list-button {
  font-size: 10px;
  padding: 3px 0;
  width: 40px;
  flex: 0 0 60px;
  margin: 4px 2px;
}
.custom-report-app .custom-report-list .custom-report-list-item .custom-report-list-button.isActive, .custom-report-app .custom-report-list .custom-report-list-header .custom-report-list-button.isActive {
  background-color: #336699;
  color: #fff;
}
.custom-report-app .custom-report-list .custom-report-list-item .custom-report-item-legacy, .custom-report-app .custom-report-list .custom-report-list-header .custom-report-item-legacy {
  text-align: center;
  padding: 0 40px;
}
.custom-report-app .custom-report-list .custom-report-list-header {
  text-decoration: underline;
  padding-bottom: 5px;
}
.custom-report-app.new-report {
  text-align: center;
}
.custom-report-app.new-report .custom-report-item {
  display: flex;
  margin: auto;
  justify-content: center;
  padding: 5px;
}
.custom-report-app.new-report .custom-report-item input {
  margin: 0 5px;
}
.custom-report-app.new-report .custom-report-item ul {
  text-align: left;
  list-style: disc;
}
.custom-report-app.new-report .custom-report-item ul li {
  font-size: 14px;
  text-align: left;
  list-style: disc;
  padding: 5px 0;
}
.custom-report-app.new-report .custom-report-item.title {
  padding: 20px;
}
.custom-report-app.new-report .fgButton {
  font-size: 14px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 200px;
}
.custom-report-app hr {
  border: 0;
  border-bottom: 1px solid #aaa;
  width: 60%;
}
.custom-report-app .new-report .fgButton {
  margin: 40px 0;
}
.player-selection-box, .player-selection-single {
  font-family: lato, Arial, Arial, Helvetica, sans-serif;
  position: relative;
  width: 220px;
  margin: 0 auto;
}
.player-selection-box .input-search, .player-selection-single .input-search {
  font-size: 14px;
  padding: 5px 5px;
  /*width: 220px;*/
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #aaa;
}
.player-selection-box label, .player-selection-single label {
  display: inline-block;
  padding: 10px 0;
  font-size: 12px;
}
.player-selection-box .drop-down, .player-selection-box .selected-players, .player-selection-single .drop-down, .player-selection-single .selected-players {
  background-color: #fff;
  border: 1px solid #aaa;
  font-size: 12px;
  padding: 0;
  list-style: none;
  overflow-y: auto;
}
.dark-mode .player-selection-box .drop-down, .dark-mode .player-selection-box .selected-players, .dark-mode .player-selection-single .drop-down, .dark-mode .player-selection-single .selected-players {
  background-color: #444;
}
.player-selection-box .drop-down li, .player-selection-box .selected-players li, .player-selection-single .drop-down li, .player-selection-single .selected-players li {
  padding: 5px;
  position: relative;
  cursor: default;
  text-align: left;
}
.player-selection-box .drop-down li:hover, .player-selection-box .drop-down li.active, .player-selection-box .selected-players li:hover, .player-selection-box .selected-players li.active, .player-selection-single .drop-down li:hover, .player-selection-single .drop-down li.active, .player-selection-single .selected-players li:hover, .player-selection-single .selected-players li.active {
  background-color: #eee;
}
.dark-mode .player-selection-box .drop-down li:hover, .dark-mode .player-selection-box .drop-down li.active, .dark-mode .player-selection-box .selected-players li:hover, .dark-mode .player-selection-box .selected-players li.active, .dark-mode .player-selection-single .drop-down li:hover, .dark-mode .player-selection-single .drop-down li.active, .dark-mode .player-selection-single .selected-players li:hover, .dark-mode .player-selection-single .selected-players li.active {
  background-color: #555;
}
.player-selection-box .drop-down li div, .player-selection-box .selected-players li div, .player-selection-single .drop-down li div, .player-selection-single .selected-players li div {
  display: inline-block;
}
.player-selection-box .drop-down li div:last-child, .player-selection-box .selected-players li div:last-child, .player-selection-single .drop-down li div:last-child, .player-selection-single .selected-players li div:last-child {
  position: absolute;
  right: 6px;
}
.player-selection-box .drop-down, .player-selection-single .drop-down {
  position: absolute;
  top: 28px;
  width: 100%;
  max-height: 200px;
  z-index: 10;
  box-sizing: border-box;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3), 2px 5px 15px rgba(0, 0, 0, 0.3);
}
.player-selection-box .selected-players, .player-selection-single .selected-players {
  height: 300px;
}
.player-selection-box .selected-players .selected-players-remove, .player-selection-single .selected-players .selected-players-remove {
  font-size: 18px;
  line-height: 14px;
  cursor: pointer;
  color: #888;
}
.player-selection-box .selected-players .selected-players-remove:hover, .player-selection-single .selected-players .selected-players-remove:hover {
  color: #50ae26;
}
.player-selection-box .selected-players a, .player-selection-single .selected-players a {
  text-decoration: none;
}
.player-selection-box .box-buttons, .player-selection-single .box-buttons {
  position: relative;
  /*margin-top: 10px;*/
  padding: 5px;
  text-align: left;
}
.player-selection-box .box-buttons .action, .player-selection-single .box-buttons .action {
  position: absolute;
  right: 5px;
}
.player-selection-box button, .player-selection-single button {
  font-size: 14px;
  height: 30px;
  padding: 0 10px;
  font-family: Lato, arial, helvetica, sans-serif;
  background-color: #ddd;
  border: 0;
  cursor: pointer;
}
.player-selection-box button:active, .player-selection-single button:active {
  background-color: #eee;
}
.player-selection-box button.action, .player-selection-single button.action {
  background-color: #336699;
  color: #fff;
}
.player-selection-box button.action:active, .player-selection-single button.action:active {
  background-color: #4477aa;
}
#root-membership-wpa {
  text-align: center;
}

.membership-wpa {
  display: inline-block;
  text-align: center;
  max-width: 312px;
  margin-left: auto;
  margin-right: auto;
}
.membership-wpa svg {
  background-color: #fff;
}
.membership-wpa .membership-wpa__title {
  text-align: center;
  background-color: #50ae26;
  color: #fff;
  padding: 5px 0;
  margin-top: 5px;
}
.membership-wpa .x-axis {
  color: #000;
}
.membership-wpa .x-axis path, .membership-wpa .x-axis line {
  stroke: #aaa;
}
.membership-wpa .y-axis text {
  font-size: 12px;
}
.membership-wpa .rect__plot {
  fill: none;
  stroke: #aaa;
  stroke-width: 1;
}
.membership-wpa .rect__inn-away {
  fill: #fff;
}
.membership-wpa .rect__inn-home {
  fill: #ccc;
}
.membership-wpa .line__grid {
  stroke: #aaa;
  stroke-dasharray: 2 2;
  stroke-width: 0.5;
}
.membership-wpa .line__grid-mid {
  stroke: #888;
  stroke-width: 0.5;
}
.membership-wpa .line__wpa-main {
  stroke: #50ae26;
  stroke-width: 5;
  fill: none;
}
.membership-wpa .line__team-box {
  stroke: #333;
  stroke-width: 2;
}
.membership-wpa .annotation__goal {
  font-size: 12px;
}
.membership-wpa .membership-wpa__panel {
  padding-top: 10px;
}
.membership-wpa .membership-wpa__panel .membership-wpa__panel__call-to-action {
  display: flex;
  justify-content: space-evenly;
  padding-top: 20px;
}
.membership-wpa .membership-wpa__panel .membership-wpa__panel__call-to-action a {
  background-color: #ffd800;
  padding: 10px 10px;
}
.dark-mode .membership-wpa .membership-wpa__panel .membership-wpa__panel__call-to-action a {
  color: #000;
}
.membership-wpa .membership-wpa__panel .membership-wpa__panel__call-to-action a:hover {
  color: #000;
  background-color: rgba(255, 216, 0, 0.85);
}
.membership-wpa .membership-wpa__panel .membership-wpa__panel__call-to-action a:last-child {
  margin-left: 10px;
}
.ra-membership-house-wrapper {
  background-color: #50ae26;
  text-align: center;
  font-family: Lato, arial, helvetica, sans-serif;
  -webkit-text-size-adjust: none;
}
.ra-membership-house-wrapper .ra-membership-house-copy p {
  margin: 15px auto;
  text-align: left;
  font-weight: 400;
  line-height: 1.2;
}
.ra-membership-house-wrapper .ra-membership-house-copy p a {
  color: #fff;
}
.ra-membership-house-wrapper .ra-membership-house-copy .button {
  background-color: #ffd800;
  color: #000;
  margin-bottom: 20px;
  line-height: 50px;
  display: inline-block;
  padding: 0 20px;
  font-weight: 400;
}
.stack-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  padding: 5px;
  margin: 0px;
}
.stack-row .stack-item {
  height: 28px;
  position: relative;
  margin: 3px 5px;
  width: 119px;
  flex: 0 1 auto;
  background-color: #336699;
  border: 3px solid #336699;
  /*padding-bottom: 2px;*/
  font-family: lato;
  color: white;
  display: flex;
  align-items: center;
  font-size: 12px;
}
.stack-row .stack-item.splits-pitch {
  background-color: #74b4fa;
  border: 3px solid #74b4fa;
}
.stack-row .stack-item.pending {
  background-color: #fff;
  color: #000;
}
.stack-row .stack-item .splitStack-item-text, .stack-row .stack-item .stack-item-text {
  width: 100%;
  padding: 0 2px;
  cursor: default;
}
.stack-row .stack-item .icon-close {
  cursor: pointer;
  font-size: 12px;
  margin-right: 5px;
}
.stack-row .stack-item .icon-close:hover {
  color: rgba(255, 255, 255, 0.7);
}
.stack-row .stack-item .stack-item-op {
  display: block;
  content: "OR";
  position: absolute;
  left: -36px;
  top: 25%;
  font-size: 12px;
  background-color: #ddd;
  color: #000;
  padding: 0 2px;
  cursor: pointer;
}
.fgButton, .fg-button {
  flex: 1 0 auto; /*possibly program this*/
  border: 1px solid #cdcdcd;
  background-color: #f5f5f5;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 5px;
  text-decoration: none;
}
.dark-mode .fgButton, .dark-mode .fg-button {
  background-color: #888;
}
.fgButton.button-green.active, .fgButton.button-green.isActive, .fg-button.button-green.active, .fg-button.button-green.isActive {
  background-color: #50ae26;
  color: #fff;
}
.dark-mode .fgButton.button-green.active, .dark-mode .fgButton.button-green.isActive, .dark-mode .fg-button.button-green.active, .dark-mode .fg-button.button-green.isActive {
  background-color: #50ae26;
}
.fgButton.button-blue.active, .fgButton.button-blue.isActive, .fg-button.button-blue.active, .fg-button.button-blue.isActive {
  background-color: #336699;
  color: #fff;
}
.dark-mode .fgButton.button-blue.active, .dark-mode .fgButton.button-blue.isActive, .dark-mode .fg-button.button-blue.active, .dark-mode .fg-button.button-blue.isActive {
  background-color: #336699;
}
.fgButton.button-tab, .fg-button.button-tab {
  flex: 1 0 120px;
  margin-top: 5px;
  white-space: pre;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  max-width: 120px;
  font-size: 12px;
  text-align: center;
}
.fgButton.button-small, .fg-button.button-small {
  flex: 0 0 100px;
  width: 100px;
  padding: 3px;
  margin: 4px 0;
}

.fgButton:hover,
.fg-button:hover {
  background-color: #e8e8e8;
}
.dark-mode .fgButton:hover,
.dark-mode .fg-button:hover {
  background-color: #aaa;
}

.fgButton:active,
.fg-button:active {
  background-color: #A0A0A0;
}

.fgButton.disabled,
.fg-button.disabled {
  color: #a5a5a5;
  pointer-events: none;
}

.fgButton.disabled:active,
.fg-button.disabled:active {
  background-color: initial;
}

.fgButton.inactive:hover,
.fgButton.disabled:hover,
.fg-button.inactive:hover,
.fg-button.disabled:hover {
  background-color: #f5f5f5;
  color: #A5A5A5;
}
.data-export {
  display: inline-block;
  text-align: right;
  text-decoration: none;
  font-size: 12px;
  margin-bottom: 5px;
  margin-top: 0px;
  margin-right: 5px;
}
.data-export.inactive {
  color: #888;
}
#header-controller.fg-data-grid {
  box-sizing: border-box;
  padding: 20px;
  margin: 0;
  max-height: 100vh;
  overflow: auto;
  /*&:after {
      content: '';
      display: block;
      padding-bottom: 20px;
      border-top: 1px solid #aaa;
      margin-top: 30px;
  }*/
}
@media (max-width: 400px) {
  #header-controller.fg-data-grid {
    max-height: 80vh;
    overflow: auto;
  }
}
#header-controller.fg-data-grid::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
}
#header-controller.fg-data-grid * {
  box-sizing: inherit;
}
#header-controller.fg-data-grid .header-controller-remove {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  height: 80px;
  width: 200px;
  background-color: rgb(206, 36, 49);
}
#header-controller.fg-data-grid .header-controller-remove.is-hidden {
  visibility: hidden;
}
#header-controller.fg-data-grid .button-clear {
  width: 120px;
  font-size: 12px;
}
#header-controller.fg-data-grid .header-controller-title {
  font-size: 16px;
  text-align: center;
}
@media (max-width: 400px) {
  #header-controller.fg-data-grid .header-controller-title {
    padding-bottom: 30px;
  }
}
#header-controller.fg-data-grid .header-controller-active-wrapper, #header-controller.fg-data-grid .header-controller-available-wrapper {
  display: flex;
  overflow: auto;
  width: 100%;
  /*this hides scroll bars, because who wants those*/
}
#header-controller.fg-data-grid .header-controller-active-wrapper .draggable-item, #header-controller.fg-data-grid .header-controller-available-wrapper .draggable-item {
  flex: 0 1 64px;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 50px;
}
#header-controller.fg-data-grid .header-controller-active-wrapper::-webkit-scrollbar, #header-controller.fg-data-grid .header-controller-available-wrapper::-webkit-scrollbar {
  width: 0 !important;
}
#header-controller.fg-data-grid .header-controller-active-wrapper {
  padding: 5px;
  background-color: #f5f5f5;
  border: 1px solid #cdcdcd;
  height: 62px;
  overflow-y: hidden;
  overflow-x: auto;
}
#header-controller.fg-data-grid .header-controller-active-wrapper::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
}
#header-controller.fg-data-grid .header-controller-active-wrapper .draggable-item {
  flex: 0 1 64px;
  min-width: 40px;
  height: 50px;
}
#header-controller.fg-data-grid .header-controller-label {
  position: relative;
  text-align: left;
  width: 100%;
}
#header-controller.fg-data-grid .header-controller-label span {
  display: inline-block;
  background-color: #336699;
  color: #fff;
  width: 150px;
  padding: 5px;
  text-align: center;
}
#header-controller.fg-data-grid .header-controller-label .header-controller-aux-buttons {
  display: flex;
  position: absolute;
  bottom: 7px;
  right: 0;
}
@media (max-width: 400px) {
  #header-controller.fg-data-grid .header-controller-label .header-controller-aux-buttons {
    flex-direction: column;
  }
}
#header-controller.fg-data-grid .header-controller-label .header-controller-aux-buttons .button-aux {
  padding: 3px;
  width: 120px;
  font-size: 12px;
  margin: 0 5px;
}
#header-controller.fg-data-grid .header-controller-label .header-controller-aux-buttons .button-aux:last-child {
  margin-right: 0;
}
@media (max-width: 400px) {
  #header-controller.fg-data-grid .header-controller-label .header-controller-aux-buttons .button-aux {
    margin-top: 5px;
  }
}
#header-controller.fg-data-grid .header-control-key {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 5px;
}
#header-controller.fg-data-grid .header-control-key i {
  font-size: 36px;
}
#header-controller.fg-data-grid .draggable-item {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  background-color: gray;
  color: #fff;
  padding-right: 3px;
  padding-left: 4px;
  padding: 8px;
  text-align: center;
  border: 1px solid #ddd;
  font-size: 12px;
}
#header-controller.fg-data-grid .draggable-item:hover {
  opacity: 0.8;
}
#header-controller.fg-data-grid .draggable-item:hover .draggable-item-close {
  opacity: 1;
}
#header-controller.fg-data-grid .draggable-item .draggable-item-close {
  opacity: 0;
  position: absolute;
  top: 1px;
  right: 1px;
  font-size: 12px;
  transition: 150ms opacity;
}
#header-controller.fg-data-grid .draggable-item .draggable-item-close:hover {
  color: #000;
}
#header-controller.fg-data-grid .header-available .header-available-tab-control {
  display: flex;
  flex-wrap: wrap;
  /*margin-top: 10px;*/
  background-color: #dedede;
  border: 1px solid #ddd;
  border-left-width: 1.5px;
}
#header-controller.fg-data-grid .header-available .header-available-tab-control .fgButton {
  flex: 0 0 110px;
  font-size: 12px;
  padding: 8px;
  border: 0;
}
#header-controller.fg-data-grid .header-available .header-available-tab-control .fgButton.isActive {
  border-bottom: 3px solid #336699;
}
#header-controller.fg-data-grid .header-available .header-controller-available-wrapper.header-available-category {
  flex-wrap: wrap;
  margin-top: 10px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  padding: 10px;
}
#header-controller.fg-data-grid .header-available .header-controller-available-wrapper.header-available-category .draggable-item {
  background-color: gray;
}
.table-page-control {
  display: flex;
  align-items: center;
  padding: 5px;
  font-size: 12px;
  width: 100%;
}
.table-page-control ~ .table-page-control {
  position: absolute;
  top: 14px;
}
.table-page-control .material-icons {
  cursor: pointer;
}
.table-page-control input {
  font-family: inherit;
  width: 30px;
  margin: 0 10px 0 0;
  font-size: inherit;
  text-align: right;
  padding-right: 5px;
}
.table-page-control .table-page-results {
  font-size: 12px;
  margin-left: auto;
}
.table-page-control .page-item-control {
  font-family: Lato, arial, helvetica, sans-serif;
  margin-left: 20px;
}
@media (max-width: 430px) {
  .table-page-control .page-item-control {
    position: relative;
    top: -10px;
  }
}
.table-page-control .page-item-control select {
  font-family: Lato, arial, helvetica, sans-serif;
  cursor: pointer;
  font-size: 12px;
  margin-left: 5px;
  padding: 5px;
}
.table-page-control .page-item-control select option {
  padding: 0;
}
.fgui-loading-screen {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 10;
  text-align: center;
  opacity: 0.95;
  /* margin-top: 30px; */
  padding-top: 50px;
  line-height: 2;
  font-size: 18px;
  box-sizing: border-box;
}
.dark-mode .fgui-loading-screen {
  background-color: #1a1a1a;
}
.fgui-loading-screen img {
  width: 100px;
}
.fg-data-grid {
  font-family: lato, Arial, Helvetica, sans-serif;
  font-size: 14px;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  margin-top: -10px;
}
.fg-data-grid * {
  box-sizing: inherit;
}
.fg-data-grid .table-wrapper-outer {
  position: relative;
  max-width: 980px;
}
.fg-data-grid .table-wrapper-outer::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
}
.fg-data-grid .table-wrapper-outer .fgui-loading-screen {
  position: absolute;
  top: 55px;
  left: 0;
}
.fg-data-grid .table-wrapper-inner {
  /*overflow-x: auto;*/
  padding-top: 55px;
}
.fg-data-grid .table-wrapper-inner::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
}
.fg-data-grid .table-fixed {
  /*possibly only show this on mobile*/
  display: none;
  position: absolute;
  left: 0;
  top: 55px;
  width: 100%;
  pointer-events: none;
  overflow: hidden;
}
.fg-data-grid .table-fixed::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
}
.fg-data-grid .table-fixed td, .fg-data-grid .table-fixed th {
  visibility: hidden;
}
.fg-data-grid .table-fixed td.fixed, .fg-data-grid .table-fixed th.fixed {
  visibility: visible;
  pointer-events: all;
}
.fg-data-grid .table-fixed td:not(.fixed), .fg-data-grid .table-fixed th:not(.fixed) {
  border-color: transparent;
}
.fg-data-grid .table-scroll::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
}
.fg-data-grid table {
  border-collapse: collapse;
  font-family: "segoe ui", arial, sans-serif;
  font-size: 12px;
  width: 100%;
  table-layout: fixed;
}
.fg-data-grid table tr {
  /*background-color: #ddd;*/
  background-color: #fff;
}
.dark-mode .fg-data-grid table tr {
  background-color: #1a1a1a;
}
.fg-data-grid table tr.hover {
  background-color: #ddd;
}
.dark-mode .fg-data-grid table tr.hover {
  background-color: #333;
}
.fg-data-grid table tr:focus {
  outline: 0;
}
.fg-data-grid table tr.is-selected {
  background-color: #fbdbdb;
}
.fg-data-grid table tr.is-selected:focus {
  outline: 0;
}
.dark-mode .fg-data-grid table tr.is-selected {
  background-color: #9f5454;
}
.fg-data-grid table tr.is-selected__total {
  background-color: #f4a4a4;
}
.dark-mode .fg-data-grid table tr.is-selected__total {
  background-color: #5d3030;
}
.fg-data-grid table th {
  cursor: pointer;
  position: relative;
  background-color: gray;
  color: #fff;
  padding-right: 3px;
  padding-left: 4px;
  padding-top: 4px;
  padding-bottom: 3px;
}
.dark-mode .fg-data-grid table th {
  background-color: #555;
  border-color: #747474;
}
.fg-data-grid table th.highlight-sort {
  color: #000;
}
.fg-data-grid table th.th-name {
  width: 130px;
}
.fg-data-grid table th.th-season {
  width: 45px;
}
.fg-data-grid table th.th-month {
  width: 60px;
}
.fg-data-grid table th.th-week {
  width: 105px;
}
.fg-data-grid table th.th-team {
  width: 55px;
}
.fg-data-grid table th.th-rank {
  width: 32px;
}
.fg-data-grid table th.th-date {
  width: 80px;
}
.fg-data-grid table th .th-tooltip {
  font-family: lato, Arial, Helvetica, sans-serif;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 4px;
  text-align: center;
  white-space: pre;
  z-index: 1000;
  animation: fadeIn ease-in-out 300ms;
  -webkit-animation: fadeIn ease-in-out 300ms;
  -moz-animation: fadeIn ease-in-out 300ms;
  -o-animation: fadeIn ease-in-out 300ms;
  -ms-animation: fadeIn ease-in-out 300ms;
}
.dark-mode .fg-data-grid table th .th-tooltip {
  background-color: rgba(204, 204, 204, 0.8);
  color: #000;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fg-data-grid table th .th-tooltip a {
  color: inherit;
  text-decoration: underline;
}
.fg-data-grid table th .th-tooltip a:hover {
  color: #50ae26;
}
.fg-data-grid table th .th-tooltip .arrow-down {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 12px solid rgba(0, 0, 0, 0.8);
  bottom: -12px;
  left: 5px;
  position: absolute;
}
.dark-mode .fg-data-grid table th .th-tooltip .arrow-down {
  border-top-color: rgba(204, 204, 204, 0.8);
}
.fg-data-grid table td {
  position: relative;
  border: 1px solid #eee;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 3px;
  padding-left: 4px;
  padding-top: 4px;
  padding-bottom: 3px;
  white-space: nowrap;
}
.fg-data-grid table td a {
  text-decoration: none;
}
.dark-mode .fg-data-grid table td {
  border-color: #555;
}
.fg-data-grid table td .th-tooltip {
  font-family: lato, Arial, Helvetica, sans-serif;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 4px;
  text-align: center;
  white-space: pre;
  z-index: 1000;
  animation: fadeIn ease-in-out 300ms;
  -webkit-animation: fadeIn ease-in-out 300ms;
  -moz-animation: fadeIn ease-in-out 300ms;
  -o-animation: fadeIn ease-in-out 300ms;
  -ms-animation: fadeIn ease-in-out 300ms;
}
.dark-mode .fg-data-grid table td .th-tooltip {
  background-color: rgba(204, 204, 204, 0.8);
  color: #000;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fg-data-grid table td .th-tooltip a {
  color: inherit;
  text-decoration: underline;
}
.fg-data-grid table td .th-tooltip a:hover {
  color: #50ae26;
}
.fg-data-grid table td .th-tooltip .arrow-down {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 12px solid rgba(0, 0, 0, 0.8);
  bottom: -12px;
  left: 5px;
  position: absolute;
}
.dark-mode .fg-data-grid table td .th-tooltip .arrow-down {
  border-top-color: rgba(204, 204, 204, 0.8);
}
.fg-data-grid table td:hover {
  position: relative;
  overflow: visible;
}
.fg-data-grid table .td-overflow {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ddd;
  height: 100%;
  display: flex;
  align-items: center;
  /*width: 100%;*/
  padding-right: 3px;
  padding-left: 4px;
  padding-top: 5px;
  padding-bottom: 4px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3), 0 6px 6px rgba(0, 0, 0, 0.1);
  z-index: 100;
}
.dark-mode .fg-data-grid table .td-overflow {
  background-color: #333;
}
.fg-data-grid table .highlight-sort {
  background-color: #ddd;
}
.dark-mode .fg-data-grid table .highlight-sort {
  background-color: #999;
  color: #fff;
}
.fg-data-grid table .align-left {
  text-align: left;
  padding-right: 0;
}
.fg-data-grid table .align-right {
  text-align: right;
  padding-left: 0;
}
.fg-data-grid.prevent-text-selection {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fg-data-grid td:hover {
  /*overflow: visible;
  background-color: #ddd;
  border: 0;*/
  position: relative;
  overflow: visible;
}
.fg-data-grid th[data-stat=Name] {
  width: 130px;
}
.fg-data-grid th[data-stat=divider],
.fg-data-grid th[data-stat="Divider |"],
.fg-data-grid td[data-stat=divider],
.fg-data-grid td[data-stat="Divider |"] {
  display: none;
}
.fg-data-grid th[data-stat=divider] + th,
.fg-data-grid td[data-stat=divider] + td,
.fg-data-grid th[data-stat="Divider |"] + th,
.fg-data-grid td[data-stat="Divider |"] + td {
  border-left: 3px solid #333;
}
.dark-mode .fg-data-grid th[data-stat=divider] + th,
.dark-mode .fg-data-grid td[data-stat=divider] + td,
.dark-mode .fg-data-grid th[data-stat="Divider |"] + th,
.dark-mode .fg-data-grid td[data-stat="Divider |"] + td {
  border-left-color: #888;
}
.fg-data-grid.sort-disabled table th {
  cursor: default;
}

.shift-pressed {
  cursor: default;
}
.shift-pressed .fg-data-grid tr {
  cursor: not-allowed;
}
.shift-pressed .fg-data-grid.with-selected-rows tr {
  cursor: pointer;
}
.shift-pressed .fg-data-grid.with-selected-rows a {
  pointer-events: none;
}
.shift-pressed .fg-data-grid tr.is-selected__invalid {
  cursor: not-allowed;
}

.fg-data-grid tr.is-not-selectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.data-grid__empty-data {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  font-size: 18px;
}
@charset "UTF-8";
#root-the-board, #root-leaderboard-international, #root-leaderboard-special {
  /*this should be abstracted out*/
}
#root-the-board label, #root-leaderboard-international label, #root-leaderboard-special label {
  padding: 0 10px 0 20px;
}
#root-the-board .leaders-minor-league-controls .controls-stats,
#root-the-board .board-combined-common-controls .controls-stats,
#root-the-board .leaders-special-controls .controls-stats, #root-leaderboard-international .leaders-minor-league-controls .controls-stats,
#root-leaderboard-international .board-combined-common-controls .controls-stats,
#root-leaderboard-international .leaders-special-controls .controls-stats, #root-leaderboard-special .leaders-minor-league-controls .controls-stats,
#root-leaderboard-special .board-combined-common-controls .controls-stats,
#root-leaderboard-special .leaders-special-controls .controls-stats {
  display: flex;
  padding: 10px;
  font-size: 12px;
  align-items: center;
  background-color: #d5d5d5;
}
.dark-mode #root-the-board .leaders-minor-league-controls .controls-stats,
.dark-mode #root-the-board .board-combined-common-controls .controls-stats,
.dark-mode #root-the-board .leaders-special-controls .controls-stats, .dark-mode #root-leaderboard-international .leaders-minor-league-controls .controls-stats,
.dark-mode #root-leaderboard-international .board-combined-common-controls .controls-stats,
.dark-mode #root-leaderboard-international .leaders-special-controls .controls-stats, .dark-mode #root-leaderboard-special .leaders-minor-league-controls .controls-stats,
.dark-mode #root-leaderboard-special .board-combined-common-controls .controls-stats,
.dark-mode #root-leaderboard-special .leaders-special-controls .controls-stats {
  background-color: #3a3a3a;
}
@media (max-width: 600px) {
  #root-the-board .leaders-minor-league-controls .controls-stats,
  #root-the-board .board-combined-common-controls .controls-stats,
  #root-the-board .leaders-special-controls .controls-stats, #root-leaderboard-international .leaders-minor-league-controls .controls-stats,
  #root-leaderboard-international .board-combined-common-controls .controls-stats,
  #root-leaderboard-international .leaders-special-controls .controls-stats, #root-leaderboard-special .leaders-minor-league-controls .controls-stats,
  #root-leaderboard-special .board-combined-common-controls .controls-stats,
  #root-leaderboard-special .leaders-special-controls .controls-stats {
    flex-wrap: wrap;
    justify-content: center;
  }
  #root-the-board .leaders-minor-league-controls .controls-stats label,
  #root-the-board .board-combined-common-controls .controls-stats label,
  #root-the-board .leaders-special-controls .controls-stats label, #root-leaderboard-international .leaders-minor-league-controls .controls-stats label,
  #root-leaderboard-international .board-combined-common-controls .controls-stats label,
  #root-leaderboard-international .leaders-special-controls .controls-stats label, #root-leaderboard-special .leaders-minor-league-controls .controls-stats label,
  #root-leaderboard-special .board-combined-common-controls .controls-stats label,
  #root-leaderboard-special .leaders-special-controls .controls-stats label {
    flex: 0 0 100%;
    text-align: center;
    margin: 2px 0;
  }
}
#root-the-board .leaders-minor-league-controls .controls-stats .selection__playing-time .fg-selection-box__label-text,
#root-the-board .board-combined-common-controls .controls-stats .selection__playing-time .fg-selection-box__label-text,
#root-the-board .leaders-special-controls .controls-stats .selection__playing-time .fg-selection-box__label-text, #root-leaderboard-international .leaders-minor-league-controls .controls-stats .selection__playing-time .fg-selection-box__label-text,
#root-leaderboard-international .board-combined-common-controls .controls-stats .selection__playing-time .fg-selection-box__label-text,
#root-leaderboard-international .leaders-special-controls .controls-stats .selection__playing-time .fg-selection-box__label-text, #root-leaderboard-special .leaders-minor-league-controls .controls-stats .selection__playing-time .fg-selection-box__label-text,
#root-leaderboard-special .board-combined-common-controls .controls-stats .selection__playing-time .fg-selection-box__label-text,
#root-leaderboard-special .leaders-special-controls .controls-stats .selection__playing-time .fg-selection-box__label-text {
  width: 70px;
}
#root-the-board .leaders-minor-league-controls .controls-stats.controls-filter,
#root-the-board .board-combined-common-controls .controls-stats.controls-filter,
#root-the-board .leaders-special-controls .controls-stats.controls-filter, #root-leaderboard-international .leaders-minor-league-controls .controls-stats.controls-filter,
#root-leaderboard-international .board-combined-common-controls .controls-stats.controls-filter,
#root-leaderboard-international .leaders-special-controls .controls-stats.controls-filter, #root-leaderboard-special .leaders-minor-league-controls .controls-stats.controls-filter,
#root-leaderboard-special .board-combined-common-controls .controls-stats.controls-filter,
#root-leaderboard-special .leaders-special-controls .controls-stats.controls-filter {
  border-left: 3px solid #ce2431;
}
#root-the-board .leaders-minor-league-controls .controls-stats.controls-filter .filter,
#root-the-board .board-combined-common-controls .controls-stats.controls-filter .filter,
#root-the-board .leaders-special-controls .controls-stats.controls-filter .filter, #root-leaderboard-international .leaders-minor-league-controls .controls-stats.controls-filter .filter,
#root-leaderboard-international .board-combined-common-controls .controls-stats.controls-filter .filter,
#root-leaderboard-international .leaders-special-controls .controls-stats.controls-filter .filter, #root-leaderboard-special .leaders-minor-league-controls .controls-stats.controls-filter .filter,
#root-leaderboard-special .board-combined-common-controls .controls-stats.controls-filter .filter,
#root-leaderboard-special .leaders-special-controls .controls-stats.controls-filter .filter {
  width: 90px;
  height: 32px;
  margin: 0 5px;
}
#root-the-board .leaders-minor-league-controls .controls-stats.controls-filter .fg-dropdown.show .fg-dropdown-label,
#root-the-board .board-combined-common-controls .controls-stats.controls-filter .fg-dropdown.show .fg-dropdown-label,
#root-the-board .leaders-special-controls .controls-stats.controls-filter .fg-dropdown.show .fg-dropdown-label, #root-leaderboard-international .leaders-minor-league-controls .controls-stats.controls-filter .fg-dropdown.show .fg-dropdown-label,
#root-leaderboard-international .board-combined-common-controls .controls-stats.controls-filter .fg-dropdown.show .fg-dropdown-label,
#root-leaderboard-international .leaders-special-controls .controls-stats.controls-filter .fg-dropdown.show .fg-dropdown-label, #root-leaderboard-special .leaders-minor-league-controls .controls-stats.controls-filter .fg-dropdown.show .fg-dropdown-label,
#root-leaderboard-special .board-combined-common-controls .controls-stats.controls-filter .fg-dropdown.show .fg-dropdown-label,
#root-leaderboard-special .leaders-special-controls .controls-stats.controls-filter .fg-dropdown.show .fg-dropdown-label {
  background-color: #ce2431;
  color: #fff;
}
#root-the-board .leaders-minor-league-controls .controls-stats.controls-filter .fg-dropdown ul::-webkit-scrollbar,
#root-the-board .board-combined-common-controls .controls-stats.controls-filter .fg-dropdown ul::-webkit-scrollbar,
#root-the-board .leaders-special-controls .controls-stats.controls-filter .fg-dropdown ul::-webkit-scrollbar, #root-leaderboard-international .leaders-minor-league-controls .controls-stats.controls-filter .fg-dropdown ul::-webkit-scrollbar,
#root-leaderboard-international .board-combined-common-controls .controls-stats.controls-filter .fg-dropdown ul::-webkit-scrollbar,
#root-leaderboard-international .leaders-special-controls .controls-stats.controls-filter .fg-dropdown ul::-webkit-scrollbar, #root-leaderboard-special .leaders-minor-league-controls .controls-stats.controls-filter .fg-dropdown ul::-webkit-scrollbar,
#root-leaderboard-special .board-combined-common-controls .controls-stats.controls-filter .fg-dropdown ul::-webkit-scrollbar,
#root-leaderboard-special .leaders-special-controls .controls-stats.controls-filter .fg-dropdown ul::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
}
#root-the-board .leaders-minor-league-controls .controls-stats.controls-filter .fg-dropdown li,
#root-the-board .board-combined-common-controls .controls-stats.controls-filter .fg-dropdown li,
#root-the-board .leaders-special-controls .controls-stats.controls-filter .fg-dropdown li, #root-leaderboard-international .leaders-minor-league-controls .controls-stats.controls-filter .fg-dropdown li,
#root-leaderboard-international .board-combined-common-controls .controls-stats.controls-filter .fg-dropdown li,
#root-leaderboard-international .leaders-special-controls .controls-stats.controls-filter .fg-dropdown li, #root-leaderboard-special .leaders-minor-league-controls .controls-stats.controls-filter .fg-dropdown li,
#root-leaderboard-special .board-combined-common-controls .controls-stats.controls-filter .fg-dropdown li,
#root-leaderboard-special .leaders-special-controls .controls-stats.controls-filter .fg-dropdown li {
  min-width: 70px;
  padding: 4px 0;
}
#root-the-board .leaders-minor-league-controls .controls-stats.controls-filter .fg-dropdown li:before,
#root-the-board .board-combined-common-controls .controls-stats.controls-filter .fg-dropdown li:before,
#root-the-board .leaders-special-controls .controls-stats.controls-filter .fg-dropdown li:before, #root-leaderboard-international .leaders-minor-league-controls .controls-stats.controls-filter .fg-dropdown li:before,
#root-leaderboard-international .board-combined-common-controls .controls-stats.controls-filter .fg-dropdown li:before,
#root-leaderboard-international .leaders-special-controls .controls-stats.controls-filter .fg-dropdown li:before, #root-leaderboard-special .leaders-minor-league-controls .controls-stats.controls-filter .fg-dropdown li:before,
#root-leaderboard-special .board-combined-common-controls .controls-stats.controls-filter .fg-dropdown li:before,
#root-leaderboard-special .leaders-special-controls .controls-stats.controls-filter .fg-dropdown li:before {
  content: "";
  background-color: white;
  border: 1px solid #ce2431;
  width: 14px;
  height: 14px;
  color: #ce2431;
  cursor: pointer;
  font-family: Lato;
  font-size: 14px;
  margin: 0 5px 0 3px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
#root-the-board .leaders-minor-league-controls .controls-stats.controls-filter .fg-dropdown li.highlight-selection:before,
#root-the-board .board-combined-common-controls .controls-stats.controls-filter .fg-dropdown li.highlight-selection:before,
#root-the-board .leaders-special-controls .controls-stats.controls-filter .fg-dropdown li.highlight-selection:before, #root-leaderboard-international .leaders-minor-league-controls .controls-stats.controls-filter .fg-dropdown li.highlight-selection:before,
#root-leaderboard-international .board-combined-common-controls .controls-stats.controls-filter .fg-dropdown li.highlight-selection:before,
#root-leaderboard-international .leaders-special-controls .controls-stats.controls-filter .fg-dropdown li.highlight-selection:before, #root-leaderboard-special .leaders-minor-league-controls .controls-stats.controls-filter .fg-dropdown li.highlight-selection:before,
#root-leaderboard-special .board-combined-common-controls .controls-stats.controls-filter .fg-dropdown li.highlight-selection:before,
#root-leaderboard-special .leaders-special-controls .controls-stats.controls-filter .fg-dropdown li.highlight-selection:before {
  background-color: #ce2431;
  color: #fff;
}
#root-the-board .leaders-minor-league-controls .controls-stats.controls-filter input,
#root-the-board .board-combined-common-controls .controls-stats.controls-filter input,
#root-the-board .leaders-special-controls .controls-stats.controls-filter input, #root-leaderboard-international .leaders-minor-league-controls .controls-stats.controls-filter input,
#root-leaderboard-international .board-combined-common-controls .controls-stats.controls-filter input,
#root-leaderboard-international .leaders-special-controls .controls-stats.controls-filter input, #root-leaderboard-special .leaders-minor-league-controls .controls-stats.controls-filter input,
#root-leaderboard-special .board-combined-common-controls .controls-stats.controls-filter input,
#root-leaderboard-special .leaders-special-controls .controls-stats.controls-filter input {
  height: 32px;
  width: 90px;
  text-align: right;
  padding-right: 5px;
}
#root-the-board .leaders-minor-league-controls .controls-stats.controls-filter .filter-percentage input,
#root-the-board .board-combined-common-controls .controls-stats.controls-filter .filter-percentage input,
#root-the-board .leaders-special-controls .controls-stats.controls-filter .filter-percentage input, #root-leaderboard-international .leaders-minor-league-controls .controls-stats.controls-filter .filter-percentage input,
#root-leaderboard-international .board-combined-common-controls .controls-stats.controls-filter .filter-percentage input,
#root-leaderboard-international .leaders-special-controls .controls-stats.controls-filter .filter-percentage input, #root-leaderboard-special .leaders-minor-league-controls .controls-stats.controls-filter .filter-percentage input,
#root-leaderboard-special .board-combined-common-controls .controls-stats.controls-filter .filter-percentage input,
#root-leaderboard-special .leaders-special-controls .controls-stats.controls-filter .filter-percentage input {
  padding-right: 20px;
}
#root-the-board .leaders-minor-league-controls .controls-stats.controls-filter .filter-bar-stat-apply,
#root-the-board .board-combined-common-controls .controls-stats.controls-filter .filter-bar-stat-apply,
#root-the-board .leaders-special-controls .controls-stats.controls-filter .filter-bar-stat-apply, #root-leaderboard-international .leaders-minor-league-controls .controls-stats.controls-filter .filter-bar-stat-apply,
#root-leaderboard-international .board-combined-common-controls .controls-stats.controls-filter .filter-bar-stat-apply,
#root-leaderboard-international .leaders-special-controls .controls-stats.controls-filter .filter-bar-stat-apply, #root-leaderboard-special .leaders-minor-league-controls .controls-stats.controls-filter .filter-bar-stat-apply,
#root-leaderboard-special .board-combined-common-controls .controls-stats.controls-filter .filter-bar-stat-apply,
#root-leaderboard-special .leaders-special-controls .controls-stats.controls-filter .filter-bar-stat-apply {
  margin-left: 10px;
  padding: 5px 0;
  max-width: 70px;
  font-size: 10px;
}
#root-the-board .leaders-minor-league-controls .controls-stats .fgButton,
#root-the-board .board-combined-common-controls .controls-stats .fgButton,
#root-the-board .leaders-special-controls .controls-stats .fgButton, #root-leaderboard-international .leaders-minor-league-controls .controls-stats .fgButton,
#root-leaderboard-international .board-combined-common-controls .controls-stats .fgButton,
#root-leaderboard-international .leaders-special-controls .controls-stats .fgButton, #root-leaderboard-special .leaders-minor-league-controls .controls-stats .fgButton,
#root-leaderboard-special .board-combined-common-controls .controls-stats .fgButton,
#root-leaderboard-special .leaders-special-controls .controls-stats .fgButton {
  max-width: 120px;
}
#root-the-board .leaders-minor-league-controls .controls-stats .fg-dropdown,
#root-the-board .board-combined-common-controls .controls-stats .fg-dropdown,
#root-the-board .leaders-special-controls .controls-stats .fg-dropdown, #root-leaderboard-international .leaders-minor-league-controls .controls-stats .fg-dropdown,
#root-leaderboard-international .board-combined-common-controls .controls-stats .fg-dropdown,
#root-leaderboard-international .leaders-special-controls .controls-stats .fg-dropdown, #root-leaderboard-special .leaders-minor-league-controls .controls-stats .fg-dropdown,
#root-leaderboard-special .board-combined-common-controls .controls-stats .fg-dropdown,
#root-leaderboard-special .leaders-special-controls .controls-stats .fg-dropdown {
  max-width: 180px;
}
#root-the-board .leaders-minor-league-controls .controls-stats .fg-dropdown.dropdown-level,
#root-the-board .board-combined-common-controls .controls-stats .fg-dropdown.dropdown-level,
#root-the-board .leaders-special-controls .controls-stats .fg-dropdown.dropdown-level, #root-leaderboard-international .leaders-minor-league-controls .controls-stats .fg-dropdown.dropdown-level,
#root-leaderboard-international .board-combined-common-controls .controls-stats .fg-dropdown.dropdown-level,
#root-leaderboard-international .leaders-special-controls .controls-stats .fg-dropdown.dropdown-level, #root-leaderboard-special .leaders-minor-league-controls .controls-stats .fg-dropdown.dropdown-level,
#root-leaderboard-special .board-combined-common-controls .controls-stats .fg-dropdown.dropdown-level,
#root-leaderboard-special .leaders-special-controls .controls-stats .fg-dropdown.dropdown-level {
  max-width: 100px;
}
#root-the-board .leaders-minor-league-controls .controls-stats .fg-dropdown.dropdown-league,
#root-the-board .board-combined-common-controls .controls-stats .fg-dropdown.dropdown-league,
#root-the-board .leaders-special-controls .controls-stats .fg-dropdown.dropdown-league, #root-leaderboard-international .leaders-minor-league-controls .controls-stats .fg-dropdown.dropdown-league,
#root-leaderboard-international .board-combined-common-controls .controls-stats .fg-dropdown.dropdown-league,
#root-leaderboard-international .leaders-special-controls .controls-stats .fg-dropdown.dropdown-league, #root-leaderboard-special .leaders-minor-league-controls .controls-stats .fg-dropdown.dropdown-league,
#root-leaderboard-special .board-combined-common-controls .controls-stats .fg-dropdown.dropdown-league,
#root-leaderboard-special .leaders-special-controls .controls-stats .fg-dropdown.dropdown-league {
  max-width: 200px;
}
#root-the-board .leaders-minor-league-controls .controls-stats .fg-dropdown.dropdown-season,
#root-the-board .board-combined-common-controls .controls-stats .fg-dropdown.dropdown-season,
#root-the-board .leaders-special-controls .controls-stats .fg-dropdown.dropdown-season, #root-leaderboard-international .leaders-minor-league-controls .controls-stats .fg-dropdown.dropdown-season,
#root-leaderboard-international .board-combined-common-controls .controls-stats .fg-dropdown.dropdown-season,
#root-leaderboard-international .leaders-special-controls .controls-stats .fg-dropdown.dropdown-season, #root-leaderboard-special .leaders-minor-league-controls .controls-stats .fg-dropdown.dropdown-season,
#root-leaderboard-special .board-combined-common-controls .controls-stats .fg-dropdown.dropdown-season,
#root-leaderboard-special .leaders-special-controls .controls-stats .fg-dropdown.dropdown-season {
  max-width: 100px;
}
#root-the-board .leaders-minor-league-controls .controls-stats .fg-dropdown.dropdown-teams,
#root-the-board .board-combined-common-controls .controls-stats .fg-dropdown.dropdown-teams,
#root-the-board .leaders-special-controls .controls-stats .fg-dropdown.dropdown-teams, #root-leaderboard-international .leaders-minor-league-controls .controls-stats .fg-dropdown.dropdown-teams,
#root-leaderboard-international .board-combined-common-controls .controls-stats .fg-dropdown.dropdown-teams,
#root-leaderboard-international .leaders-special-controls .controls-stats .fg-dropdown.dropdown-teams, #root-leaderboard-special .leaders-minor-league-controls .controls-stats .fg-dropdown.dropdown-teams,
#root-leaderboard-special .board-combined-common-controls .controls-stats .fg-dropdown.dropdown-teams,
#root-leaderboard-special .leaders-special-controls .controls-stats .fg-dropdown.dropdown-teams {
  max-width: 260px;
}
#root-the-board .leaders-minor-league-controls .controls-stats input.fg-checkbox,
#root-the-board .board-combined-common-controls .controls-stats input.fg-checkbox,
#root-the-board .leaders-special-controls .controls-stats input.fg-checkbox, #root-leaderboard-international .leaders-minor-league-controls .controls-stats input.fg-checkbox,
#root-leaderboard-international .board-combined-common-controls .controls-stats input.fg-checkbox,
#root-leaderboard-international .leaders-special-controls .controls-stats input.fg-checkbox, #root-leaderboard-special .leaders-minor-league-controls .controls-stats input.fg-checkbox,
#root-leaderboard-special .board-combined-common-controls .controls-stats input.fg-checkbox,
#root-leaderboard-special .leaders-special-controls .controls-stats input.fg-checkbox {
  display: none;
}
#root-the-board .leaders-minor-league-controls .controls-stats input.fg-checkbox + label,
#root-the-board .board-combined-common-controls .controls-stats input.fg-checkbox + label,
#root-the-board .leaders-special-controls .controls-stats input.fg-checkbox + label, #root-leaderboard-international .leaders-minor-league-controls .controls-stats input.fg-checkbox + label,
#root-leaderboard-international .board-combined-common-controls .controls-stats input.fg-checkbox + label,
#root-leaderboard-international .leaders-special-controls .controls-stats input.fg-checkbox + label, #root-leaderboard-special .leaders-minor-league-controls .controls-stats input.fg-checkbox + label,
#root-leaderboard-special .board-combined-common-controls .controls-stats input.fg-checkbox + label,
#root-leaderboard-special .leaders-special-controls .controls-stats input.fg-checkbox + label {
  display: inline-flex;
  align-items: center;
  /*font-size: 20px;*/
  /*font-family: 'Times New Roman', Times, serif;*/
  /*font-weight: 600;*/
  cursor: pointer;
}
@media (max-width: 600px) {
  #root-the-board .leaders-minor-league-controls .controls-stats input.fg-checkbox + label,
  #root-the-board .board-combined-common-controls .controls-stats input.fg-checkbox + label,
  #root-the-board .leaders-special-controls .controls-stats input.fg-checkbox + label, #root-leaderboard-international .leaders-minor-league-controls .controls-stats input.fg-checkbox + label,
  #root-leaderboard-international .board-combined-common-controls .controls-stats input.fg-checkbox + label,
  #root-leaderboard-international .leaders-special-controls .controls-stats input.fg-checkbox + label, #root-leaderboard-special .leaders-minor-league-controls .controls-stats input.fg-checkbox + label,
  #root-leaderboard-special .board-combined-common-controls .controls-stats input.fg-checkbox + label,
  #root-leaderboard-special .leaders-special-controls .controls-stats input.fg-checkbox + label {
    justify-content: center;
    margin-top: 10px;
  }
}
#root-the-board .leaders-minor-league-controls .controls-stats input.fg-checkbox + label:before,
#root-the-board .board-combined-common-controls .controls-stats input.fg-checkbox + label:before,
#root-the-board .leaders-special-controls .controls-stats input.fg-checkbox + label:before, #root-leaderboard-international .leaders-minor-league-controls .controls-stats input.fg-checkbox + label:before,
#root-leaderboard-international .board-combined-common-controls .controls-stats input.fg-checkbox + label:before,
#root-leaderboard-international .leaders-special-controls .controls-stats input.fg-checkbox + label:before, #root-leaderboard-special .leaders-minor-league-controls .controls-stats input.fg-checkbox + label:before,
#root-leaderboard-special .board-combined-common-controls .controls-stats input.fg-checkbox + label:before,
#root-leaderboard-special .leaders-special-controls .controls-stats input.fg-checkbox + label:before {
  content: "\2713";
  /*background: url('/images/upper_right_shadowed_white_square.png');*/
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  border: 1px solid #000;
  background-color: #efefef;
  color: transparent;
  cursor: pointer;
}
#root-the-board .leaders-minor-league-controls .controls-stats input.fg-checkbox:checked + label:before,
#root-the-board .board-combined-common-controls .controls-stats input.fg-checkbox:checked + label:before,
#root-the-board .leaders-special-controls .controls-stats input.fg-checkbox:checked + label:before, #root-leaderboard-international .leaders-minor-league-controls .controls-stats input.fg-checkbox:checked + label:before,
#root-leaderboard-international .board-combined-common-controls .controls-stats input.fg-checkbox:checked + label:before,
#root-leaderboard-international .leaders-special-controls .controls-stats input.fg-checkbox:checked + label:before, #root-leaderboard-special .leaders-minor-league-controls .controls-stats input.fg-checkbox:checked + label:before,
#root-leaderboard-special .board-combined-common-controls .controls-stats input.fg-checkbox:checked + label:before,
#root-leaderboard-special .leaders-special-controls .controls-stats input.fg-checkbox:checked + label:before {
  color: #50ae26;
  background-color: #50ae26;
}
#root-the-board .leaders-minor-league-controls .controls-board-view,
#root-the-board .board-combined-common-controls .controls-board-view,
#root-the-board .leaders-special-controls .controls-board-view, #root-leaderboard-international .leaders-minor-league-controls .controls-board-view,
#root-leaderboard-international .board-combined-common-controls .controls-board-view,
#root-leaderboard-international .leaders-special-controls .controls-board-view, #root-leaderboard-special .leaders-minor-league-controls .controls-board-view,
#root-leaderboard-special .board-combined-common-controls .controls-board-view,
#root-leaderboard-special .leaders-special-controls .controls-board-view {
  margin-top: 50px;
}
#root-the-board .leaders-minor-league-data, #root-the-board .leaders-international-data, #root-leaderboard-international .leaders-minor-league-data, #root-leaderboard-international .leaders-international-data, #root-leaderboard-special .leaders-minor-league-data, #root-leaderboard-special .leaders-international-data {
  position: relative;
  text-align: right;
  /*modularize this eventually*/
}
#root-the-board .leaders-minor-league-data .data-export, #root-the-board .leaders-international-data .data-export, #root-leaderboard-international .leaders-minor-league-data .data-export, #root-leaderboard-international .leaders-international-data .data-export, #root-leaderboard-special .leaders-minor-league-data .data-export, #root-leaderboard-special .leaders-international-data .data-export {
  display: inline-block;
  text-align: right;
  text-decoration: none;
  font-size: 12px;
  margin-bottom: -5px;
  margin-top: 5px;
  margin-right: 5px;
  position: relative;
  z-index: 10;
}
#root-the-board .leaders-minor-league-data th, #root-the-board .leaders-international-data th, #root-leaderboard-international .leaders-minor-league-data th, #root-leaderboard-international .leaders-international-data th, #root-leaderboard-special .leaders-minor-league-data th, #root-leaderboard-special .leaders-international-data th {
  width: 30px;
}
#root-the-board .leaders-minor-league-data th[data-stat$="%"], #root-the-board .leaders-minor-league-data th[data-stat=IP], #root-the-board .leaders-minor-league-data th[data-stat="HR/FB"], #root-the-board .leaders-minor-league-data th[data-stat="GB/FB"], #root-the-board .leaders-minor-league-data th[data-stat=BABIP], #root-the-board .leaders-minor-league-data th[data-stat=Strikes], #root-the-board .leaders-minor-league-data th[data-stat=Pitches], #root-the-board .leaders-minor-league-data th[data-stat=Season], #root-the-board .leaders-international-data th[data-stat$="%"], #root-the-board .leaders-international-data th[data-stat=IP], #root-the-board .leaders-international-data th[data-stat="HR/FB"], #root-the-board .leaders-international-data th[data-stat="GB/FB"], #root-the-board .leaders-international-data th[data-stat=BABIP], #root-the-board .leaders-international-data th[data-stat=Strikes], #root-the-board .leaders-international-data th[data-stat=Pitches], #root-the-board .leaders-international-data th[data-stat=Season], #root-leaderboard-international .leaders-minor-league-data th[data-stat$="%"], #root-leaderboard-international .leaders-minor-league-data th[data-stat=IP], #root-leaderboard-international .leaders-minor-league-data th[data-stat="HR/FB"], #root-leaderboard-international .leaders-minor-league-data th[data-stat="GB/FB"], #root-leaderboard-international .leaders-minor-league-data th[data-stat=BABIP], #root-leaderboard-international .leaders-minor-league-data th[data-stat=Strikes], #root-leaderboard-international .leaders-minor-league-data th[data-stat=Pitches], #root-leaderboard-international .leaders-minor-league-data th[data-stat=Season], #root-leaderboard-international .leaders-international-data th[data-stat$="%"], #root-leaderboard-international .leaders-international-data th[data-stat=IP], #root-leaderboard-international .leaders-international-data th[data-stat="HR/FB"], #root-leaderboard-international .leaders-international-data th[data-stat="GB/FB"], #root-leaderboard-international .leaders-international-data th[data-stat=BABIP], #root-leaderboard-international .leaders-international-data th[data-stat=Strikes], #root-leaderboard-international .leaders-international-data th[data-stat=Pitches], #root-leaderboard-international .leaders-international-data th[data-stat=Season], #root-leaderboard-special .leaders-minor-league-data th[data-stat$="%"], #root-leaderboard-special .leaders-minor-league-data th[data-stat=IP], #root-leaderboard-special .leaders-minor-league-data th[data-stat="HR/FB"], #root-leaderboard-special .leaders-minor-league-data th[data-stat="GB/FB"], #root-leaderboard-special .leaders-minor-league-data th[data-stat=BABIP], #root-leaderboard-special .leaders-minor-league-data th[data-stat=Strikes], #root-leaderboard-special .leaders-minor-league-data th[data-stat=Pitches], #root-leaderboard-special .leaders-minor-league-data th[data-stat=Season], #root-leaderboard-special .leaders-international-data th[data-stat$="%"], #root-leaderboard-special .leaders-international-data th[data-stat=IP], #root-leaderboard-special .leaders-international-data th[data-stat="HR/FB"], #root-leaderboard-special .leaders-international-data th[data-stat="GB/FB"], #root-leaderboard-special .leaders-international-data th[data-stat=BABIP], #root-leaderboard-special .leaders-international-data th[data-stat=Strikes], #root-leaderboard-special .leaders-international-data th[data-stat=Pitches], #root-leaderboard-special .leaders-international-data th[data-stat=Season] {
  width: 41px;
}
#root-the-board .leaders-minor-league-data .fg-data-grid:not(.leaders-minor-custom) [data-stat=IP],
#root-the-board .leaders-minor-league-data .fg-data-grid:not(.leaders-minor-custom) [data-stat="HR/FB"],
#root-the-board .leaders-minor-league-data .fg-data-grid:not(.leaders-minor-custom) [data-stat="BB/K"],
#root-the-board .leaders-minor-league-data .fg-data-grid:not(.leaders-minor-custom) [data-stat=OPS],
#root-the-board .leaders-minor-league-data .fg-data-grid:not(.leaders-minor-custom) [data-stat=BABIP],
#root-the-board .leaders-minor-league-data .fg-data-grid:not(.leaders-minor-custom) [data-stat=wSB],
#root-the-board .leaders-minor-league-data .fg-data-grid:not(.leaders-minor-custom) [data-stat="Oppo%"], #root-the-board .leaders-international-data .fg-data-grid:not(.leaders-minor-custom) [data-stat=IP],
#root-the-board .leaders-international-data .fg-data-grid:not(.leaders-minor-custom) [data-stat="HR/FB"],
#root-the-board .leaders-international-data .fg-data-grid:not(.leaders-minor-custom) [data-stat="BB/K"],
#root-the-board .leaders-international-data .fg-data-grid:not(.leaders-minor-custom) [data-stat=OPS],
#root-the-board .leaders-international-data .fg-data-grid:not(.leaders-minor-custom) [data-stat=BABIP],
#root-the-board .leaders-international-data .fg-data-grid:not(.leaders-minor-custom) [data-stat=wSB],
#root-the-board .leaders-international-data .fg-data-grid:not(.leaders-minor-custom) [data-stat="Oppo%"], #root-leaderboard-international .leaders-minor-league-data .fg-data-grid:not(.leaders-minor-custom) [data-stat=IP],
#root-leaderboard-international .leaders-minor-league-data .fg-data-grid:not(.leaders-minor-custom) [data-stat="HR/FB"],
#root-leaderboard-international .leaders-minor-league-data .fg-data-grid:not(.leaders-minor-custom) [data-stat="BB/K"],
#root-leaderboard-international .leaders-minor-league-data .fg-data-grid:not(.leaders-minor-custom) [data-stat=OPS],
#root-leaderboard-international .leaders-minor-league-data .fg-data-grid:not(.leaders-minor-custom) [data-stat=BABIP],
#root-leaderboard-international .leaders-minor-league-data .fg-data-grid:not(.leaders-minor-custom) [data-stat=wSB],
#root-leaderboard-international .leaders-minor-league-data .fg-data-grid:not(.leaders-minor-custom) [data-stat="Oppo%"], #root-leaderboard-international .leaders-international-data .fg-data-grid:not(.leaders-minor-custom) [data-stat=IP],
#root-leaderboard-international .leaders-international-data .fg-data-grid:not(.leaders-minor-custom) [data-stat="HR/FB"],
#root-leaderboard-international .leaders-international-data .fg-data-grid:not(.leaders-minor-custom) [data-stat="BB/K"],
#root-leaderboard-international .leaders-international-data .fg-data-grid:not(.leaders-minor-custom) [data-stat=OPS],
#root-leaderboard-international .leaders-international-data .fg-data-grid:not(.leaders-minor-custom) [data-stat=BABIP],
#root-leaderboard-international .leaders-international-data .fg-data-grid:not(.leaders-minor-custom) [data-stat=wSB],
#root-leaderboard-international .leaders-international-data .fg-data-grid:not(.leaders-minor-custom) [data-stat="Oppo%"], #root-leaderboard-special .leaders-minor-league-data .fg-data-grid:not(.leaders-minor-custom) [data-stat=IP],
#root-leaderboard-special .leaders-minor-league-data .fg-data-grid:not(.leaders-minor-custom) [data-stat="HR/FB"],
#root-leaderboard-special .leaders-minor-league-data .fg-data-grid:not(.leaders-minor-custom) [data-stat="BB/K"],
#root-leaderboard-special .leaders-minor-league-data .fg-data-grid:not(.leaders-minor-custom) [data-stat=OPS],
#root-leaderboard-special .leaders-minor-league-data .fg-data-grid:not(.leaders-minor-custom) [data-stat=BABIP],
#root-leaderboard-special .leaders-minor-league-data .fg-data-grid:not(.leaders-minor-custom) [data-stat=wSB],
#root-leaderboard-special .leaders-minor-league-data .fg-data-grid:not(.leaders-minor-custom) [data-stat="Oppo%"], #root-leaderboard-special .leaders-international-data .fg-data-grid:not(.leaders-minor-custom) [data-stat=IP],
#root-leaderboard-special .leaders-international-data .fg-data-grid:not(.leaders-minor-custom) [data-stat="HR/FB"],
#root-leaderboard-special .leaders-international-data .fg-data-grid:not(.leaders-minor-custom) [data-stat="BB/K"],
#root-leaderboard-special .leaders-international-data .fg-data-grid:not(.leaders-minor-custom) [data-stat=OPS],
#root-leaderboard-special .leaders-international-data .fg-data-grid:not(.leaders-minor-custom) [data-stat=BABIP],
#root-leaderboard-special .leaders-international-data .fg-data-grid:not(.leaders-minor-custom) [data-stat=wSB],
#root-leaderboard-special .leaders-international-data .fg-data-grid:not(.leaders-minor-custom) [data-stat="Oppo%"] {
  border-right: 3px solid #333;
}
.dark-mode #root-the-board .leaders-minor-league-data .fg-data-grid:not(.leaders-minor-custom) [data-stat=IP],
.dark-mode #root-the-board .leaders-minor-league-data .fg-data-grid:not(.leaders-minor-custom) [data-stat="HR/FB"],
.dark-mode #root-the-board .leaders-minor-league-data .fg-data-grid:not(.leaders-minor-custom) [data-stat="BB/K"],
.dark-mode #root-the-board .leaders-minor-league-data .fg-data-grid:not(.leaders-minor-custom) [data-stat=OPS],
.dark-mode #root-the-board .leaders-minor-league-data .fg-data-grid:not(.leaders-minor-custom) [data-stat=BABIP],
.dark-mode #root-the-board .leaders-minor-league-data .fg-data-grid:not(.leaders-minor-custom) [data-stat=wSB],
.dark-mode #root-the-board .leaders-minor-league-data .fg-data-grid:not(.leaders-minor-custom) [data-stat="Oppo%"], .dark-mode #root-the-board .leaders-international-data .fg-data-grid:not(.leaders-minor-custom) [data-stat=IP],
.dark-mode #root-the-board .leaders-international-data .fg-data-grid:not(.leaders-minor-custom) [data-stat="HR/FB"],
.dark-mode #root-the-board .leaders-international-data .fg-data-grid:not(.leaders-minor-custom) [data-stat="BB/K"],
.dark-mode #root-the-board .leaders-international-data .fg-data-grid:not(.leaders-minor-custom) [data-stat=OPS],
.dark-mode #root-the-board .leaders-international-data .fg-data-grid:not(.leaders-minor-custom) [data-stat=BABIP],
.dark-mode #root-the-board .leaders-international-data .fg-data-grid:not(.leaders-minor-custom) [data-stat=wSB],
.dark-mode #root-the-board .leaders-international-data .fg-data-grid:not(.leaders-minor-custom) [data-stat="Oppo%"], .dark-mode #root-leaderboard-international .leaders-minor-league-data .fg-data-grid:not(.leaders-minor-custom) [data-stat=IP],
.dark-mode #root-leaderboard-international .leaders-minor-league-data .fg-data-grid:not(.leaders-minor-custom) [data-stat="HR/FB"],
.dark-mode #root-leaderboard-international .leaders-minor-league-data .fg-data-grid:not(.leaders-minor-custom) [data-stat="BB/K"],
.dark-mode #root-leaderboard-international .leaders-minor-league-data .fg-data-grid:not(.leaders-minor-custom) [data-stat=OPS],
.dark-mode #root-leaderboard-international .leaders-minor-league-data .fg-data-grid:not(.leaders-minor-custom) [data-stat=BABIP],
.dark-mode #root-leaderboard-international .leaders-minor-league-data .fg-data-grid:not(.leaders-minor-custom) [data-stat=wSB],
.dark-mode #root-leaderboard-international .leaders-minor-league-data .fg-data-grid:not(.leaders-minor-custom) [data-stat="Oppo%"], .dark-mode #root-leaderboard-international .leaders-international-data .fg-data-grid:not(.leaders-minor-custom) [data-stat=IP],
.dark-mode #root-leaderboard-international .leaders-international-data .fg-data-grid:not(.leaders-minor-custom) [data-stat="HR/FB"],
.dark-mode #root-leaderboard-international .leaders-international-data .fg-data-grid:not(.leaders-minor-custom) [data-stat="BB/K"],
.dark-mode #root-leaderboard-international .leaders-international-data .fg-data-grid:not(.leaders-minor-custom) [data-stat=OPS],
.dark-mode #root-leaderboard-international .leaders-international-data .fg-data-grid:not(.leaders-minor-custom) [data-stat=BABIP],
.dark-mode #root-leaderboard-international .leaders-international-data .fg-data-grid:not(.leaders-minor-custom) [data-stat=wSB],
.dark-mode #root-leaderboard-international .leaders-international-data .fg-data-grid:not(.leaders-minor-custom) [data-stat="Oppo%"], .dark-mode #root-leaderboard-special .leaders-minor-league-data .fg-data-grid:not(.leaders-minor-custom) [data-stat=IP],
.dark-mode #root-leaderboard-special .leaders-minor-league-data .fg-data-grid:not(.leaders-minor-custom) [data-stat="HR/FB"],
.dark-mode #root-leaderboard-special .leaders-minor-league-data .fg-data-grid:not(.leaders-minor-custom) [data-stat="BB/K"],
.dark-mode #root-leaderboard-special .leaders-minor-league-data .fg-data-grid:not(.leaders-minor-custom) [data-stat=OPS],
.dark-mode #root-leaderboard-special .leaders-minor-league-data .fg-data-grid:not(.leaders-minor-custom) [data-stat=BABIP],
.dark-mode #root-leaderboard-special .leaders-minor-league-data .fg-data-grid:not(.leaders-minor-custom) [data-stat=wSB],
.dark-mode #root-leaderboard-special .leaders-minor-league-data .fg-data-grid:not(.leaders-minor-custom) [data-stat="Oppo%"], .dark-mode #root-leaderboard-special .leaders-international-data .fg-data-grid:not(.leaders-minor-custom) [data-stat=IP],
.dark-mode #root-leaderboard-special .leaders-international-data .fg-data-grid:not(.leaders-minor-custom) [data-stat="HR/FB"],
.dark-mode #root-leaderboard-special .leaders-international-data .fg-data-grid:not(.leaders-minor-custom) [data-stat="BB/K"],
.dark-mode #root-leaderboard-special .leaders-international-data .fg-data-grid:not(.leaders-minor-custom) [data-stat=OPS],
.dark-mode #root-leaderboard-special .leaders-international-data .fg-data-grid:not(.leaders-minor-custom) [data-stat=BABIP],
.dark-mode #root-leaderboard-special .leaders-international-data .fg-data-grid:not(.leaders-minor-custom) [data-stat=wSB],
.dark-mode #root-leaderboard-special .leaders-international-data .fg-data-grid:not(.leaders-minor-custom) [data-stat="Oppo%"] {
  border-right-color: #888;
}
#root-the-board .leaders-minor-league-data .th-rank, #root-the-board .leaders-international-data .th-rank, #root-leaderboard-international .leaders-minor-league-data .th-rank, #root-leaderboard-international .leaders-international-data .th-rank, #root-leaderboard-special .leaders-minor-league-data .th-rank, #root-leaderboard-special .leaders-international-data .th-rank {
  width: 28px;
  text-align: right;
}
#root-the-board .leaders-minor-league-data th[data-stat=Name], #root-the-board .leaders-international-data th[data-stat=Name], #root-leaderboard-international .leaders-minor-league-data th[data-stat=Name], #root-leaderboard-international .leaders-international-data th[data-stat=Name], #root-leaderboard-special .leaders-minor-league-data th[data-stat=Name], #root-leaderboard-special .leaders-international-data th[data-stat=Name] {
  width: 120px;
}
#root-the-board .leaders-minor-league-data th[data-stat=Team],
#root-the-board .leaders-minor-league-data th[data-stat=Level], #root-the-board .leaders-international-data th[data-stat=Team],
#root-the-board .leaders-international-data th[data-stat=Level], #root-leaderboard-international .leaders-minor-league-data th[data-stat=Team],
#root-leaderboard-international .leaders-minor-league-data th[data-stat=Level], #root-leaderboard-international .leaders-international-data th[data-stat=Team],
#root-leaderboard-international .leaders-international-data th[data-stat=Level], #root-leaderboard-special .leaders-minor-league-data th[data-stat=Team],
#root-leaderboard-special .leaders-minor-league-data th[data-stat=Level], #root-leaderboard-special .leaders-international-data th[data-stat=Team],
#root-leaderboard-special .leaders-international-data th[data-stat=Level] {
  width: 40px;
}
#root-the-board .leaders-minor-league-data .header-controler-toggle, #root-the-board .leaders-international-data .header-controler-toggle, #root-leaderboard-international .leaders-minor-league-data .header-controler-toggle, #root-leaderboard-international .leaders-international-data .header-controler-toggle, #root-leaderboard-special .leaders-minor-league-data .header-controler-toggle, #root-leaderboard-special .leaders-international-data .header-controler-toggle {
  text-align: center;
  margin: auto;
  cursor: pointer;
}
#root-the-board .leaders-minor-league-data #header-controller thead tr, #root-the-board .leaders-international-data #header-controller thead tr, #root-leaderboard-international .leaders-minor-league-data #header-controller thead tr, #root-leaderboard-international .leaders-international-data #header-controller thead tr, #root-leaderboard-special .leaders-minor-league-data #header-controller thead tr, #root-leaderboard-special .leaders-international-data #header-controller thead tr {
  display: flex;
  overflow: hidden;
}
#root-the-board .leaders-minor-league-data #header-controller thead tr th, #root-the-board .leaders-international-data #header-controller thead tr th, #root-leaderboard-international .leaders-minor-league-data #header-controller thead tr th, #root-leaderboard-international .leaders-international-data #header-controller thead tr th, #root-leaderboard-special .leaders-minor-league-data #header-controller thead tr th, #root-leaderboard-special .leaders-international-data #header-controller thead tr th {
  /*background-color: aquamarine;*/
  flex: 0 1 100px;
  /*flex: 1 0 auto;*/
  border-right: 1px solid;
  border-left: 1px solid;
  justify-content: center;
  align-items: center;
  display: flex;
}
#root-the-board .leaders-minor-league-data #header-controller thead tr th:not([data-react-beautiful-dnd-draggable]), #root-the-board .leaders-international-data #header-controller thead tr th:not([data-react-beautiful-dnd-draggable]), #root-leaderboard-international .leaders-minor-league-data #header-controller thead tr th:not([data-react-beautiful-dnd-draggable]), #root-leaderboard-international .leaders-international-data #header-controller thead tr th:not([data-react-beautiful-dnd-draggable]), #root-leaderboard-special .leaders-minor-league-data #header-controller thead tr th:not([data-react-beautiful-dnd-draggable]), #root-leaderboard-special .leaders-international-data #header-controller thead tr th:not([data-react-beautiful-dnd-draggable]) {
  /*width: auto;*/
  /*flex: 1;*/
  /*border-right: 1px solid;
  border-left: 1px solid;*/
  background-color: transparent;
  border: none;
  /*width: 30px !important;*/
}
#root-the-board .filter-text-input, #root-leaderboard-international .filter-text-input, #root-leaderboard-special .filter-text-input {
  position: relative;
}
#root-the-board .filter-text-input input, #root-leaderboard-international .filter-text-input input, #root-leaderboard-special .filter-text-input input {
  font-size: 12px;
}
#root-the-board .filter-percentage:after, #root-leaderboard-international .filter-percentage:after, #root-leaderboard-special .filter-percentage:after {
  content: "%";
  display: block;
  position: absolute;
  right: 10px;
  top: 25%;
}
#root-the-board .stack-row.filter, #root-leaderboard-international .stack-row.filter, #root-leaderboard-special .stack-row.filter {
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 2px;
  width: 100%;
  margin-top: 10px;
}
#root-the-board .stack-row.filter:before, #root-leaderboard-international .stack-row.filter:before, #root-leaderboard-special .stack-row.filter:before {
  display: block;
  content: "Applied Filters";
  width: 95%;
  padding: 5px;
  margin: auto;
  font-size: 12px;
  text-align: center;
}
#root-the-board .stack-row.filter .stack-item, #root-leaderboard-international .stack-row.filter .stack-item, #root-leaderboard-special .stack-row.filter .stack-item {
  background-color: #ce2431;
  border-color: #ce2431;
  width: 110px;
  padding-left: 5px;
}
#root-the-board .fgui-loading-screen, #root-leaderboard-international .fgui-loading-screen, #root-leaderboard-special .fgui-loading-screen {
  top: 0;
}

.header-controller-portal {
  cursor: pointer;
  position: relative;
  background-color: gray;
  color: #fff;
  padding-right: 3px;
  padding-left: 4px;
  padding-top: 4px;
  padding-bottom: 3px;
}
.fg-badge {
  padding: 7px;
  font-size: 12px;
  background-color: #f9c758;
  color: #000;
}
.fg-badge.reminder-blue {
  background-color: #5499C7;
  color: #fff;
}
.active .fg-badge.reminder-blue {
  color: #5499C7;
  background-color: #fff;
}
@charset "UTF-8";
input.fg-checkbox {
  display: none;
}
input.fg-checkbox + label {
  display: inline-flex;
  align-items: center;
  /*font-size: 20px;*/
  /*font-family: 'Times New Roman', Times, serif;*/
  /*font-weight: 600;*/
  cursor: pointer;
}
@media (max-width: 600px) {
  input.fg-checkbox + label {
    justify-content: center;
    margin-top: 10px;
  }
}
input.fg-checkbox + label:before {
  content: "\2713";
  /*background: url('/images/upper_right_shadowed_white_square.png');*/
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  border: 1px solid #000;
  background-color: #efefef;
  color: transparent;
  cursor: pointer;
}
input.fg-checkbox:checked + label:before {
  color: #50ae26;
  background-color: #50ae26;
}
