.fgui-loading-screen {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 10;
  text-align: center;
  opacity: .95;
  /* margin-top: 30px; */
  padding-top: 50px;
  line-height: 2;
  font-size: 18px;
  box-sizing: border-box; }
  .fgui-loading-screen img {
    width: 100px; }

#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 .membership-wpa__title {
    text-align: center;
    background-color: #50ae26;
    color: #fff;
    padding: 5px 0;
    margin-top: 5px; }
  .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: .5; }
  .membership-wpa .line__grid-mid {
    stroke: #888;
    stroke-width: .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; }
        .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; }

.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 i {
    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: 400px) {
      .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; }

.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; }
  .fg-data-grid .table-wrapper-inner {
    /*overflow-x: auto;*/
    padding-top: 55px; }
    .fg-data-grid .table-wrapper-inner::-webkit-scrollbar {
      width: 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; }
    .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; }
  .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; }
      .fg-data-grid table tr.hover {
        background-color: #ddd; }
      .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; }
      .fg-data-grid table tr.is-selected__total {
        background-color: #f4a4a4; }
    .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; }
      .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;
        /*max-width: 120px;*/
        /*width: 120px;*/
        /*left: 50%;*/
        /*transform: translate(-50%,0);*/
        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; }

@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 {
  .fg-data-grid table th .th-tooltip 0% {
    opacity: 0; }
  .fg-data-grid table th .th-tooltip 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; }
    .fg-data-grid table td {
      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; }
    .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; }
    .fg-data-grid table .highlight-sort {
      background-color: #ddd; }
    .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.is-force-overflow td:hover {
    /*overflow: visible;
        background-color: #ddd;
        border: 0;*/
    position: relative;
    overflow: visible; }
  .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 |"] {
    /*width: 0 !important;*/
    /*border-right: 3px solid #333;*/
    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; }
  .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); }

.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; }
  .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-ul {
    display: none;
    position: absolute;
    min-width: 100%;
    text-align: left;
    left: 0;
    z-index: 20;
    /*border: 1px solid #cdcdcd;*/
    background-color: #F5F5F5;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3), 0 6px 6px rgba(0, 0, 0, 0.1); }
    .fg-dropdown-ul.show {
      display: block;
      max-height: 400px;
      overflow-y: auto; }
      .fg-dropdown-ul.show.dropdown-columns {
        display: flex; }
        .fg-dropdown-ul.show.dropdown-columns .col {
          width: 100%; }
    .fg-dropdown-ul li {
      border: 1px solid #cdcdcd;
      background-color: #F5F5F5;
      padding: 5px;
      cursor: pointer; }
      .fg-dropdown-ul li:hover {
        background-color: #aaa; }
      .fg-dropdown-ul li.seperator {
        border-bottom: 5px solid #ddd; }
  .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; }

#wrapper {
  min-width: 1200px; }

#root-roster-resource .rr-header {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: #ccc;
  color: #000;
  text-align: center;
  font-size: 16px;
  padding: 5px 0;
  margin: 4px 0;
  /*border-top: 5px solid #fff;
        border-bottom: 5px solid #fff;*/
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff; }
  #root-roster-resource .rr-header.off-opt {
    background-color: maroon;
    color: #fff; }
  #root-roster-resource .rr-header.il-pp, #root-roster-resource .rr-header.il-sp, #root-roster-resource .rr-header.il-rp {
    background-color: gold;
    color: #000; }
  #root-roster-resource .rr-header.il-rl, #root-roster-resource .rr-header.il-pl, #root-roster-resource .rr-header.il-bl {
    background-color: #666666;
    color: #fff; }
  #root-roster-resource .rr-header.il-pl {
    background-color: #4a86e8; }
  #root-roster-resource .rr-header.mlb-tx-pp, #root-roster-resource .rr-header.mlb-tx-pt {
    background-color: #0078f1;
    color: #fff; }
  #root-roster-resource .rr-header.section-mini {
    background-color: #434343;
    color: #fff;
    font-size: 10px;
    height: 24px;
    margin-top: 0;
    margin-bottom: 0; }
  #root-roster-resource .rr-header.section-large {
    background-color: #000;
    color: #fff; }
  #root-roster-resource .rr-header span {
    font-size: .7em;
    padding: 0 5px; }

#root-roster-resource .fg-data-grid {
  margin: 0; }
  #root-roster-resource .fg-data-grid .table-wrapper-inner {
    padding: 0; }
    #root-roster-resource .fg-data-grid .table-wrapper-inner table {
      font-size: 10px; }

#root-roster-resource .control-tab-row .fgButton {
  flex: 0 0 130px; }

.team-angels, [data-team-color="LAA"], [data-team-color="angels"] {
  background-color: #B71234;
  color: #fff; }

.team-orioles, [data-team-color="BAL"], [data-team-color="orioles"] {
  background-color: #ED4C09;
  color: #000; }

.team-redsox, [data-team-color="BOS"], [data-team-color="red-sox"] {
  background-color: #C60C30;
  color: #fff; }

.team-whitesox, [data-team-color="CHW"], [data-team-color="white-sox"] {
  background-color: #C0C0C0;
  color: #000; }

.team-indians, [data-team-color="CLE"], [data-team-color="indians"] {
  background-color: #D30335;
  color: #fff; }

.team-tigers, [data-team-color="DET"], [data-team-color="tigers"] {
  background-color: #DE4406;
  color: #000; }

.team-royals, [data-team-color="KCR"], [data-team-color="royals"] {
  background-color: #74B4FA;
  color: #000; }

.team-twins, [data-team-color="MIN"], [data-team-color="twins"] {
  background-color: #072754;
  color: #fff; }

.team-yankees, [data-team-color="NYY"], [data-team-color="yankees"] {
  background-color: #1C2841;
  color: #fff; }

.team-athletics, [data-team-color="OAK"], [data-team-color="athletics"] {
  background-color: #003831;
  color: #fff; }

.team-mariners, [data-team-color="SEA"], [data-team-color="mariners"] {
  background-color: #005C5C;
  color: #fff; }

.team-rays, [data-team-color="TBR"], [data-team-color="rays"] {
  background-color: #FFD700;
  color: #000; }

.team-rangers, [data-team-color="TEX"], [data-team-color="rangers"] {
  background-color: #BD1021;
  color: #fff; }

.team-bluejays, [data-team-color="TOR"], [data-team-color="blue-jays"] {
  background-color: #003DA5;
  color: #fff; }

.team-diamondbacks, [data-team-color="ARZ"], [data-team-color="ARI"], [data-team-color="diamondbacks"] {
  background-color: #A71930;
  color: #fff; }

.team-braves, [data-team-color="ATL"], [data-team-color="braves"] {
  background-color: #B71234;
  color: #fff; }

.team-cubs, [data-team-color="CHC"], [data-team-color="cubs"] {
  background-color: #003279;
  color: #fff; }

.team-dodgers, [data-team-color="LAD"], [data-team-color="dodgers"] {
  background-color: #083C6B;
  color: #fff; }

.team-reds, [data-team-color="CIN"], [data-team-color="reds"] {
  background-color: #C6011F;
  color: #fff; }

.team-rockies, [data-team-color="COL"], [data-team-color="rockies"] {
  background-color: #333366;
  color: #fff; }

.team-marlins, [data-team-color="MIA"], [data-team-color="marlins"] {
  background-color: #00a3e0;
  color: #fff; }

.team-astros, [data-team-color="HOU"], [data-team-color="astros"] {
  background-color: #FF7F00;
  color: #000; }

.team-brewers, [data-team-color="MIL"], [data-team-color="brewers"] {
  background-color: #13294b;
  color: #fff; }

.team-nationals, [data-team-color="WSN"], [data-team-color="nationals"] {
  background-color: #BA122B;
  color: #fff; }

.team-mets, [data-team-color="NYM"], [data-team-color="mets"] {
  background-color: #FB4F14;
  color: #000; }

.team-phillies, [data-team-color="PHI"], [data-team-color="phillies"] {
  background-color: #BA0C2F;
  color: #fff; }

.team-pirates, [data-team-color="PIT"], [data-team-color="pirates"] {
  background-color: #FDB829;
  color: #000; }

.team-cardinals, [data-team-color="STL"], [data-team-color="cardinals"] {
  background-color: #C41E3A;
  color: #fff; }

.team-padres, [data-team-color="SDP"], [data-team-color="padres"] {
  background-color: #473729;
  color: #fff; }

.team-giants, [data-team-color="SFG"], [data-team-color="giants"] {
  background-color: #F2552C;
  color: #000; }

/*@mixin cell-background-full {
    display: flex;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    justify-content: center;
    align-content: center;
    align-items: center;
}*/
#root-roster-resource {
  width: 1180px;
  margin-top: -20px;
  /* we should reset this site wide*/
  /*other colors*/ }
  #root-roster-resource h1 {
    font-family: Lato, arial, helvetica, sans-serif;
    font-size: 24px;
    color: #000;
    margin: 10px 0; }
  #root-roster-resource table {
    border-collapse: collapse; }
    #root-roster-resource table th, #root-roster-resource table td {
      padding-right: 3px;
      padding-left: 4px;
      padding-top: 4px;
      padding-bottom: 3px;
      border: 1px solid #eee;
      box-sizing: border-box !important;
      height: 24px !important;
      /*overflow: hidden;
            position: relative;*/ }
  #root-roster-resource .__roster-resource-nav .depth-charts-nav-header {
    border-left: 3px solid #50ae26;
    padding: 5px;
    margin-top: 10px;
    background-color: #efefef; }
    #root-roster-resource .__roster-resource-nav .depth-charts-nav-header .depth-charts-nav-header-sub {
      color: #000;
      text-decoration: underline; }
    #root-roster-resource .__roster-resource-nav .depth-charts-nav-header.section-payroll {
      border-left-color: #336699; }
      #root-roster-resource .__roster-resource-nav .depth-charts-nav-header.section-payroll a:hover {
        color: #336699; }
    #root-roster-resource .__roster-resource-nav .depth-charts-nav-header .depth-charts__nav-header__team-container {
      display: flex;
      flex-wrap: wrap;
      flex: 0 1 49%;
      flex-direction: row; }
    #root-roster-resource .__roster-resource-nav .depth-charts-nav-header .depth-charts__nav-header__payroll-controls a,
    #root-roster-resource .__roster-resource-nav .depth-charts-nav-header .depth-charts__nav-header__offseason-tracker-controls a,
    #root-roster-resource .__roster-resource-nav .depth-charts-nav-header .depth-charts__nav-header__opening-day-tracker-controls a {
      display: inline-block;
      padding: 5px 7px;
      margin: 2px; }
    #root-roster-resource .__roster-resource-nav .depth-charts-nav-header .depth-charts__nav-header__payroll-controls a.active,
    #root-roster-resource .__roster-resource-nav .depth-charts-nav-header .depth-charts__nav-header__offseason-tracker-controls a.active,
    #root-roster-resource .__roster-resource-nav .depth-charts-nav-header .depth-charts__nav-header__opening-day-tracker-controls a.active {
      background-color: #336699;
      color: #fff; }
    #root-roster-resource .__roster-resource-nav .depth-charts-nav-header .depth-charts__nav-header__offseason-tracker-controls a.active,
    #root-roster-resource .__roster-resource-nav .depth-charts-nav-header .depth-charts__nav-header__opening-day-tracker-controls a.active {
      background-color: #50ae26;
      color: #fff; }
  #root-roster-resource .__roster-resource-nav .fg-badge {
    margin-left: 10px;
    padding: 1px 5px; }
  #root-roster-resource .depth-charts-nav {
    font-size: 14px;
    width: 100%;
    margin: 10px 0; }
    #root-roster-resource .depth-charts-nav .depth-charts-nav-sections {
      display: flex; }
      #root-roster-resource .depth-charts-nav .depth-charts-nav-sections .fgButton {
        flex: 0 0 200px;
        font-size: 14px; }
    #root-roster-resource .depth-charts-nav .depth-charts-nav-header {
      width: 100%;
      display: flex;
      flex-wrap: wrap; }
      #root-roster-resource .depth-charts-nav .depth-charts-nav-header-sub {
        text-align: left;
        margin: 5px 0;
        color: red;
        font-weight: 600;
        /*text-decoration: underline;*/ }
    #root-roster-resource .depth-charts-nav-team {
      flex: 0 0 32px;
      padding: 1px 2px;
      margin: 2px 2px;
      text-align: center; }
      #root-roster-resource .depth-charts-nav-team div {
        visibility: hidden;
        height: 2px; }
      #root-roster-resource .depth-charts-nav-team.active div {
        visibility: visible; }
      #root-roster-resource .depth-charts-nav-team.all-teams {
        flex: 0 0 134px;
        padding-top: 10px; }
    #root-roster-resource .depth-charts-nav .depth-charts-nav-links {
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      height: 120px;
      width: 100%; }
      #root-roster-resource .depth-charts-nav .depth-charts-nav-links a {
        flex: 0 0 20%;
        padding: 0 10px; }
    #root-roster-resource .depth-charts-nav .control-tab-row .fgButton.button-green.active {
      border-bottom: 0; }
  #root-roster-resource .depth-chart-wrapper {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    font-size: 10px;
    width: 100%;
    min-height: 1000px; }
    #root-roster-resource .depth-chart-wrapper .data-grid-modal {
      background-color: #fff;
      height: 100%;
      width: 100%;
      position: absolute;
      z-index: 10;
      text-align: center;
      opacity: .95;
      /* margin-top: 30px; */
      padding-top: 50px;
      line-height: 2;
      font-size: 18px;
      box-sizing: border-box; }
      #root-roster-resource .depth-chart-wrapper .data-grid-modal.loading img {
        width: 100px; }
  #root-roster-resource .depth-chart-top-section {
    display: flex; }
  #root-roster-resource .depth-charts-legend {
    flex: 0 0 32%; }
    #root-roster-resource .depth-charts-legend table {
      table-layout: fixed; }
      #root-roster-resource .depth-charts-legend table thead th {
        height: 0 !important;
        padding: 0; }
    #root-roster-resource .depth-charts-legend h2, #root-roster-resource .depth-charts-legend td {
      font-size: 10px; }
    #root-roster-resource .depth-charts-legend tr:first-child td:nth-child(1) {
      width: 35px; }
    #root-roster-resource .depth-charts-legend tr:first-child td:nth-child(2) {
      width: 142px; }
    #root-roster-resource .depth-charts-legend .cell-acquired-recent {
      background-color: limegreen;
      color: #fff;
      text-align: center; }
  #root-roster-resource .depth-charts-standings {
    flex: 0 0 40%;
    padding-left: 5px; }
    #root-roster-resource .depth-charts-standings th, #root-roster-resource .depth-charts-standings td {
      text-align: center; }
    #root-roster-resource .depth-charts-standings [data-stat="Team"] {
      text-align: left;
      width: 90px;
      position: relative; }
      #root-roster-resource .depth-charts-standings [data-stat="Team"] .cell-painted {
        display: flex;
        background-color: none;
        color: none;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        text-align: left;
        align-items: flex-start;
        padding-left: 4px; }
      #root-roster-resource .depth-charts-standings [data-stat="Team"] a {
        color: inherit; }
        #root-roster-resource .depth-charts-standings [data-stat="Team"] a:hover {
          color: #50ae26; }
      #root-roster-resource .depth-charts-standings [data-stat="Team"] .team-angels, #root-roster-resource .depth-charts-standings [data-stat="Team"] [data-team-color="LAA"], #root-roster-resource .depth-charts-standings [data-stat="Team"] [data-team-color="angels"] {
        background-color: #B71234;
        color: #fff; }
      #root-roster-resource .depth-charts-standings [data-stat="Team"] .team-orioles, #root-roster-resource .depth-charts-standings [data-stat="Team"] [data-team-color="BAL"], #root-roster-resource .depth-charts-standings [data-stat="Team"] [data-team-color="orioles"] {
        background-color: #ED4C09;
        color: #000; }
      #root-roster-resource .depth-charts-standings [data-stat="Team"] .team-redsox, #root-roster-resource .depth-charts-standings [data-stat="Team"] [data-team-color="BOS"], #root-roster-resource .depth-charts-standings [data-stat="Team"] [data-team-color="red sox"] {
        background-color: #C60C30;
        color: #fff; }
      #root-roster-resource .depth-charts-standings [data-stat="Team"] .team-whitesox, #root-roster-resource .depth-charts-standings [data-stat="Team"] [data-team-color="CHW"], #root-roster-resource .depth-charts-standings [data-stat="Team"] [data-team-color="white sox"] {
        background-color: #C0C0C0;
        color: #000; }
      #root-roster-resource .depth-charts-standings [data-stat="Team"] .team-indians, #root-roster-resource .depth-charts-standings [data-stat="Team"] [data-team-color="CLE"], #root-roster-resource .depth-charts-standings [data-stat="Team"] [data-team-color="indians"] {
        background-color: #D30335;
        color: #fff; }
      #root-roster-resource .depth-charts-standings [data-stat="Team"] .team-tigers, #root-roster-resource .depth-charts-standings [data-stat="Team"] [data-team-color="DET"], #root-roster-resource .depth-charts-standings [data-stat="Team"] [data-team-color="tigers"] {
        background-color: #DE4406;
        color: #000; }
      #root-roster-resource .depth-charts-standings [data-stat="Team"] .team-royals, #root-roster-resource .depth-charts-standings [data-stat="Team"] [data-team-color="KCR"], #root-roster-resource .depth-charts-standings [data-stat="Team"] [data-team-color="royals"] {
        background-color: #74B4FA;
        color: #000; }
      #root-roster-resource .depth-charts-standings [data-stat="Team"] .team-twins, #root-roster-resource .depth-charts-standings [data-stat="Team"] [data-team-color="MIN"], #root-roster-resource .depth-charts-standings [data-stat="Team"] [data-team-color="twins"] {
        background-color: #072754;
        color: #fff; }
      #root-roster-resource .depth-charts-standings [data-stat="Team"] .team-yankees, #root-roster-resource .depth-charts-standings [data-stat="Team"] [data-team-color="NYY"], #root-roster-resource .depth-charts-standings [data-stat="Team"] [data-team-color="yankees"] {
        background-color: #1C2841;
        color: #fff; }
      #root-roster-resource .depth-charts-standings [data-stat="Team"] .team-athletics, #root-roster-resource .depth-charts-standings [data-stat="Team"] [data-team-color="OAK"], #root-roster-resource .depth-charts-standings [data-stat="Team"] [data-team-color="athletics"] {
        background-color: #003831;
        color: #fff; }
      #root-roster-resource .depth-charts-standings [data-stat="Team"] .team-mariners, #root-roster-resource .depth-charts-standings [data-stat="Team"] [data-team-color="SEA"], #root-roster-resource .depth-charts-standings [data-stat="Team"] [data-team-color="mariners"] {
        background-color: #005C5C;
        color: #fff; }
      #root-roster-resource .depth-charts-standings [data-stat="Team"] .team-rays, #root-roster-resource .depth-charts-standings [data-stat="Team"] [data-team-color="TBR"], #root-roster-resource .depth-charts-standings [data-stat="Team"] [data-team-color="rays"] {
        background-color: #FFD700;
        color: #000; }
      #root-roster-resource .depth-charts-standings [data-stat="Team"] .team-rangers, #root-roster-resource .depth-charts-standings [data-stat="Team"] [data-team-color="TEX"], #root-roster-resource .depth-charts-standings [data-stat="Team"] [data-team-color="rangers"] {
        background-color: #BD1021;
        color: #fff; }
      #root-roster-resource .depth-charts-standings [data-stat="Team"] .team-bluejays, #root-roster-resource .depth-charts-standings [data-stat="Team"] [data-team-color="TOR"], #root-roster-resource .depth-charts-standings [data-stat="Team"] [data-team-color="blue jays"] {
        background-color: #003DA5;
        color: #fff; }
      #root-roster-resource .depth-charts-standings [data-stat="Team"] .team-diamondbacks, #root-roster-resource .depth-charts-standings [data-stat="Team"] [data-team-color="ARZ"], #root-roster-resource .depth-charts-standings [data-stat="Team"] [data-team-color="ARI"], #root-roster-resource .depth-charts-standings [data-stat="Team"] [data-team-color="diamondbacks"] {
        background-color: #A71930;
        color: #fff; }
      #root-roster-resource .depth-charts-standings [data-stat="Team"] .team-braves, #root-roster-resource .depth-charts-standings [data-stat="Team"] [data-team-color="ATL"], #root-roster-resource .depth-charts-standings [data-stat="Team"] [data-team-color="braves"] {
        background-color: #B71234;
        color: #fff; }
      #root-roster-resource .depth-charts-standings [data-stat="Team"] .team-cubs, #root-roster-resource .depth-charts-standings [data-stat="Team"] [data-team-color="CHC"], #root-roster-resource .depth-charts-standings [data-stat="Team"] [data-team-color="cubs"] {
        background-color: #003279;
        color: #fff; }
      #root-roster-resource .depth-charts-standings [data-stat="Team"] .team-dodgers, #root-roster-resource .depth-charts-standings [data-stat="Team"] [data-team-color="LAD"], #root-roster-resource .depth-charts-standings [data-stat="Team"] [data-team-color="dodgers"] {
        background-color: #083C6B;
        color: #fff; }
      #root-roster-resource .depth-charts-standings [data-stat="Team"] .team-reds, #root-roster-resource .depth-charts-standings [data-stat="Team"] [data-team-color="CIN"], #root-roster-resource .depth-charts-standings [data-stat="Team"] [data-team-color="reds"] {
        background-color: #C6011F;
        color: #fff; }
      #root-roster-resource .depth-charts-standings [data-stat="Team"] .team-rockies, #root-roster-resource .depth-charts-standings [data-stat="Team"] [data-team-color="COL"], #root-roster-resource .depth-charts-standings [data-stat="Team"] [data-team-color="rockies"] {
        background-color: #333366;
        color: #fff; }
      #root-roster-resource .depth-charts-standings [data-stat="Team"] .team-marlins, #root-roster-resource .depth-charts-standings [data-stat="Team"] [data-team-color="MIA"], #root-roster-resource .depth-charts-standings [data-stat="Team"] [data-team-color="marlins"] {
        background-color: #00a3e0;
        color: #fff; }
      #root-roster-resource .depth-charts-standings [data-stat="Team"] .team-astros, #root-roster-resource .depth-charts-standings [data-stat="Team"] [data-team-color="HOU"], #root-roster-resource .depth-charts-standings [data-stat="Team"] [data-team-color="astros"] {
        background-color: #FF7F00;
        color: #000; }
      #root-roster-resource .depth-charts-standings [data-stat="Team"] .team-brewers, #root-roster-resource .depth-charts-standings [data-stat="Team"] [data-team-color="MIL"], #root-roster-resource .depth-charts-standings [data-stat="Team"] [data-team-color="brewers"] {
        background-color: #13294b;
        color: #fff; }
      #root-roster-resource .depth-charts-standings [data-stat="Team"] .team-nationals, #root-roster-resource .depth-charts-standings [data-stat="Team"] [data-team-color="WSN"], #root-roster-resource .depth-charts-standings [data-stat="Team"] [data-team-color="nationals"] {
        background-color: #BA122B;
        color: #fff; }
      #root-roster-resource .depth-charts-standings [data-stat="Team"] .team-mets, #root-roster-resource .depth-charts-standings [data-stat="Team"] [data-team-color="NYM"], #root-roster-resource .depth-charts-standings [data-stat="Team"] [data-team-color="mets"] {
        background-color: #FB4F14;
        color: #000; }
      #root-roster-resource .depth-charts-standings [data-stat="Team"] .team-phillies, #root-roster-resource .depth-charts-standings [data-stat="Team"] [data-team-color="PHI"], #root-roster-resource .depth-charts-standings [data-stat="Team"] [data-team-color="phillies"] {
        background-color: #BA0C2F;
        color: #fff; }
      #root-roster-resource .depth-charts-standings [data-stat="Team"] .team-pirates, #root-roster-resource .depth-charts-standings [data-stat="Team"] [data-team-color="PIT"], #root-roster-resource .depth-charts-standings [data-stat="Team"] [data-team-color="pirates"] {
        background-color: #FDB829;
        color: #000; }
      #root-roster-resource .depth-charts-standings [data-stat="Team"] .team-cardinals, #root-roster-resource .depth-charts-standings [data-stat="Team"] [data-team-color="STL"], #root-roster-resource .depth-charts-standings [data-stat="Team"] [data-team-color="cardinals"] {
        background-color: #C41E3A;
        color: #fff; }
      #root-roster-resource .depth-charts-standings [data-stat="Team"] .team-padres, #root-roster-resource .depth-charts-standings [data-stat="Team"] [data-team-color="SDP"], #root-roster-resource .depth-charts-standings [data-stat="Team"] [data-team-color="padres"] {
        background-color: #473729;
        color: #fff; }
      #root-roster-resource .depth-charts-standings [data-stat="Team"] .team-giants, #root-roster-resource .depth-charts-standings [data-stat="Team"] [data-team-color="SFG"], #root-roster-resource .depth-charts-standings [data-stat="Team"] [data-team-color="giants"] {
        background-color: #F2552C;
        color: #000; }
      #root-roster-resource .depth-charts-standings [data-stat="Team"] [data-team-color="KBO"] {
        background-color: #fff5e8;
        color: blue; }
      #root-roster-resource .depth-charts-standings [data-stat="Team"] [data-team-color="JPN"] {
        background-color: #fff5e8;
        color: red; }
    #root-roster-resource .depth-charts-standings td[data-stat="W"], #root-roster-resource .depth-charts-standings td[data-stat="L"] {
      background-color: #cfe2f3; }
    #root-roster-resource .depth-charts-standings tr:hover td[data-stat="W"], #root-roster-resource .depth-charts-standings tr:hover td[data-stat="L"] {
      background-color: rgba(207, 226, 243, 0.5); }
    #root-roster-resource .depth-charts-standings tr:hover .team-angels, #root-roster-resource .depth-charts-standings tr:hover [data-team-color="LAA"], #root-roster-resource .depth-charts-standings tr:hover [data-team-color="angels"] {
      background-color: rgba(183, 18, 52, 0.5);
      color: #fff; }
    #root-roster-resource .depth-charts-standings tr:hover .team-orioles, #root-roster-resource .depth-charts-standings tr:hover [data-team-color="BAL"], #root-roster-resource .depth-charts-standings tr:hover [data-team-color="orioles"] {
      background-color: rgba(237, 76, 9, 0.5);
      color: #000; }
    #root-roster-resource .depth-charts-standings tr:hover .team-redsox, #root-roster-resource .depth-charts-standings tr:hover [data-team-color="BOS"], #root-roster-resource .depth-charts-standings tr:hover [data-team-color="red sox"] {
      background-color: rgba(198, 12, 48, 0.5);
      color: #fff; }
    #root-roster-resource .depth-charts-standings tr:hover .team-whitesox, #root-roster-resource .depth-charts-standings tr:hover [data-team-color="CHW"], #root-roster-resource .depth-charts-standings tr:hover [data-team-color="white sox"] {
      background-color: rgba(192, 192, 192, 0.5);
      color: #000; }
    #root-roster-resource .depth-charts-standings tr:hover .team-indians, #root-roster-resource .depth-charts-standings tr:hover [data-team-color="CLE"], #root-roster-resource .depth-charts-standings tr:hover [data-team-color="indians"] {
      background-color: rgba(211, 3, 53, 0.5);
      color: #fff; }
    #root-roster-resource .depth-charts-standings tr:hover .team-tigers, #root-roster-resource .depth-charts-standings tr:hover [data-team-color="DET"], #root-roster-resource .depth-charts-standings tr:hover [data-team-color="tigers"] {
      background-color: rgba(222, 68, 6, 0.5);
      color: #000; }
    #root-roster-resource .depth-charts-standings tr:hover .team-royals, #root-roster-resource .depth-charts-standings tr:hover [data-team-color="KCR"], #root-roster-resource .depth-charts-standings tr:hover [data-team-color="royals"] {
      background-color: rgba(116, 180, 250, 0.5);
      color: #000; }
    #root-roster-resource .depth-charts-standings tr:hover .team-twins, #root-roster-resource .depth-charts-standings tr:hover [data-team-color="MIN"], #root-roster-resource .depth-charts-standings tr:hover [data-team-color="twins"] {
      background-color: rgba(7, 39, 84, 0.5);
      color: #fff; }
    #root-roster-resource .depth-charts-standings tr:hover .team-yankees, #root-roster-resource .depth-charts-standings tr:hover [data-team-color="NYY"], #root-roster-resource .depth-charts-standings tr:hover [data-team-color="yankees"] {
      background-color: rgba(28, 40, 65, 0.5);
      color: #fff; }
    #root-roster-resource .depth-charts-standings tr:hover .team-athletics, #root-roster-resource .depth-charts-standings tr:hover [data-team-color="OAK"], #root-roster-resource .depth-charts-standings tr:hover [data-team-color="athletics"] {
      background-color: rgba(0, 56, 49, 0.5);
      color: #fff; }
    #root-roster-resource .depth-charts-standings tr:hover .team-mariners, #root-roster-resource .depth-charts-standings tr:hover [data-team-color="SEA"], #root-roster-resource .depth-charts-standings tr:hover [data-team-color="mariners"] {
      background-color: rgba(0, 92, 92, 0.5);
      color: #fff; }
    #root-roster-resource .depth-charts-standings tr:hover .team-rays, #root-roster-resource .depth-charts-standings tr:hover [data-team-color="TBR"], #root-roster-resource .depth-charts-standings tr:hover [data-team-color="rays"] {
      background-color: rgba(255, 215, 0, 0.5);
      color: #000; }
    #root-roster-resource .depth-charts-standings tr:hover .team-rangers, #root-roster-resource .depth-charts-standings tr:hover [data-team-color="TEX"], #root-roster-resource .depth-charts-standings tr:hover [data-team-color="rangers"] {
      background-color: rgba(189, 16, 33, 0.5);
      color: #fff; }
    #root-roster-resource .depth-charts-standings tr:hover .team-bluejays, #root-roster-resource .depth-charts-standings tr:hover [data-team-color="TOR"], #root-roster-resource .depth-charts-standings tr:hover [data-team-color="blue jays"] {
      background-color: rgba(0, 61, 165, 0.5);
      color: #fff; }
    #root-roster-resource .depth-charts-standings tr:hover .team-diamondbacks, #root-roster-resource .depth-charts-standings tr:hover [data-team-color="ARZ"], #root-roster-resource .depth-charts-standings tr:hover [data-team-color="ARI"], #root-roster-resource .depth-charts-standings tr:hover [data-team-color="diamondbacks"] {
      background-color: rgba(167, 25, 48, 0.5);
      color: #fff; }
    #root-roster-resource .depth-charts-standings tr:hover .team-braves, #root-roster-resource .depth-charts-standings tr:hover [data-team-color="ATL"], #root-roster-resource .depth-charts-standings tr:hover [data-team-color="braves"] {
      background-color: rgba(183, 18, 52, 0.5);
      color: #fff; }
    #root-roster-resource .depth-charts-standings tr:hover .team-cubs, #root-roster-resource .depth-charts-standings tr:hover [data-team-color="CHC"], #root-roster-resource .depth-charts-standings tr:hover [data-team-color="cubs"] {
      background-color: rgba(0, 50, 121, 0.5);
      color: #fff; }
    #root-roster-resource .depth-charts-standings tr:hover .team-dodgers, #root-roster-resource .depth-charts-standings tr:hover [data-team-color="LAD"], #root-roster-resource .depth-charts-standings tr:hover [data-team-color="dodgers"] {
      background-color: rgba(8, 60, 107, 0.5);
      color: #fff; }
    #root-roster-resource .depth-charts-standings tr:hover .team-reds, #root-roster-resource .depth-charts-standings tr:hover [data-team-color="CIN"], #root-roster-resource .depth-charts-standings tr:hover [data-team-color="reds"] {
      background-color: rgba(198, 1, 31, 0.5);
      color: #fff; }
    #root-roster-resource .depth-charts-standings tr:hover .team-rockies, #root-roster-resource .depth-charts-standings tr:hover [data-team-color="COL"], #root-roster-resource .depth-charts-standings tr:hover [data-team-color="rockies"] {
      background-color: rgba(51, 51, 102, 0.5);
      color: #fff; }
    #root-roster-resource .depth-charts-standings tr:hover .team-marlins, #root-roster-resource .depth-charts-standings tr:hover [data-team-color="MIA"], #root-roster-resource .depth-charts-standings tr:hover [data-team-color="marlins"] {
      background-color: rgba(0, 163, 224, 0.5);
      color: #fff; }
    #root-roster-resource .depth-charts-standings tr:hover .team-astros, #root-roster-resource .depth-charts-standings tr:hover [data-team-color="HOU"], #root-roster-resource .depth-charts-standings tr:hover [data-team-color="astros"] {
      background-color: rgba(255, 127, 0, 0.5);
      color: #000; }
    #root-roster-resource .depth-charts-standings tr:hover .team-brewers, #root-roster-resource .depth-charts-standings tr:hover [data-team-color="MIL"], #root-roster-resource .depth-charts-standings tr:hover [data-team-color="brewers"] {
      background-color: rgba(19, 41, 75, 0.5);
      color: #fff; }
    #root-roster-resource .depth-charts-standings tr:hover .team-nationals, #root-roster-resource .depth-charts-standings tr:hover [data-team-color="WSN"], #root-roster-resource .depth-charts-standings tr:hover [data-team-color="nationals"] {
      background-color: rgba(186, 18, 43, 0.5);
      color: #fff; }
    #root-roster-resource .depth-charts-standings tr:hover .team-mets, #root-roster-resource .depth-charts-standings tr:hover [data-team-color="NYM"], #root-roster-resource .depth-charts-standings tr:hover [data-team-color="mets"] {
      background-color: rgba(251, 79, 20, 0.5);
      color: #000; }
    #root-roster-resource .depth-charts-standings tr:hover .team-phillies, #root-roster-resource .depth-charts-standings tr:hover [data-team-color="PHI"], #root-roster-resource .depth-charts-standings tr:hover [data-team-color="phillies"] {
      background-color: rgba(186, 12, 47, 0.5);
      color: #fff; }
    #root-roster-resource .depth-charts-standings tr:hover .team-pirates, #root-roster-resource .depth-charts-standings tr:hover [data-team-color="PIT"], #root-roster-resource .depth-charts-standings tr:hover [data-team-color="pirates"] {
      background-color: rgba(253, 184, 41, 0.5);
      color: #000; }
    #root-roster-resource .depth-charts-standings tr:hover .team-cardinals, #root-roster-resource .depth-charts-standings tr:hover [data-team-color="STL"], #root-roster-resource .depth-charts-standings tr:hover [data-team-color="cardinals"] {
      background-color: rgba(196, 30, 58, 0.5);
      color: #fff; }
    #root-roster-resource .depth-charts-standings tr:hover .team-padres, #root-roster-resource .depth-charts-standings tr:hover [data-team-color="SDP"], #root-roster-resource .depth-charts-standings tr:hover [data-team-color="padres"] {
      background-color: rgba(71, 55, 41, 0.5);
      color: #fff; }
    #root-roster-resource .depth-charts-standings tr:hover .team-giants, #root-roster-resource .depth-charts-standings tr:hover [data-team-color="SFG"], #root-roster-resource .depth-charts-standings tr:hover [data-team-color="giants"] {
      background-color: rgba(242, 85, 44, 0.5);
      color: #000; }
    #root-roster-resource .depth-charts-standings tr:hover [data-team-color="KBO"] {
      background-color: rgba(255, 245, 232, 0.5);
      color: blue; }
    #root-roster-resource .depth-charts-standings tr:hover [data-team-color="JPN"] {
      background-color: rgba(255, 245, 232, 0.5);
      color: red; }
  #root-roster-resource .depth-charts-roster-breakdown {
    flex: 0 0 28%;
    padding-left: 5px;
    font-size: 10px; }
    #root-roster-resource .depth-charts-roster-breakdown .depth-charts-roster-breakdown-tables {
      display: flex; }
      #root-roster-resource .depth-charts-roster-breakdown .depth-charts-roster-breakdown-tables .breakdown-acquired {
        flex: 0 0 40%;
        width: 40%; }
        #root-roster-resource .depth-charts-roster-breakdown .depth-charts-roster-breakdown-tables .breakdown-acquired .total-40-man {
          background-color: red; }
      #root-roster-resource .depth-charts-roster-breakdown .depth-charts-roster-breakdown-tables .breakdown-country {
        flex: 1 0 auto;
        width: 60%; }
      #root-roster-resource .depth-charts-roster-breakdown .depth-charts-roster-breakdown-tables th {
        text-align: left; }
        #root-roster-resource .depth-charts-roster-breakdown .depth-charts-roster-breakdown-tables th.roster-40 {
          background-color: #ddd9c3;
          text-align: center; }
      #root-roster-resource .depth-charts-roster-breakdown .depth-charts-roster-breakdown-tables tr:hover {
        /*background-color: rgba($color-roster-40, .5);*/ }
      #root-roster-resource .depth-charts-roster-breakdown .depth-charts-roster-breakdown-tables td {
        text-align: center;
        background-color: #000;
        color: #fff; }
  #root-roster-resource .depth-charts-recent-transactions {
    flex: 1 0 24%; }
    #root-roster-resource .depth-charts-recent-transactions th {
      background-color: #ccc;
      text-align: center; }
    #root-roster-resource .depth-charts-recent-transactions thead th {
      background-color: #000;
      color: #fff; }
      #root-roster-resource .depth-charts-recent-transactions thead th[data-stat="DATE"] {
        width: 40px;
        text-align: center; }
      #root-roster-resource .depth-charts-recent-transactions thead th[data-stat="TRANSACTION/UPDATE"] {
        text-align: center; }
    #root-roster-resource .depth-charts-recent-transactions td[data-stat="DATE"] {
      text-align: center;
      background-color: #b7b7b7; }
  #root-roster-resource .depth-charts-prospects-grid {
    flex: 0 0 25%;
    margin-left: 5px; }
    #root-roster-resource .depth-charts-prospects-grid table th, #root-roster-resource .depth-charts-prospects-grid table td {
      text-align: center; }
    #root-roster-resource .depth-charts-prospects-grid [data-stat="Name"] {
      text-align: left; }
  #root-roster-resource .rr-depth-chart-roster-table {
    font-weight: 600; }
    #root-roster-resource .rr-depth-chart-roster-table .rr-header.table-header {
      background-color: #ccc;
      color: #000; }
    #root-roster-resource .rr-depth-chart-roster-table thead tr:first-child {
      visibility: hidden;
      visibility: collapse;
      font-size: 0;
      height: 0;
      padding: 0; }
      #root-roster-resource .rr-depth-chart-roster-table thead tr:first-child th {
        font-size: 0 !important;
        height: 0 !important;
        padding: 0 !important;
        border: 0 !important; }
    #root-roster-resource .rr-depth-chart-roster-table thead th {
      background-color: #000;
      color: #fff;
      border: 2px solid #fff;
      padding: 0;
      font-size: 10px;
      text-align: center; }
      #root-roster-resource .rr-depth-chart-roster-table thead th .th-tooltip {
        background-color: rgba(255, 255, 255, 0.9);
        color: #000; }
        #root-roster-resource .rr-depth-chart-roster-table thead th .th-tooltip .arrow-down {
          border-top: 12px solid rgba(255, 255, 255, 0.9); }
      #root-roster-resource .rr-depth-chart-roster-table thead th[data-stat^="BP ("] {
        background-color: #eee;
        color: maroon; }
      #root-roster-resource .rr-depth-chart-roster-table thead th[data-stat^="FG ("] {
        background-color: #eee;
        color: #50ae26; }
      #root-roster-resource .rr-depth-chart-roster-table thead th[data-stat^="MLB ("] {
        background-color: #eee;
        color: cornflowerblue; }
      #root-roster-resource .rr-depth-chart-roster-table thead th[data-stat="Ovr"], #root-roster-resource .rr-depth-chart-roster-table thead th[data-stat="Last 7 Days"], #root-roster-resource .rr-depth-chart-roster-table thead th[data-stat="Last 14 Days"], #root-roster-resource .rr-depth-chart-roster-table thead th[data-stat="Last 21 Days"], #root-roster-resource .rr-depth-chart-roster-table thead th[data-stat="1st Half"], #root-roster-resource .rr-depth-chart-roster-table thead th[data-stat="2nd Half"], #root-roster-resource .rr-depth-chart-roster-table thead th[data-stat="ETA"], #root-roster-resource .rr-depth-chart-roster-table thead th[data-stat^="Max Level"] {
        background-color: #434343;
        color: #fff;
        width: 34px;
        padding: 8px 0; }
      #root-roster-resource .rr-depth-chart-roster-table thead th[data-stat="ETA"] {
        width: 60px; }
      #root-roster-resource .rr-depth-chart-roster-table thead th[data-stat="INJURY/SURGERY"], #root-roster-resource .rr-depth-chart-roster-table thead th[data-stat="Injury/ Surgery Date"] {
        background-color: #1d2d5c;
        color: #fff; }
      #root-roster-resource .rr-depth-chart-roster-table thead th[data-stat="INJURY"] {
        /*width: 150px;*/ }
      #root-roster-resource .rr-depth-chart-roster-table thead th[data-stat="Injury/ Surgery Date"] {
        width: 80px; }
      #root-roster-resource .rr-depth-chart-roster-table thead th[data-stat="specialBullpenUsage"] {
        background-color: #d9d9d9;
        color: #000; }
      #root-roster-resource .rr-depth-chart-roster-table thead th .game-starting-lineup {
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0; }
        #root-roster-resource .rr-depth-chart-roster-table thead th .game-starting-lineup.pitch-hand-left {
          background-color: #990000; }
        #root-roster-resource .rr-depth-chart-roster-table thead th .game-starting-lineup.pitch-hand-right {
          background-color: #0b5394; }
      #root-roster-resource .rr-depth-chart-roster-table thead th .game-probable-starter {
        display: flex;
        background-color: #d9d9d9;
        color: #000;
        flex-direction: column;
        text-align: center;
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        justify-content: space-between; }
        #root-roster-resource .rr-depth-chart-roster-table thead th .game-probable-starter .game-opp-team {
          display: flex;
          justify-content: center;
          align-items: center;
          height: 24px;
          background-color: #fff;
          color: #000;
          /*color: white;*/
          /*background-color: red;*/ }
        #root-roster-resource .rr-depth-chart-roster-table thead th .game-probable-starter .team-angels, #root-roster-resource .rr-depth-chart-roster-table thead th .game-probable-starter [data-team-color="LAA"], #root-roster-resource .rr-depth-chart-roster-table thead th .game-probable-starter [data-team-color="angels"] {
          background-color: #B71234;
          color: #fff; }
        #root-roster-resource .rr-depth-chart-roster-table thead th .game-probable-starter .team-orioles, #root-roster-resource .rr-depth-chart-roster-table thead th .game-probable-starter [data-team-color="BAL"], #root-roster-resource .rr-depth-chart-roster-table thead th .game-probable-starter [data-team-color="orioles"] {
          background-color: #ED4C09;
          color: #000; }
        #root-roster-resource .rr-depth-chart-roster-table thead th .game-probable-starter .team-redsox, #root-roster-resource .rr-depth-chart-roster-table thead th .game-probable-starter [data-team-color="BOS"], #root-roster-resource .rr-depth-chart-roster-table thead th .game-probable-starter [data-team-color="red sox"] {
          background-color: #C60C30;
          color: #fff; }
        #root-roster-resource .rr-depth-chart-roster-table thead th .game-probable-starter .team-whitesox, #root-roster-resource .rr-depth-chart-roster-table thead th .game-probable-starter [data-team-color="CHW"], #root-roster-resource .rr-depth-chart-roster-table thead th .game-probable-starter [data-team-color="white sox"] {
          background-color: #C0C0C0;
          color: #000; }
        #root-roster-resource .rr-depth-chart-roster-table thead th .game-probable-starter .team-indians, #root-roster-resource .rr-depth-chart-roster-table thead th .game-probable-starter [data-team-color="CLE"], #root-roster-resource .rr-depth-chart-roster-table thead th .game-probable-starter [data-team-color="indians"] {
          background-color: #D30335;
          color: #fff; }
        #root-roster-resource .rr-depth-chart-roster-table thead th .game-probable-starter .team-tigers, #root-roster-resource .rr-depth-chart-roster-table thead th .game-probable-starter [data-team-color="DET"], #root-roster-resource .rr-depth-chart-roster-table thead th .game-probable-starter [data-team-color="tigers"] {
          background-color: #DE4406;
          color: #000; }
        #root-roster-resource .rr-depth-chart-roster-table thead th .game-probable-starter .team-royals, #root-roster-resource .rr-depth-chart-roster-table thead th .game-probable-starter [data-team-color="KCR"], #root-roster-resource .rr-depth-chart-roster-table thead th .game-probable-starter [data-team-color="royals"] {
          background-color: #74B4FA;
          color: #000; }
        #root-roster-resource .rr-depth-chart-roster-table thead th .game-probable-starter .team-twins, #root-roster-resource .rr-depth-chart-roster-table thead th .game-probable-starter [data-team-color="MIN"], #root-roster-resource .rr-depth-chart-roster-table thead th .game-probable-starter [data-team-color="twins"] {
          background-color: #072754;
          color: #fff; }
        #root-roster-resource .rr-depth-chart-roster-table thead th .game-probable-starter .team-yankees, #root-roster-resource .rr-depth-chart-roster-table thead th .game-probable-starter [data-team-color="NYY"], #root-roster-resource .rr-depth-chart-roster-table thead th .game-probable-starter [data-team-color="yankees"] {
          background-color: #1C2841;
          color: #fff; }
        #root-roster-resource .rr-depth-chart-roster-table thead th .game-probable-starter .team-athletics, #root-roster-resource .rr-depth-chart-roster-table thead th .game-probable-starter [data-team-color="OAK"], #root-roster-resource .rr-depth-chart-roster-table thead th .game-probable-starter [data-team-color="athletics"] {
          background-color: #003831;
          color: #fff; }
        #root-roster-resource .rr-depth-chart-roster-table thead th .game-probable-starter .team-mariners, #root-roster-resource .rr-depth-chart-roster-table thead th .game-probable-starter [data-team-color="SEA"], #root-roster-resource .rr-depth-chart-roster-table thead th .game-probable-starter [data-team-color="mariners"] {
          background-color: #005C5C;
          color: #fff; }
        #root-roster-resource .rr-depth-chart-roster-table thead th .game-probable-starter .team-rays, #root-roster-resource .rr-depth-chart-roster-table thead th .game-probable-starter [data-team-color="TBR"], #root-roster-resource .rr-depth-chart-roster-table thead th .game-probable-starter [data-team-color="rays"] {
          background-color: #FFD700;
          color: #000; }
        #root-roster-resource .rr-depth-chart-roster-table thead th .game-probable-starter .team-rangers, #root-roster-resource .rr-depth-chart-roster-table thead th .game-probable-starter [data-team-color="TEX"], #root-roster-resource .rr-depth-chart-roster-table thead th .game-probable-starter [data-team-color="rangers"] {
          background-color: #BD1021;
          color: #fff; }
        #root-roster-resource .rr-depth-chart-roster-table thead th .game-probable-starter .team-bluejays, #root-roster-resource .rr-depth-chart-roster-table thead th .game-probable-starter [data-team-color="TOR"], #root-roster-resource .rr-depth-chart-roster-table thead th .game-probable-starter [data-team-color="blue jays"] {
          background-color: #003DA5;
          color: #fff; }
        #root-roster-resource .rr-depth-chart-roster-table thead th .game-probable-starter .team-diamondbacks, #root-roster-resource .rr-depth-chart-roster-table thead th .game-probable-starter [data-team-color="ARZ"], #root-roster-resource .rr-depth-chart-roster-table thead th .game-probable-starter [data-team-color="ARI"], #root-roster-resource .rr-depth-chart-roster-table thead th .game-probable-starter [data-team-color="diamondbacks"] {
          background-color: #A71930;
          color: #fff; }
        #root-roster-resource .rr-depth-chart-roster-table thead th .game-probable-starter .team-braves, #root-roster-resource .rr-depth-chart-roster-table thead th .game-probable-starter [data-team-color="ATL"], #root-roster-resource .rr-depth-chart-roster-table thead th .game-probable-starter [data-team-color="braves"] {
          background-color: #B71234;
          color: #fff; }
        #root-roster-resource .rr-depth-chart-roster-table thead th .game-probable-starter .team-cubs, #root-roster-resource .rr-depth-chart-roster-table thead th .game-probable-starter [data-team-color="CHC"], #root-roster-resource .rr-depth-chart-roster-table thead th .game-probable-starter [data-team-color="cubs"] {
          background-color: #003279;
          color: #fff; }
        #root-roster-resource .rr-depth-chart-roster-table thead th .game-probable-starter .team-dodgers, #root-roster-resource .rr-depth-chart-roster-table thead th .game-probable-starter [data-team-color="LAD"], #root-roster-resource .rr-depth-chart-roster-table thead th .game-probable-starter [data-team-color="dodgers"] {
          background-color: #083C6B;
          color: #fff; }
        #root-roster-resource .rr-depth-chart-roster-table thead th .game-probable-starter .team-reds, #root-roster-resource .rr-depth-chart-roster-table thead th .game-probable-starter [data-team-color="CIN"], #root-roster-resource .rr-depth-chart-roster-table thead th .game-probable-starter [data-team-color="reds"] {
          background-color: #C6011F;
          color: #fff; }
        #root-roster-resource .rr-depth-chart-roster-table thead th .game-probable-starter .team-rockies, #root-roster-resource .rr-depth-chart-roster-table thead th .game-probable-starter [data-team-color="COL"], #root-roster-resource .rr-depth-chart-roster-table thead th .game-probable-starter [data-team-color="rockies"] {
          background-color: #333366;
          color: #fff; }
        #root-roster-resource .rr-depth-chart-roster-table thead th .game-probable-starter .team-marlins, #root-roster-resource .rr-depth-chart-roster-table thead th .game-probable-starter [data-team-color="MIA"], #root-roster-resource .rr-depth-chart-roster-table thead th .game-probable-starter [data-team-color="marlins"] {
          background-color: #00a3e0;
          color: #fff; }
        #root-roster-resource .rr-depth-chart-roster-table thead th .game-probable-starter .team-astros, #root-roster-resource .rr-depth-chart-roster-table thead th .game-probable-starter [data-team-color="HOU"], #root-roster-resource .rr-depth-chart-roster-table thead th .game-probable-starter [data-team-color="astros"] {
          background-color: #FF7F00;
          color: #000; }
        #root-roster-resource .rr-depth-chart-roster-table thead th .game-probable-starter .team-brewers, #root-roster-resource .rr-depth-chart-roster-table thead th .game-probable-starter [data-team-color="MIL"], #root-roster-resource .rr-depth-chart-roster-table thead th .game-probable-starter [data-team-color="brewers"] {
          background-color: #13294b;
          color: #fff; }
        #root-roster-resource .rr-depth-chart-roster-table thead th .game-probable-starter .team-nationals, #root-roster-resource .rr-depth-chart-roster-table thead th .game-probable-starter [data-team-color="WSN"], #root-roster-resource .rr-depth-chart-roster-table thead th .game-probable-starter [data-team-color="nationals"] {
          background-color: #BA122B;
          color: #fff; }
        #root-roster-resource .rr-depth-chart-roster-table thead th .game-probable-starter .team-mets, #root-roster-resource .rr-depth-chart-roster-table thead th .game-probable-starter [data-team-color="NYM"], #root-roster-resource .rr-depth-chart-roster-table thead th .game-probable-starter [data-team-color="mets"] {
          background-color: #FB4F14;
          color: #000; }
        #root-roster-resource .rr-depth-chart-roster-table thead th .game-probable-starter .team-phillies, #root-roster-resource .rr-depth-chart-roster-table thead th .game-probable-starter [data-team-color="PHI"], #root-roster-resource .rr-depth-chart-roster-table thead th .game-probable-starter [data-team-color="phillies"] {
          background-color: #BA0C2F;
          color: #fff; }
        #root-roster-resource .rr-depth-chart-roster-table thead th .game-probable-starter .team-pirates, #root-roster-resource .rr-depth-chart-roster-table thead th .game-probable-starter [data-team-color="PIT"], #root-roster-resource .rr-depth-chart-roster-table thead th .game-probable-starter [data-team-color="pirates"] {
          background-color: #FDB829;
          color: #000; }
        #root-roster-resource .rr-depth-chart-roster-table thead th .game-probable-starter .team-cardinals, #root-roster-resource .rr-depth-chart-roster-table thead th .game-probable-starter [data-team-color="STL"], #root-roster-resource .rr-depth-chart-roster-table thead th .game-probable-starter [data-team-color="cardinals"] {
          background-color: #C41E3A;
          color: #fff; }
        #root-roster-resource .rr-depth-chart-roster-table thead th .game-probable-starter .team-padres, #root-roster-resource .rr-depth-chart-roster-table thead th .game-probable-starter [data-team-color="SDP"], #root-roster-resource .rr-depth-chart-roster-table thead th .game-probable-starter [data-team-color="padres"] {
          background-color: #473729;
          color: #fff; }
        #root-roster-resource .rr-depth-chart-roster-table thead th .game-probable-starter .team-giants, #root-roster-resource .rr-depth-chart-roster-table thead th .game-probable-starter [data-team-color="SFG"], #root-roster-resource .rr-depth-chart-roster-table thead th .game-probable-starter [data-team-color="giants"] {
          background-color: #F2552C;
          color: #000; }
        #root-roster-resource .rr-depth-chart-roster-table thead th .game-probable-starter [data-team-color="KBO"] {
          background-color: #fff5e8;
          color: blue; }
        #root-roster-resource .rr-depth-chart-roster-table thead th .game-probable-starter [data-team-color="JPN"] {
          background-color: #fff5e8;
          color: red; }
      #root-roster-resource .rr-depth-chart-roster-table thead th tr:hover th .team-angels, #root-roster-resource .rr-depth-chart-roster-table thead th tr:hover th [data-team-color="LAA"], #root-roster-resource .rr-depth-chart-roster-table thead th tr:hover th [data-team-color="angels"] {
        background-color: rgba(183, 18, 52, 0.5);
        color: #fff; }
      #root-roster-resource .rr-depth-chart-roster-table thead th tr:hover th .team-orioles, #root-roster-resource .rr-depth-chart-roster-table thead th tr:hover th [data-team-color="BAL"], #root-roster-resource .rr-depth-chart-roster-table thead th tr:hover th [data-team-color="orioles"] {
        background-color: rgba(237, 76, 9, 0.5);
        color: #000; }
      #root-roster-resource .rr-depth-chart-roster-table thead th tr:hover th .team-redsox, #root-roster-resource .rr-depth-chart-roster-table thead th tr:hover th [data-team-color="BOS"], #root-roster-resource .rr-depth-chart-roster-table thead th tr:hover th [data-team-color="red sox"] {
        background-color: rgba(198, 12, 48, 0.5);
        color: #fff; }
      #root-roster-resource .rr-depth-chart-roster-table thead th tr:hover th .team-whitesox, #root-roster-resource .rr-depth-chart-roster-table thead th tr:hover th [data-team-color="CHW"], #root-roster-resource .rr-depth-chart-roster-table thead th tr:hover th [data-team-color="white sox"] {
        background-color: rgba(192, 192, 192, 0.5);
        color: #000; }
      #root-roster-resource .rr-depth-chart-roster-table thead th tr:hover th .team-indians, #root-roster-resource .rr-depth-chart-roster-table thead th tr:hover th [data-team-color="CLE"], #root-roster-resource .rr-depth-chart-roster-table thead th tr:hover th [data-team-color="indians"] {
        background-color: rgba(211, 3, 53, 0.5);
        color: #fff; }
      #root-roster-resource .rr-depth-chart-roster-table thead th tr:hover th .team-tigers, #root-roster-resource .rr-depth-chart-roster-table thead th tr:hover th [data-team-color="DET"], #root-roster-resource .rr-depth-chart-roster-table thead th tr:hover th [data-team-color="tigers"] {
        background-color: rgba(222, 68, 6, 0.5);
        color: #000; }
      #root-roster-resource .rr-depth-chart-roster-table thead th tr:hover th .team-royals, #root-roster-resource .rr-depth-chart-roster-table thead th tr:hover th [data-team-color="KCR"], #root-roster-resource .rr-depth-chart-roster-table thead th tr:hover th [data-team-color="royals"] {
        background-color: rgba(116, 180, 250, 0.5);
        color: #000; }
      #root-roster-resource .rr-depth-chart-roster-table thead th tr:hover th .team-twins, #root-roster-resource .rr-depth-chart-roster-table thead th tr:hover th [data-team-color="MIN"], #root-roster-resource .rr-depth-chart-roster-table thead th tr:hover th [data-team-color="twins"] {
        background-color: rgba(7, 39, 84, 0.5);
        color: #fff; }
      #root-roster-resource .rr-depth-chart-roster-table thead th tr:hover th .team-yankees, #root-roster-resource .rr-depth-chart-roster-table thead th tr:hover th [data-team-color="NYY"], #root-roster-resource .rr-depth-chart-roster-table thead th tr:hover th [data-team-color="yankees"] {
        background-color: rgba(28, 40, 65, 0.5);
        color: #fff; }
      #root-roster-resource .rr-depth-chart-roster-table thead th tr:hover th .team-athletics, #root-roster-resource .rr-depth-chart-roster-table thead th tr:hover th [data-team-color="OAK"], #root-roster-resource .rr-depth-chart-roster-table thead th tr:hover th [data-team-color="athletics"] {
        background-color: rgba(0, 56, 49, 0.5);
        color: #fff; }
      #root-roster-resource .rr-depth-chart-roster-table thead th tr:hover th .team-mariners, #root-roster-resource .rr-depth-chart-roster-table thead th tr:hover th [data-team-color="SEA"], #root-roster-resource .rr-depth-chart-roster-table thead th tr:hover th [data-team-color="mariners"] {
        background-color: rgba(0, 92, 92, 0.5);
        color: #fff; }
      #root-roster-resource .rr-depth-chart-roster-table thead th tr:hover th .team-rays, #root-roster-resource .rr-depth-chart-roster-table thead th tr:hover th [data-team-color="TBR"], #root-roster-resource .rr-depth-chart-roster-table thead th tr:hover th [data-team-color="rays"] {
        background-color: rgba(255, 215, 0, 0.5);
        color: #000; }
      #root-roster-resource .rr-depth-chart-roster-table thead th tr:hover th .team-rangers, #root-roster-resource .rr-depth-chart-roster-table thead th tr:hover th [data-team-color="TEX"], #root-roster-resource .rr-depth-chart-roster-table thead th tr:hover th [data-team-color="rangers"] {
        background-color: rgba(189, 16, 33, 0.5);
        color: #fff; }
      #root-roster-resource .rr-depth-chart-roster-table thead th tr:hover th .team-bluejays, #root-roster-resource .rr-depth-chart-roster-table thead th tr:hover th [data-team-color="TOR"], #root-roster-resource .rr-depth-chart-roster-table thead th tr:hover th [data-team-color="blue jays"] {
        background-color: rgba(0, 61, 165, 0.5);
        color: #fff; }
      #root-roster-resource .rr-depth-chart-roster-table thead th tr:hover th .team-diamondbacks, #root-roster-resource .rr-depth-chart-roster-table thead th tr:hover th [data-team-color="ARZ"], #root-roster-resource .rr-depth-chart-roster-table thead th tr:hover th [data-team-color="ARI"], #root-roster-resource .rr-depth-chart-roster-table thead th tr:hover th [data-team-color="diamondbacks"] {
        background-color: rgba(167, 25, 48, 0.5);
        color: #fff; }
      #root-roster-resource .rr-depth-chart-roster-table thead th tr:hover th .team-braves, #root-roster-resource .rr-depth-chart-roster-table thead th tr:hover th [data-team-color="ATL"], #root-roster-resource .rr-depth-chart-roster-table thead th tr:hover th [data-team-color="braves"] {
        background-color: rgba(183, 18, 52, 0.5);
        color: #fff; }
      #root-roster-resource .rr-depth-chart-roster-table thead th tr:hover th .team-cubs, #root-roster-resource .rr-depth-chart-roster-table thead th tr:hover th [data-team-color="CHC"], #root-roster-resource .rr-depth-chart-roster-table thead th tr:hover th [data-team-color="cubs"] {
        background-color: rgba(0, 50, 121, 0.5);
        color: #fff; }
      #root-roster-resource .rr-depth-chart-roster-table thead th tr:hover th .team-dodgers, #root-roster-resource .rr-depth-chart-roster-table thead th tr:hover th [data-team-color="LAD"], #root-roster-resource .rr-depth-chart-roster-table thead th tr:hover th [data-team-color="dodgers"] {
        background-color: rgba(8, 60, 107, 0.5);
        color: #fff; }
      #root-roster-resource .rr-depth-chart-roster-table thead th tr:hover th .team-reds, #root-roster-resource .rr-depth-chart-roster-table thead th tr:hover th [data-team-color="CIN"], #root-roster-resource .rr-depth-chart-roster-table thead th tr:hover th [data-team-color="reds"] {
        background-color: rgba(198, 1, 31, 0.5);
        color: #fff; }
      #root-roster-resource .rr-depth-chart-roster-table thead th tr:hover th .team-rockies, #root-roster-resource .rr-depth-chart-roster-table thead th tr:hover th [data-team-color="COL"], #root-roster-resource .rr-depth-chart-roster-table thead th tr:hover th [data-team-color="rockies"] {
        background-color: rgba(51, 51, 102, 0.5);
        color: #fff; }
      #root-roster-resource .rr-depth-chart-roster-table thead th tr:hover th .team-marlins, #root-roster-resource .rr-depth-chart-roster-table thead th tr:hover th [data-team-color="MIA"], #root-roster-resource .rr-depth-chart-roster-table thead th tr:hover th [data-team-color="marlins"] {
        background-color: rgba(0, 163, 224, 0.5);
        color: #fff; }
      #root-roster-resource .rr-depth-chart-roster-table thead th tr:hover th .team-astros, #root-roster-resource .rr-depth-chart-roster-table thead th tr:hover th [data-team-color="HOU"], #root-roster-resource .rr-depth-chart-roster-table thead th tr:hover th [data-team-color="astros"] {
        background-color: rgba(255, 127, 0, 0.5);
        color: #000; }
      #root-roster-resource .rr-depth-chart-roster-table thead th tr:hover th .team-brewers, #root-roster-resource .rr-depth-chart-roster-table thead th tr:hover th [data-team-color="MIL"], #root-roster-resource .rr-depth-chart-roster-table thead th tr:hover th [data-team-color="brewers"] {
        background-color: rgba(19, 41, 75, 0.5);
        color: #fff; }
      #root-roster-resource .rr-depth-chart-roster-table thead th tr:hover th .team-nationals, #root-roster-resource .rr-depth-chart-roster-table thead th tr:hover th [data-team-color="WSN"], #root-roster-resource .rr-depth-chart-roster-table thead th tr:hover th [data-team-color="nationals"] {
        background-color: rgba(186, 18, 43, 0.5);
        color: #fff; }
      #root-roster-resource .rr-depth-chart-roster-table thead th tr:hover th .team-mets, #root-roster-resource .rr-depth-chart-roster-table thead th tr:hover th [data-team-color="NYM"], #root-roster-resource .rr-depth-chart-roster-table thead th tr:hover th [data-team-color="mets"] {
        background-color: rgba(251, 79, 20, 0.5);
        color: #000; }
      #root-roster-resource .rr-depth-chart-roster-table thead th tr:hover th .team-phillies, #root-roster-resource .rr-depth-chart-roster-table thead th tr:hover th [data-team-color="PHI"], #root-roster-resource .rr-depth-chart-roster-table thead th tr:hover th [data-team-color="phillies"] {
        background-color: rgba(186, 12, 47, 0.5);
        color: #fff; }
      #root-roster-resource .rr-depth-chart-roster-table thead th tr:hover th .team-pirates, #root-roster-resource .rr-depth-chart-roster-table thead th tr:hover th [data-team-color="PIT"], #root-roster-resource .rr-depth-chart-roster-table thead th tr:hover th [data-team-color="pirates"] {
        background-color: rgba(253, 184, 41, 0.5);
        color: #000; }
      #root-roster-resource .rr-depth-chart-roster-table thead th tr:hover th .team-cardinals, #root-roster-resource .rr-depth-chart-roster-table thead th tr:hover th [data-team-color="STL"], #root-roster-resource .rr-depth-chart-roster-table thead th tr:hover th [data-team-color="cardinals"] {
        background-color: rgba(196, 30, 58, 0.5);
        color: #fff; }
      #root-roster-resource .rr-depth-chart-roster-table thead th tr:hover th .team-padres, #root-roster-resource .rr-depth-chart-roster-table thead th tr:hover th [data-team-color="SDP"], #root-roster-resource .rr-depth-chart-roster-table thead th tr:hover th [data-team-color="padres"] {
        background-color: rgba(71, 55, 41, 0.5);
        color: #fff; }
      #root-roster-resource .rr-depth-chart-roster-table thead th tr:hover th .team-giants, #root-roster-resource .rr-depth-chart-roster-table thead th tr:hover th [data-team-color="SFG"], #root-roster-resource .rr-depth-chart-roster-table thead th tr:hover th [data-team-color="giants"] {
        background-color: rgba(242, 85, 44, 0.5);
        color: #000; }
      #root-roster-resource .rr-depth-chart-roster-table thead th tr:hover th [data-team-color="KBO"] {
        background-color: rgba(255, 245, 232, 0.5);
        color: blue; }
      #root-roster-resource .rr-depth-chart-roster-table thead th tr:hover th [data-team-color="JPN"] {
        background-color: rgba(255, 245, 232, 0.5);
        color: red; }
    #root-roster-resource .rr-depth-chart-roster-table thead .rr-header__dropdown {
      width: 100%;
      background-color: initial;
      position: relative;
      font-size: 10px; }
      #root-roster-resource .rr-depth-chart-roster-table thead .rr-header__dropdown .fg-dropdown-label:after {
        display: none; }
      #root-roster-resource .rr-depth-chart-roster-table thead .rr-header__dropdown .fg-dropdown-ul li {
        background-color: #000; }
        #root-roster-resource .rr-depth-chart-roster-table thead .rr-header__dropdown .fg-dropdown-ul li:hover {
          background-color: #888; }
      #root-roster-resource .rr-depth-chart-roster-table thead .rr-header__dropdown + .material-icons.arrow-upward {
        position: absolute;
        top: 2px;
        right: 3px;
        font-size: 18px;
        pointer-events: none; }
    #root-roster-resource .rr-depth-chart-roster-table td {
      border-width: 2px; }
      #root-roster-resource .rr-depth-chart-roster-table td.game-item {
        background-color: #cfe2f3;
        color: #000; }
        #root-roster-resource .rr-depth-chart-roster-table td.game-item.game-item-override[data-override="AAA"], #root-roster-resource .rr-depth-chart-roster-table td.game-item.game-item-override[data-override="AA"] {
          color: red;
          background-color: #efefef; }
        #root-roster-resource .rr-depth-chart-roster-table td.game-item.game-item-override[data-override="LAA"] {
          background-color: #B71234;
          color: #fff; }
        #root-roster-resource .rr-depth-chart-roster-table td.game-item.game-item-override[data-override="BAL"] {
          background-color: #ED4C09;
          color: #000; }
        #root-roster-resource .rr-depth-chart-roster-table td.game-item.game-item-override[data-override="BOS"] {
          background-color: #C60C30;
          color: #fff; }
        #root-roster-resource .rr-depth-chart-roster-table td.game-item.game-item-override[data-override="CHW"] {
          background-color: #C0C0C0;
          color: #000; }
        #root-roster-resource .rr-depth-chart-roster-table td.game-item.game-item-override[data-override="CLE"] {
          background-color: #D30335;
          color: #fff; }
        #root-roster-resource .rr-depth-chart-roster-table td.game-item.game-item-override[data-override="DET"] {
          background-color: #DE4406;
          color: #000; }
        #root-roster-resource .rr-depth-chart-roster-table td.game-item.game-item-override[data-override="KCR"] {
          background-color: #74B4FA;
          color: #000; }
        #root-roster-resource .rr-depth-chart-roster-table td.game-item.game-item-override[data-override="MIN"] {
          background-color: #072754;
          color: #fff; }
        #root-roster-resource .rr-depth-chart-roster-table td.game-item.game-item-override[data-override="NYY"] {
          background-color: #1C2841;
          color: #fff; }
        #root-roster-resource .rr-depth-chart-roster-table td.game-item.game-item-override[data-override="OAK"] {
          background-color: #003831;
          color: #fff; }
        #root-roster-resource .rr-depth-chart-roster-table td.game-item.game-item-override[data-override="SEA"] {
          background-color: #005C5C;
          color: #fff; }
        #root-roster-resource .rr-depth-chart-roster-table td.game-item.game-item-override[data-override="TBR"] {
          background-color: #FFD700;
          color: #000; }
        #root-roster-resource .rr-depth-chart-roster-table td.game-item.game-item-override[data-override="TEX"] {
          background-color: #BD1021;
          color: #fff; }
        #root-roster-resource .rr-depth-chart-roster-table td.game-item.game-item-override[data-override="TOR"] {
          background-color: #003DA5;
          color: #fff; }
        #root-roster-resource .rr-depth-chart-roster-table td.game-item.game-item-override[data-override="ARI"] {
          background-color: #A71930;
          color: #fff; }
        #root-roster-resource .rr-depth-chart-roster-table td.game-item.game-item-override[data-override="ATL"] {
          background-color: #B71234;
          color: #fff; }
        #root-roster-resource .rr-depth-chart-roster-table td.game-item.game-item-override[data-override="CHC"] {
          background-color: #003279;
          color: #fff; }
        #root-roster-resource .rr-depth-chart-roster-table td.game-item.game-item-override[data-override="CIN"] {
          background-color: #C6011F;
          color: #fff; }
        #root-roster-resource .rr-depth-chart-roster-table td.game-item.game-item-override[data-override="COL"] {
          background-color: #333366;
          color: #fff; }
        #root-roster-resource .rr-depth-chart-roster-table td.game-item.game-item-override[data-override="MIA"] {
          background-color: #00a3e0;
          color: #fff; }
        #root-roster-resource .rr-depth-chart-roster-table td.game-item.game-item-override[data-override="HOU"] {
          background-color: #FF7F00;
          color: #000; }
        #root-roster-resource .rr-depth-chart-roster-table td.game-item.game-item-override[data-override="LAD"] {
          background-color: #083C6B;
          color: #fff; }
        #root-roster-resource .rr-depth-chart-roster-table td.game-item.game-item-override[data-override="MIL"] {
          background-color: #13294b;
          color: #fff; }
        #root-roster-resource .rr-depth-chart-roster-table td.game-item.game-item-override[data-override="WSN"] {
          background-color: #BA122B;
          color: #fff; }
        #root-roster-resource .rr-depth-chart-roster-table td.game-item.game-item-override[data-override="NYM"] {
          background-color: #FB4F14;
          color: #000; }
        #root-roster-resource .rr-depth-chart-roster-table td.game-item.game-item-override[data-override="PHI"] {
          background-color: #BA0C2F;
          color: #fff; }
        #root-roster-resource .rr-depth-chart-roster-table td.game-item.game-item-override[data-override="PIT"] {
          background-color: #FDB829;
          color: #000; }
        #root-roster-resource .rr-depth-chart-roster-table td.game-item.game-item-override[data-override="STL"] {
          background-color: #C41E3A;
          color: #fff; }
        #root-roster-resource .rr-depth-chart-roster-table td.game-item.game-item-override[data-override="SDP"] {
          background-color: #002147;
          color: #fff; }
        #root-roster-resource .rr-depth-chart-roster-table td.game-item.game-item-override[data-override="SFG"] {
          background-color: #F2552C;
          color: #000; }
        #root-roster-resource .rr-depth-chart-roster-table td.game-item.game-item-override[data-override^="IL"], #root-roster-resource .rr-depth-chart-roster-table td.game-item.game-item-override[data-override*="INJ"] {
          background: gold;
          color: red; }
        #root-roster-resource .rr-depth-chart-roster-table td.game-item.game-item-override[data-override="SUSP"] {
          background-color: red;
          color: #fff; }
    #root-roster-resource .rr-depth-chart-roster-table tr:hover td.game-item {
      background-color: rgba(207, 226, 243, 0.4); }
    #root-roster-resource .rr-depth-chart-roster-table [data-stat="POS"] {
      width: 44px;
      font-size: 9px;
      padding: 0; }
    #root-roster-resource .rr-depth-chart-roster-table [data-stat="#"] {
      width: 38px; }
    #root-roster-resource .rr-depth-chart-roster-table [data-stat="PLAYER"], #root-roster-resource .rr-depth-chart-roster-table [data-stat="POSITION PLAYERS"], #root-roster-resource .rr-depth-chart-roster-table [data-stat="STARTING PITCHERS"], #root-roster-resource .rr-depth-chart-roster-table [data-stat="RELIEF PITCHERS"], #root-roster-resource .rr-depth-chart-roster-table [data-stat="PITCHERS"] {
      width: 153px;
      padding-left: 4px;
      padding-top: 4px;
      padding-bottom: 3px; }
      #root-roster-resource .rr-depth-chart-roster-table [data-stat="PLAYER"].roster-40, #root-roster-resource .rr-depth-chart-roster-table [data-stat="POSITION PLAYERS"].roster-40, #root-roster-resource .rr-depth-chart-roster-table [data-stat="STARTING PITCHERS"].roster-40, #root-roster-resource .rr-depth-chart-roster-table [data-stat="RELIEF PITCHERS"].roster-40, #root-roster-resource .rr-depth-chart-roster-table [data-stat="PITCHERS"].roster-40 {
        background-color: #ddd9c3;
        padding-left: 4px;
        padding-top: 4px;
        padding-bottom: 3px;
        align-items: flex-start; }
      #root-roster-resource .rr-depth-chart-roster-table [data-stat="PLAYER"] .badge-nri, #root-roster-resource .rr-depth-chart-roster-table [data-stat="POSITION PLAYERS"] .badge-nri, #root-roster-resource .rr-depth-chart-roster-table [data-stat="STARTING PITCHERS"] .badge-nri, #root-roster-resource .rr-depth-chart-roster-table [data-stat="RELIEF PITCHERS"] .badge-nri, #root-roster-resource .rr-depth-chart-roster-table [data-stat="PITCHERS"] .badge-nri {
        font-size: 9px;
        text-align: right;
        margin-left: 5px;
        background-color: #8e001c;
        color: #fff;
        padding: 2px 5px;
        float: right; }
      #root-roster-resource .rr-depth-chart-roster-table [data-stat="PLAYER"] .tool-tip-container, #root-roster-resource .rr-depth-chart-roster-table [data-stat="POSITION PLAYERS"] .tool-tip-container, #root-roster-resource .rr-depth-chart-roster-table [data-stat="STARTING PITCHERS"] .tool-tip-container, #root-roster-resource .rr-depth-chart-roster-table [data-stat="RELIEF PITCHERS"] .tool-tip-container, #root-roster-resource .rr-depth-chart-roster-table [data-stat="PITCHERS"] .tool-tip-container {
        display: inline-block;
        position: relative;
        cursor: default; }
      #root-roster-resource .rr-depth-chart-roster-table [data-stat="PLAYER"] .tool-tip-item, #root-roster-resource .rr-depth-chart-roster-table [data-stat="POSITION PLAYERS"] .tool-tip-item, #root-roster-resource .rr-depth-chart-roster-table [data-stat="STARTING PITCHERS"] .tool-tip-item, #root-roster-resource .rr-depth-chart-roster-table [data-stat="RELIEF PITCHERS"] .tool-tip-item, #root-roster-resource .rr-depth-chart-roster-table [data-stat="PITCHERS"] .tool-tip-item {
        display: none;
        font-family: lato, Arial, Helvetica, sans-serif;
        font-size: 12px;
        position: absolute;
        background-color: rgba(0, 0, 0, 0.8);
        color: #fff;
        bottom: 115%;
        left: 0;
        padding: 4px;
        text-align: center;
        white-space: pre;
        z-index: 1000;
        /* max-width: 120px; */
        /* width: 120px; */
        /* left: 50%; */
        /* transform: translate(-50%,0); */
        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; }
      #root-roster-resource .rr-depth-chart-roster-table [data-stat="PLAYER"] .tool-tip-container:hover .tool-tip-item, #root-roster-resource .rr-depth-chart-roster-table [data-stat="POSITION PLAYERS"] .tool-tip-container:hover .tool-tip-item, #root-roster-resource .rr-depth-chart-roster-table [data-stat="STARTING PITCHERS"] .tool-tip-container:hover .tool-tip-item, #root-roster-resource .rr-depth-chart-roster-table [data-stat="RELIEF PITCHERS"] .tool-tip-container:hover .tool-tip-item, #root-roster-resource .rr-depth-chart-roster-table [data-stat="PITCHERS"] .tool-tip-container:hover .tool-tip-item {
        display: block;
        text-align: center; }
      #root-roster-resource .rr-depth-chart-roster-table [data-stat="PLAYER"] .tool-tip-item:after, #root-roster-resource .rr-depth-chart-roster-table [data-stat="POSITION PLAYERS"] .tool-tip-item:after, #root-roster-resource .rr-depth-chart-roster-table [data-stat="STARTING PITCHERS"] .tool-tip-item:after, #root-roster-resource .rr-depth-chart-roster-table [data-stat="RELIEF PITCHERS"] .tool-tip-item:after, #root-roster-resource .rr-depth-chart-roster-table [data-stat="PITCHERS"] .tool-tip-item:after {
        content: '';
        width: 0;
        height: 0;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 8px solid rgba(0, 0, 0, 0.8);
        bottom: -8px;
        left: 5px;
        position: absolute; }
    #root-roster-resource .rr-depth-chart-roster-table tr.hover .roster-40 {
      background-color: rgba(221, 217, 195, 0.5); }
    #root-roster-resource .rr-depth-chart-roster-table [data-stat="BATS"], #root-roster-resource .rr-depth-chart-roster-table [data-stat="THR"], #root-roster-resource .rr-depth-chart-roster-table [data-stat="B/T"], #root-roster-resource .rr-depth-chart-roster-table [data-stat="AGE"], #root-roster-resource .rr-depth-chart-roster-table [data-stat="Options"], #root-roster-resource .rr-depth-chart-roster-table [data-stat="Options or R5 Status"] {
      width: 40px; }
    #root-roster-resource .rr-depth-chart-roster-table [data-stat="BATS"][data-platoon-color="vsR"] {
      background-color: red;
      color: #fff; }
    #root-roster-resource .rr-depth-chart-roster-table [data-stat="BATS"][data-platoon-color="vsL"] {
      background-color: blue;
      color: #fff; }
    #root-roster-resource .rr-depth-chart-roster-table [data-stat="HOW ACQUIRED"] {
      width: 137px; }
    #root-roster-resource .rr-depth-chart-roster-table [data-stat*="Service Time"] {
      width: 39px;
      padding: 5px 0; }
    #root-roster-resource .rr-depth-chart-roster-table [data-stat="Year"], #root-roster-resource .rr-depth-chart-roster-table [data-stat="Team"], #root-roster-resource .rr-depth-chart-roster-table [data-stat="Rd"], #root-roster-resource .rr-depth-chart-roster-table [data-stat="Pick"] {
      width: 53px; }
    #root-roster-resource .rr-depth-chart-roster-table [data-stat^="Ovr Rank"], #root-roster-resource .rr-depth-chart-roster-table [data-stat^="Org Rank"] {
      width: 38px; }
    #root-roster-resource .rr-depth-chart-roster-table [data-stat^="Ovr Rank"].cell-painted {
      background-color: #50ae26;
      color: #fff; }
    #root-roster-resource .rr-depth-chart-roster-table td[data-stat^="Org Rank"].cell-painted {
      background-color: #336699;
      color: #fff; }
    #root-roster-resource .rr-depth-chart-roster-table td[data-stat="Ovr Rank ('19)"] {
      background-color: #f5f5f5; }
      #root-roster-resource .rr-depth-chart-roster-table td[data-stat="Ovr Rank ('19)"].cell-painted {
        background-color: rgba(80, 174, 38, 0.7);
        color: #fff; }
    #root-roster-resource .rr-depth-chart-roster-table td[data-stat="Org Rank ('19)"] {
      background-color: #f5f5f5; }
      #root-roster-resource .rr-depth-chart-roster-table td[data-stat="Org Rank ('19)"].cell-painted {
        background-color: rgba(51, 102, 153, 0.7);
        color: #fff; }
    #root-roster-resource .rr-depth-chart-roster-table tr:hover td[data-stat="Ovr Rank ('19)"],
    #root-roster-resource .rr-depth-chart-roster-table tr:hover td[data-stat="Org Rank ('19)"] {
      background-color: rgba(245, 245, 245, 0.5); }
    #root-roster-resource .rr-depth-chart-roster-table tr:hover td[data-stat="Ovr Rank ('19)"].cell-painted {
      background-color: rgba(80, 174, 38, 0.7);
      color: #fff; }
    #root-roster-resource .rr-depth-chart-roster-table tr:hover td[data-stat="Org Rank ('19)"].cell-painted {
      background-color: rgba(51, 102, 153, 0.7);
      color: #fff; }
    #root-roster-resource .rr-depth-chart-roster-table td[data-stat="HOW ACQUIRED"] {
      background-color: lightgreen; }
      #root-roster-resource .rr-depth-chart-roster-table td[data-stat="HOW ACQUIRED"].cell-acquired-recent {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: center;
        background-color: limegreen;
        color: #fff; }
    #root-roster-resource .rr-depth-chart-roster-table tr:hover td[data-stat="HOW ACQUIRED"] {
      background-color: rgba(144, 238, 144, 0.5); }
      #root-roster-resource .rr-depth-chart-roster-table tr:hover td[data-stat="HOW ACQUIRED"].cell-acquired-recent {
        background-color: rgba(50, 205, 50, 0.5); }
    #root-roster-resource .rr-depth-chart-roster-table [data-stat="#"],
    #root-roster-resource .rr-depth-chart-roster-table [data-stat="ROLE"],
    #root-roster-resource .rr-depth-chart-roster-table [data-stat="ORDER"],
    #root-roster-resource .rr-depth-chart-roster-table [data-stat="STATUS"],
    #root-roster-resource .rr-depth-chart-roster-table [data-stat="POS"],
    #root-roster-resource .rr-depth-chart-roster-table [data-stat="BATS"],
    #root-roster-resource .rr-depth-chart-roster-table [data-stat="B/T"],
    #root-roster-resource .rr-depth-chart-roster-table [data-stat="THR"],
    #root-roster-resource .rr-depth-chart-roster-table [data-stat="AGE"],
    #root-roster-resource .rr-depth-chart-roster-table [data-stat="HOW ACQUIRED"],
    #root-roster-resource .rr-depth-chart-roster-table [data-stat="Options"],
    #root-roster-resource .rr-depth-chart-roster-table [data-stat="Options or R5 Status"],
    #root-roster-resource .rr-depth-chart-roster-table [data-stat*="Service Time"],
    #root-roster-resource .rr-depth-chart-roster-table [data-stat="Team"],
    #root-roster-resource .rr-depth-chart-roster-table [data-stat="Year"],
    #root-roster-resource .rr-depth-chart-roster-table [data-stat="Rd"],
    #root-roster-resource .rr-depth-chart-roster-table [data-stat="Pick"],
    #root-roster-resource .rr-depth-chart-roster-table [data-stat="Ovr"],
    #root-roster-resource .rr-depth-chart-roster-table [data-stat="Last 7 Days"],
    #root-roster-resource .rr-depth-chart-roster-table [data-stat="Last 14 Days"],
    #root-roster-resource .rr-depth-chart-roster-table [data-stat="Last 21 Days"],
    #root-roster-resource .rr-depth-chart-roster-table [data-stat^="BP ("],
    #root-roster-resource .rr-depth-chart-roster-table [data-stat^="FG ("],
    #root-roster-resource .rr-depth-chart-roster-table [data-stat^="MLB ("],
    #root-roster-resource .rr-depth-chart-roster-table [data-stat="INJURY/SURGERY"],
    #root-roster-resource .rr-depth-chart-roster-table [data-stat="Injury/Surgery Date"],
    #root-roster-resource .rr-depth-chart-roster-table [data-stat*="A Rank"],
    #root-roster-resource .rr-depth-chart-roster-table [data-stat*="A IP"],
    #root-roster-resource .rr-depth-chart-roster-table [data-stat*="A PA"],
    #root-roster-resource .rr-depth-chart-roster-table [data-stat*="MLB Rank"],
    #root-roster-resource .rr-depth-chart-roster-table [data-stat*="MLB IP"],
    #root-roster-resource .rr-depth-chart-roster-table [data-stat*="MLB PA"],
    #root-roster-resource .rr-depth-chart-roster-table [data-stat*="Rk Rank"],
    #root-roster-resource .rr-depth-chart-roster-table [data-stat*="Rk IP"],
    #root-roster-resource .rr-depth-chart-roster-table [data-stat*="Rk PA"],
    #root-roster-resource .rr-depth-chart-roster-table [data-stat^="Org Rank"],
    #root-roster-resource .rr-depth-chart-roster-table [data-stat^="Ovr Rank"],
    #root-roster-resource .rr-depth-chart-roster-table [data-stat="Notes"],
    #root-roster-resource .rr-depth-chart-roster-table [data-stat="1st Half"],
    #root-roster-resource .rr-depth-chart-roster-table [data-stat="2nd Half"],
    #root-roster-resource .rr-depth-chart-roster-table [data-stat="PA"],
    #root-roster-resource .rr-depth-chart-roster-table [data-stat="HR"],
    #root-roster-resource .rr-depth-chart-roster-table [data-stat="SB"],
    #root-roster-resource .rr-depth-chart-roster-table [data-stat="AVG"],
    #root-roster-resource .rr-depth-chart-roster-table [data-stat="OBP"],
    #root-roster-resource .rr-depth-chart-roster-table [data-stat="SLG"],
    #root-roster-resource .rr-depth-chart-roster-table [data-stat="ERA"],
    #root-roster-resource .rr-depth-chart-roster-table [data-stat="GS"],
    #root-roster-resource .rr-depth-chart-roster-table [data-stat="IP"],
    #root-roster-resource .rr-depth-chart-roster-table [data-stat="H"],
    #root-roster-resource .rr-depth-chart-roster-table [data-stat="BB"],
    #root-roster-resource .rr-depth-chart-roster-table [data-stat="SO"],
    #root-roster-resource .rr-depth-chart-roster-table [data-stat="SV"],
    #root-roster-resource .rr-depth-chart-roster-table [data-stat="OPS"] {
      text-align: center;
      padding: 0; }
    #root-roster-resource .rr-depth-chart-roster-table td[data-stat="INJURY/SURGERY"],
    #root-roster-resource .rr-depth-chart-roster-table td[data-stat="Injury/ Surgery Date"] {
      color: red;
      font-weight: 600;
      text-align: center; }
    #root-roster-resource .rr-depth-chart-roster-table [data-stat="ROLE"],
    #root-roster-resource .rr-depth-chart-roster-table th[data-stat="ORDER"],
    #root-roster-resource .rr-depth-chart-roster-table [data-stat="STATUS"],
    #root-roster-resource .rr-depth-chart-roster-table [data-stat="PROJ LEVEL"] {
      font-size: 8px;
      width: 36px; }
    #root-roster-resource .rr-depth-chart-roster-table td[data-stat="POS"] {
      background-color: #000;
      color: #fff;
      overflow: visible; }
    #root-roster-resource .rr-depth-chart-roster-table tr.hover td[data-stat="POS"] {
      background-color: rgba(0, 0, 0, 0.5); }
    #root-roster-resource .rr-depth-chart-roster-table [data-stat="ETA"],
    #root-roster-resource .rr-depth-chart-roster-table [data-stat^="Max Level"] {
      width: 60px;
      text-align: center; }
    #root-roster-resource .rr-depth-chart-roster-table .game-item[data-outcome*="W"] {
      background-color: aqua; }
    #root-roster-resource .rr-depth-chart-roster-table .game-item[data-outcome*="Sv"] {
      background-color: lawngreen; }
    #root-roster-resource .rr-depth-chart-roster-table .game-item[data-outcome*="H"] {
      background-color: yellow; }
    #root-roster-resource .rr-depth-chart-roster-table .game-item[data-outcome*="L"] {
      background-color: fuchsia;
      color: #fff; }
    #root-roster-resource .rr-depth-chart-roster-table .game-item[data-outcome*="BS"] {
      background-color: purple; }
    #root-roster-resource .rr-depth-chart-roster-table td {
      /*&[data-stat^="BP ("] div {
                @include cell-background-full;
                background-color: maroon;
                color: #fff;
            }

            &[data-stat^="FG ("] div {
                @include cell-background-full;
                background-color: #50ae26;
                color: #fff;
            }

            &[data-stat^="MLB ("] div {
                @include cell-background-full(cornflowerblue, #fff);
            }*/ }
      #root-roster-resource .rr-depth-chart-roster-table td .cell-painted {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0; }
        #root-roster-resource .rr-depth-chart-roster-table td .cell-painted .team-angels, #root-roster-resource .rr-depth-chart-roster-table td .cell-painted [data-team-color="LAA"], #root-roster-resource .rr-depth-chart-roster-table td .cell-painted [data-team-color="angels"] {
          background-color: #B71234;
          color: #fff; }
        #root-roster-resource .rr-depth-chart-roster-table td .cell-painted .team-orioles, #root-roster-resource .rr-depth-chart-roster-table td .cell-painted [data-team-color="BAL"], #root-roster-resource .rr-depth-chart-roster-table td .cell-painted [data-team-color="orioles"] {
          background-color: #ED4C09;
          color: #000; }
        #root-roster-resource .rr-depth-chart-roster-table td .cell-painted .team-redsox, #root-roster-resource .rr-depth-chart-roster-table td .cell-painted [data-team-color="BOS"], #root-roster-resource .rr-depth-chart-roster-table td .cell-painted [data-team-color="red sox"] {
          background-color: #C60C30;
          color: #fff; }
        #root-roster-resource .rr-depth-chart-roster-table td .cell-painted .team-whitesox, #root-roster-resource .rr-depth-chart-roster-table td .cell-painted [data-team-color="CHW"], #root-roster-resource .rr-depth-chart-roster-table td .cell-painted [data-team-color="white sox"] {
          background-color: #C0C0C0;
          color: #000; }
        #root-roster-resource .rr-depth-chart-roster-table td .cell-painted .team-indians, #root-roster-resource .rr-depth-chart-roster-table td .cell-painted [data-team-color="CLE"], #root-roster-resource .rr-depth-chart-roster-table td .cell-painted [data-team-color="indians"] {
          background-color: #D30335;
          color: #fff; }
        #root-roster-resource .rr-depth-chart-roster-table td .cell-painted .team-tigers, #root-roster-resource .rr-depth-chart-roster-table td .cell-painted [data-team-color="DET"], #root-roster-resource .rr-depth-chart-roster-table td .cell-painted [data-team-color="tigers"] {
          background-color: #DE4406;
          color: #000; }
        #root-roster-resource .rr-depth-chart-roster-table td .cell-painted .team-royals, #root-roster-resource .rr-depth-chart-roster-table td .cell-painted [data-team-color="KCR"], #root-roster-resource .rr-depth-chart-roster-table td .cell-painted [data-team-color="royals"] {
          background-color: #74B4FA;
          color: #000; }
        #root-roster-resource .rr-depth-chart-roster-table td .cell-painted .team-twins, #root-roster-resource .rr-depth-chart-roster-table td .cell-painted [data-team-color="MIN"], #root-roster-resource .rr-depth-chart-roster-table td .cell-painted [data-team-color="twins"] {
          background-color: #072754;
          color: #fff; }
        #root-roster-resource .rr-depth-chart-roster-table td .cell-painted .team-yankees, #root-roster-resource .rr-depth-chart-roster-table td .cell-painted [data-team-color="NYY"], #root-roster-resource .rr-depth-chart-roster-table td .cell-painted [data-team-color="yankees"] {
          background-color: #1C2841;
          color: #fff; }
        #root-roster-resource .rr-depth-chart-roster-table td .cell-painted .team-athletics, #root-roster-resource .rr-depth-chart-roster-table td .cell-painted [data-team-color="OAK"], #root-roster-resource .rr-depth-chart-roster-table td .cell-painted [data-team-color="athletics"] {
          background-color: #003831;
          color: #fff; }
        #root-roster-resource .rr-depth-chart-roster-table td .cell-painted .team-mariners, #root-roster-resource .rr-depth-chart-roster-table td .cell-painted [data-team-color="SEA"], #root-roster-resource .rr-depth-chart-roster-table td .cell-painted [data-team-color="mariners"] {
          background-color: #005C5C;
          color: #fff; }
        #root-roster-resource .rr-depth-chart-roster-table td .cell-painted .team-rays, #root-roster-resource .rr-depth-chart-roster-table td .cell-painted [data-team-color="TBR"], #root-roster-resource .rr-depth-chart-roster-table td .cell-painted [data-team-color="rays"] {
          background-color: #FFD700;
          color: #000; }
        #root-roster-resource .rr-depth-chart-roster-table td .cell-painted .team-rangers, #root-roster-resource .rr-depth-chart-roster-table td .cell-painted [data-team-color="TEX"], #root-roster-resource .rr-depth-chart-roster-table td .cell-painted [data-team-color="rangers"] {
          background-color: #BD1021;
          color: #fff; }
        #root-roster-resource .rr-depth-chart-roster-table td .cell-painted .team-bluejays, #root-roster-resource .rr-depth-chart-roster-table td .cell-painted [data-team-color="TOR"], #root-roster-resource .rr-depth-chart-roster-table td .cell-painted [data-team-color="blue jays"] {
          background-color: #003DA5;
          color: #fff; }
        #root-roster-resource .rr-depth-chart-roster-table td .cell-painted .team-diamondbacks, #root-roster-resource .rr-depth-chart-roster-table td .cell-painted [data-team-color="ARZ"], #root-roster-resource .rr-depth-chart-roster-table td .cell-painted [data-team-color="ARI"], #root-roster-resource .rr-depth-chart-roster-table td .cell-painted [data-team-color="diamondbacks"] {
          background-color: #A71930;
          color: #fff; }
        #root-roster-resource .rr-depth-chart-roster-table td .cell-painted .team-braves, #root-roster-resource .rr-depth-chart-roster-table td .cell-painted [data-team-color="ATL"], #root-roster-resource .rr-depth-chart-roster-table td .cell-painted [data-team-color="braves"] {
          background-color: #B71234;
          color: #fff; }
        #root-roster-resource .rr-depth-chart-roster-table td .cell-painted .team-cubs, #root-roster-resource .rr-depth-chart-roster-table td .cell-painted [data-team-color="CHC"], #root-roster-resource .rr-depth-chart-roster-table td .cell-painted [data-team-color="cubs"] {
          background-color: #003279;
          color: #fff; }
        #root-roster-resource .rr-depth-chart-roster-table td .cell-painted .team-dodgers, #root-roster-resource .rr-depth-chart-roster-table td .cell-painted [data-team-color="LAD"], #root-roster-resource .rr-depth-chart-roster-table td .cell-painted [data-team-color="dodgers"] {
          background-color: #083C6B;
          color: #fff; }
        #root-roster-resource .rr-depth-chart-roster-table td .cell-painted .team-reds, #root-roster-resource .rr-depth-chart-roster-table td .cell-painted [data-team-color="CIN"], #root-roster-resource .rr-depth-chart-roster-table td .cell-painted [data-team-color="reds"] {
          background-color: #C6011F;
          color: #fff; }
        #root-roster-resource .rr-depth-chart-roster-table td .cell-painted .team-rockies, #root-roster-resource .rr-depth-chart-roster-table td .cell-painted [data-team-color="COL"], #root-roster-resource .rr-depth-chart-roster-table td .cell-painted [data-team-color="rockies"] {
          background-color: #333366;
          color: #fff; }
        #root-roster-resource .rr-depth-chart-roster-table td .cell-painted .team-marlins, #root-roster-resource .rr-depth-chart-roster-table td .cell-painted [data-team-color="MIA"], #root-roster-resource .rr-depth-chart-roster-table td .cell-painted [data-team-color="marlins"] {
          background-color: #00a3e0;
          color: #fff; }
        #root-roster-resource .rr-depth-chart-roster-table td .cell-painted .team-astros, #root-roster-resource .rr-depth-chart-roster-table td .cell-painted [data-team-color="HOU"], #root-roster-resource .rr-depth-chart-roster-table td .cell-painted [data-team-color="astros"] {
          background-color: #FF7F00;
          color: #000; }
        #root-roster-resource .rr-depth-chart-roster-table td .cell-painted .team-brewers, #root-roster-resource .rr-depth-chart-roster-table td .cell-painted [data-team-color="MIL"], #root-roster-resource .rr-depth-chart-roster-table td .cell-painted [data-team-color="brewers"] {
          background-color: #13294b;
          color: #fff; }
        #root-roster-resource .rr-depth-chart-roster-table td .cell-painted .team-nationals, #root-roster-resource .rr-depth-chart-roster-table td .cell-painted [data-team-color="WSN"], #root-roster-resource .rr-depth-chart-roster-table td .cell-painted [data-team-color="nationals"] {
          background-color: #BA122B;
          color: #fff; }
        #root-roster-resource .rr-depth-chart-roster-table td .cell-painted .team-mets, #root-roster-resource .rr-depth-chart-roster-table td .cell-painted [data-team-color="NYM"], #root-roster-resource .rr-depth-chart-roster-table td .cell-painted [data-team-color="mets"] {
          background-color: #FB4F14;
          color: #000; }
        #root-roster-resource .rr-depth-chart-roster-table td .cell-painted .team-phillies, #root-roster-resource .rr-depth-chart-roster-table td .cell-painted [data-team-color="PHI"], #root-roster-resource .rr-depth-chart-roster-table td .cell-painted [data-team-color="phillies"] {
          background-color: #BA0C2F;
          color: #fff; }
        #root-roster-resource .rr-depth-chart-roster-table td .cell-painted .team-pirates, #root-roster-resource .rr-depth-chart-roster-table td .cell-painted [data-team-color="PIT"], #root-roster-resource .rr-depth-chart-roster-table td .cell-painted [data-team-color="pirates"] {
          background-color: #FDB829;
          color: #000; }
        #root-roster-resource .rr-depth-chart-roster-table td .cell-painted .team-cardinals, #root-roster-resource .rr-depth-chart-roster-table td .cell-painted [data-team-color="STL"], #root-roster-resource .rr-depth-chart-roster-table td .cell-painted [data-team-color="cardinals"] {
          background-color: #C41E3A;
          color: #fff; }
        #root-roster-resource .rr-depth-chart-roster-table td .cell-painted .team-padres, #root-roster-resource .rr-depth-chart-roster-table td .cell-painted [data-team-color="SDP"], #root-roster-resource .rr-depth-chart-roster-table td .cell-painted [data-team-color="padres"] {
          background-color: #473729;
          color: #fff; }
        #root-roster-resource .rr-depth-chart-roster-table td .cell-painted .team-giants, #root-roster-resource .rr-depth-chart-roster-table td .cell-painted [data-team-color="SFG"], #root-roster-resource .rr-depth-chart-roster-table td .cell-painted [data-team-color="giants"] {
          background-color: #F2552C;
          color: #000; }
        #root-roster-resource .rr-depth-chart-roster-table td .cell-painted [data-team-color="KBO"] {
          background-color: #fff5e8;
          color: blue; }
        #root-roster-resource .rr-depth-chart-roster-table td .cell-painted [data-team-color="JPN"] {
          background-color: #fff5e8;
          color: red; }
      #root-roster-resource .rr-depth-chart-roster-table td.cell-rule-5, #root-roster-resource .rr-depth-chart-roster-table td .cell-font-red {
        color: orangered; }
      #root-roster-resource .rr-depth-chart-roster-table td.cell-no-options {
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        background-color: gold;
        color: #000;
        justify-content: center;
        align-items: center; }
      #root-roster-resource .rr-depth-chart-roster-table td[data-stat="Year"], #root-roster-resource .rr-depth-chart-roster-table td[data-stat="Rd"], #root-roster-resource .rr-depth-chart-roster-table td[data-stat="Pick"] {
        background-color: #ccc; }
      #root-roster-resource .rr-depth-chart-roster-table td[data-stat="Last 7 Days"], #root-roster-resource .rr-depth-chart-roster-table td[data-stat="Last 14 Days"], #root-roster-resource .rr-depth-chart-roster-table td[data-stat="Last 21 Days"] {
        font-weight: 600; }
      #root-roster-resource .rr-depth-chart-roster-table td[data-stat="Ovr"] {
        background-color: #d9ead3;
        font-weight: 600; }
      #root-roster-resource .rr-depth-chart-roster-table td.cell-background-red {
        background-color: red;
        color: #fff; }
      #root-roster-resource .rr-depth-chart-roster-table td.game-item {
        text-align: center; }
      #root-roster-resource .rr-depth-chart-roster-table td[data-stat="MLB Rank"], #root-roster-resource .rr-depth-chart-roster-table td[data-stat="MLB IP"], #root-roster-resource .rr-depth-chart-roster-table td[data-stat="MLB PA"], #root-roster-resource .rr-depth-chart-roster-table td[data-stat="AAA Rank"], #root-roster-resource .rr-depth-chart-roster-table td[data-stat="AAA PA"], #root-roster-resource .rr-depth-chart-roster-table td[data-stat="AAA IP"], #root-roster-resource .rr-depth-chart-roster-table td[data-stat="AA Rank"], #root-roster-resource .rr-depth-chart-roster-table td[data-stat="AA PA"], #root-roster-resource .rr-depth-chart-roster-table td[data-stat="AA IP"], #root-roster-resource .rr-depth-chart-roster-table td[data-stat="Hi-A Rank"], #root-roster-resource .rr-depth-chart-roster-table td[data-stat="Hi-A IP"], #root-roster-resource .rr-depth-chart-roster-table td[data-stat="Hi-A PA"], #root-roster-resource .rr-depth-chart-roster-table td[data-stat="Lo-A Rank"], #root-roster-resource .rr-depth-chart-roster-table td[data-stat="Lo-A IP"], #root-roster-resource .rr-depth-chart-roster-table td[data-stat="Lo-A PA"], #root-roster-resource .rr-depth-chart-roster-table td[data-stat="A-/Rk Rank"], #root-roster-resource .rr-depth-chart-roster-table td[data-stat="A-/Rk IP"], #root-roster-resource .rr-depth-chart-roster-table td[data-stat="A-/Rk PA"] {
        background-color: #d0e0e3; }
      #root-roster-resource .rr-depth-chart-roster-table td[data-stat="MLB Rank"], #root-roster-resource .rr-depth-chart-roster-table td[data-stat="AAA Rank"], #root-roster-resource .rr-depth-chart-roster-table td[data-stat="AA Rank"], #root-roster-resource .rr-depth-chart-roster-table td[data-stat="Hi-A Rank"], #root-roster-resource .rr-depth-chart-roster-table td[data-stat="Lo-A Rank"], #root-roster-resource .rr-depth-chart-roster-table td[data-stat="A-/Rk Rank"] {
        color: red; }
      #root-roster-resource .rr-depth-chart-roster-table td.cell-bench {
        font-size: 8px; }
        #root-roster-resource .rr-depth-chart-roster-table td.cell-bench-hide {
          display: none; }
    #root-roster-resource .rr-depth-chart-roster-table tr:hover td.cell-no-options {
      background-color: rgba(255, 215, 0, 0.5); }
    #root-roster-resource .rr-depth-chart-roster-table tr:hover td[data-stat="Ovr"] {
      background-color: rgba(217, 234, 211, 0.5); }
    #root-roster-resource .rr-depth-chart-roster-table tr:hover td.cell-background-red {
      background-color: rgba(255, 0, 0, 0.5);
      color: #fff; }
    #root-roster-resource .rr-depth-chart-roster-table tr:hover td[data-stat="Year"], #root-roster-resource .rr-depth-chart-roster-table tr:hover td[data-stat="Rd"], #root-roster-resource .rr-depth-chart-roster-table tr:hover td[data-stat="Pick"] {
      background-color: rgba(204, 204, 204, 0.2); }
    #root-roster-resource .rr-depth-chart-roster-table tr:hover td[data-stat="MLB Rank"], #root-roster-resource .rr-depth-chart-roster-table tr:hover td[data-stat="MLB IP"], #root-roster-resource .rr-depth-chart-roster-table tr:hover td[data-stat="MLB PA"], #root-roster-resource .rr-depth-chart-roster-table tr:hover td[data-stat="AAA Rank"], #root-roster-resource .rr-depth-chart-roster-table tr:hover td[data-stat="AAA PA"], #root-roster-resource .rr-depth-chart-roster-table tr:hover td[data-stat="AAA IP"], #root-roster-resource .rr-depth-chart-roster-table tr:hover td[data-stat="AA Rank"], #root-roster-resource .rr-depth-chart-roster-table tr:hover td[data-stat="AA PA"], #root-roster-resource .rr-depth-chart-roster-table tr:hover td[data-stat="AA IP"], #root-roster-resource .rr-depth-chart-roster-table tr:hover td[data-stat="Hi-A Rank"], #root-roster-resource .rr-depth-chart-roster-table tr:hover td[data-stat="Hi-A IP"], #root-roster-resource .rr-depth-chart-roster-table tr:hover td[data-stat="Hi-A PA"], #root-roster-resource .rr-depth-chart-roster-table tr:hover td[data-stat="Lo-A Rank"], #root-roster-resource .rr-depth-chart-roster-table tr:hover td[data-stat="Lo-A IP"], #root-roster-resource .rr-depth-chart-roster-table tr:hover td[data-stat="Lo-A PA"], #root-roster-resource .rr-depth-chart-roster-table tr:hover td[data-stat="A-/Rk Rank"], #root-roster-resource .rr-depth-chart-roster-table tr:hover td[data-stat="A-/Rk IP"], #root-roster-resource .rr-depth-chart-roster-table tr:hover td[data-stat="A-/Rk PA"] {
      background-color: rgba(208, 224, 227, 0.5); }
    #root-roster-resource .rr-depth-chart-roster-table tr.row-notes-override [data-stat="THR"],
    #root-roster-resource .rr-depth-chart-roster-table tr.row-notes-override [data-stat="BATS"],
    #root-roster-resource .rr-depth-chart-roster-table tr.row-notes-override [data-stat="AGE"],
    #root-roster-resource .rr-depth-chart-roster-table tr.row-notes-override [data-stat="HOW ACQUIRED"],
    #root-roster-resource .rr-depth-chart-roster-table tr.row-notes-override [data-stat^="Options"],
    #root-roster-resource .rr-depth-chart-roster-table tr.row-notes-override [data-stat^="MLB Service Time"] {
      display: none; }
    #root-roster-resource .rr-depth-chart-roster-table tr.row-notes-override [data-stat="Notes"] {
      color: red;
      text-align: center;
      font-weight: 600;
      font-size: 12px;
      font-style: italic; }
    #root-roster-resource .rr-depth-chart-roster-table.aaa-pp [data-stat="ROLE"], #root-roster-resource .rr-depth-chart-roster-table.aaa-sp [data-stat="ROLE"], #root-roster-resource .rr-depth-chart-roster-table.aaa-rp [data-stat="ROLE"], #root-roster-resource .rr-depth-chart-roster-table.aa-pp [data-stat="ROLE"], #root-roster-resource .rr-depth-chart-roster-table.aa-sp [data-stat="ROLE"], #root-roster-resource .rr-depth-chart-roster-table.aa-rp [data-stat="ROLE"], #root-roster-resource .rr-depth-chart-roster-table.ha-pp [data-stat="ROLE"], #root-roster-resource .rr-depth-chart-roster-table.ha-pt [data-stat="ROLE"], #root-roster-resource .rr-depth-chart-roster-table.la-pp [data-stat="ROLE"], #root-roster-resource .rr-depth-chart-roster-table.la-pt [data-stat="ROLE"], #root-roster-resource .rr-depth-chart-roster-table.ss-pp [data-stat="ROLE"], #root-roster-resource .rr-depth-chart-roster-table.ss-pt [data-stat="ROLE"] {
      visibility: hidden;
      border-color: #fff; }
    #root-roster-resource .rr-depth-chart-roster-table.aaa-pp td[data-stat="STATUS"], #root-roster-resource .rr-depth-chart-roster-table.aaa-sp td[data-stat="STATUS"], #root-roster-resource .rr-depth-chart-roster-table.aaa-rp td[data-stat="STATUS"], #root-roster-resource .rr-depth-chart-roster-table.aa-pp td[data-stat="STATUS"], #root-roster-resource .rr-depth-chart-roster-table.aa-sp td[data-stat="STATUS"], #root-roster-resource .rr-depth-chart-roster-table.aa-rp td[data-stat="STATUS"], #root-roster-resource .rr-depth-chart-roster-table.ha-pp td[data-stat="STATUS"], #root-roster-resource .rr-depth-chart-roster-table.ha-pt td[data-stat="STATUS"], #root-roster-resource .rr-depth-chart-roster-table.la-pp td[data-stat="STATUS"], #root-roster-resource .rr-depth-chart-roster-table.la-pt td[data-stat="STATUS"], #root-roster-resource .rr-depth-chart-roster-table.ss-pp td[data-stat="STATUS"], #root-roster-resource .rr-depth-chart-roster-table.ss-pt td[data-stat="STATUS"] {
      font-size: 11px; }
      #root-roster-resource .rr-depth-chart-roster-table.aaa-pp td[data-stat="STATUS"][data-status="Inj"], #root-roster-resource .rr-depth-chart-roster-table.aaa-sp td[data-stat="STATUS"][data-status="Inj"], #root-roster-resource .rr-depth-chart-roster-table.aaa-rp td[data-stat="STATUS"][data-status="Inj"], #root-roster-resource .rr-depth-chart-roster-table.aa-pp td[data-stat="STATUS"][data-status="Inj"], #root-roster-resource .rr-depth-chart-roster-table.aa-sp td[data-stat="STATUS"][data-status="Inj"], #root-roster-resource .rr-depth-chart-roster-table.aa-rp td[data-stat="STATUS"][data-status="Inj"], #root-roster-resource .rr-depth-chart-roster-table.ha-pp td[data-stat="STATUS"][data-status="Inj"], #root-roster-resource .rr-depth-chart-roster-table.ha-pt td[data-stat="STATUS"][data-status="Inj"], #root-roster-resource .rr-depth-chart-roster-table.la-pp td[data-stat="STATUS"][data-status="Inj"], #root-roster-resource .rr-depth-chart-roster-table.la-pt td[data-stat="STATUS"][data-status="Inj"], #root-roster-resource .rr-depth-chart-roster-table.ss-pp td[data-stat="STATUS"][data-status="Inj"], #root-roster-resource .rr-depth-chart-roster-table.ss-pt td[data-stat="STATUS"][data-status="Inj"] {
        background-color: gold;
        color: red; }
      #root-roster-resource .rr-depth-chart-roster-table.aaa-pp td[data-stat="STATUS"][data-status="DFA"], #root-roster-resource .rr-depth-chart-roster-table.aaa-sp td[data-stat="STATUS"][data-status="DFA"], #root-roster-resource .rr-depth-chart-roster-table.aaa-rp td[data-stat="STATUS"][data-status="DFA"], #root-roster-resource .rr-depth-chart-roster-table.aa-pp td[data-stat="STATUS"][data-status="DFA"], #root-roster-resource .rr-depth-chart-roster-table.aa-sp td[data-stat="STATUS"][data-status="DFA"], #root-roster-resource .rr-depth-chart-roster-table.aa-rp td[data-stat="STATUS"][data-status="DFA"], #root-roster-resource .rr-depth-chart-roster-table.ha-pp td[data-stat="STATUS"][data-status="DFA"], #root-roster-resource .rr-depth-chart-roster-table.ha-pt td[data-stat="STATUS"][data-status="DFA"], #root-roster-resource .rr-depth-chart-roster-table.la-pp td[data-stat="STATUS"][data-status="DFA"], #root-roster-resource .rr-depth-chart-roster-table.la-pt td[data-stat="STATUS"][data-status="DFA"], #root-roster-resource .rr-depth-chart-roster-table.ss-pp td[data-stat="STATUS"][data-status="DFA"], #root-roster-resource .rr-depth-chart-roster-table.ss-pt td[data-stat="STATUS"][data-status="DFA"] {
        background-color: red;
        color: #fff; }
    #root-roster-resource .rr-depth-chart-roster-table.il-pp th[data-stat="PLAYER"], #root-roster-resource .rr-depth-chart-roster-table.il-sp th[data-stat="PLAYER"], #root-roster-resource .rr-depth-chart-roster-table.il-rp th[data-stat="PLAYER"] {
      width: 121px; }
      #root-roster-resource .is-offseason-mlb:not(.is-spring-training) .rr-depth-chart-roster-table.il-pp th[data-stat="PLAYER"], #root-roster-resource .is-offseason-mlb:not(.is-spring-training) .rr-depth-chart-roster-table.il-sp th[data-stat="PLAYER"], #root-roster-resource .is-offseason-mlb:not(.is-spring-training) .rr-depth-chart-roster-table.il-rp th[data-stat="PLAYER"] {
        width: 153px; }
    #root-roster-resource .rr-depth-chart-roster-table.il-pp th[data-stat="Retro Date"], #root-roster-resource .rr-depth-chart-roster-table.il-sp th[data-stat="Retro Date"], #root-roster-resource .rr-depth-chart-roster-table.il-rp th[data-stat="Retro Date"] {
      width: 32px;
      text-align: center;
      background-color: gold;
      color: red; }
    #root-roster-resource .rr-depth-chart-roster-table.il-pp [data-stat="Retro Date"], #root-roster-resource .rr-depth-chart-roster-table.il-sp [data-stat="Retro Date"], #root-roster-resource .rr-depth-chart-roster-table.il-rp [data-stat="Retro Date"] {
      color: red;
      text-align: center; }
    #root-roster-resource .rr-depth-chart-roster-table.il-pp [data-status="Inj"],
    #root-roster-resource .rr-depth-chart-roster-table.il-pp [data-status="60"],
    #root-roster-resource .rr-depth-chart-roster-table.il-pp [data-status="60IL"],
    #root-roster-resource .rr-depth-chart-roster-table.il-pp [data-status="45"],
    #root-roster-resource .rr-depth-chart-roster-table.il-pp [data-status="45IL"],
    #root-roster-resource .rr-depth-chart-roster-table.il-pp [data-status="10"],
    #root-roster-resource .rr-depth-chart-roster-table.il-pp [data-status="10IL"],
    #root-roster-resource .rr-depth-chart-roster-table.il-pp [data-status="7"],
    #root-roster-resource .rr-depth-chart-roster-table.il-pp [data-status="7IL"],
    #root-roster-resource .rr-depth-chart-roster-table.il-pp [data-status="CV-19"],
    #root-roster-resource .rr-depth-chart-roster-table.il-pp [data-status="CV19"], #root-roster-resource .rr-depth-chart-roster-table.il-sp [data-status="Inj"],
    #root-roster-resource .rr-depth-chart-roster-table.il-sp [data-status="60"],
    #root-roster-resource .rr-depth-chart-roster-table.il-sp [data-status="60IL"],
    #root-roster-resource .rr-depth-chart-roster-table.il-sp [data-status="45"],
    #root-roster-resource .rr-depth-chart-roster-table.il-sp [data-status="45IL"],
    #root-roster-resource .rr-depth-chart-roster-table.il-sp [data-status="10"],
    #root-roster-resource .rr-depth-chart-roster-table.il-sp [data-status="10IL"],
    #root-roster-resource .rr-depth-chart-roster-table.il-sp [data-status="7"],
    #root-roster-resource .rr-depth-chart-roster-table.il-sp [data-status="7IL"],
    #root-roster-resource .rr-depth-chart-roster-table.il-sp [data-status="CV-19"],
    #root-roster-resource .rr-depth-chart-roster-table.il-sp [data-status="CV19"], #root-roster-resource .rr-depth-chart-roster-table.il-rp [data-status="Inj"],
    #root-roster-resource .rr-depth-chart-roster-table.il-rp [data-status="60"],
    #root-roster-resource .rr-depth-chart-roster-table.il-rp [data-status="60IL"],
    #root-roster-resource .rr-depth-chart-roster-table.il-rp [data-status="45"],
    #root-roster-resource .rr-depth-chart-roster-table.il-rp [data-status="45IL"],
    #root-roster-resource .rr-depth-chart-roster-table.il-rp [data-status="10"],
    #root-roster-resource .rr-depth-chart-roster-table.il-rp [data-status="10IL"],
    #root-roster-resource .rr-depth-chart-roster-table.il-rp [data-status="7"],
    #root-roster-resource .rr-depth-chart-roster-table.il-rp [data-status="7IL"],
    #root-roster-resource .rr-depth-chart-roster-table.il-rp [data-status="CV-19"],
    #root-roster-resource .rr-depth-chart-roster-table.il-rp [data-status="CV19"] {
      background-color: gold;
      color: red; }
    #root-roster-resource .rr-depth-chart-roster-table.il-pl td[data-stat="Notes"] {
      background-color: #e6b8af;
      color: #980000; }
    #root-roster-resource .rr-depth-chart-roster-table.mlb-tx-pp [data-status="Inj"],
    #root-roster-resource .rr-depth-chart-roster-table.mlb-tx-pp [data-status="60"],
    #root-roster-resource .rr-depth-chart-roster-table.mlb-tx-pp [data-status="60IL"],
    #root-roster-resource .rr-depth-chart-roster-table.mlb-tx-pp [data-status="45"],
    #root-roster-resource .rr-depth-chart-roster-table.mlb-tx-pp [data-status="45IL"],
    #root-roster-resource .rr-depth-chart-roster-table.mlb-tx-pp [data-status="10"],
    #root-roster-resource .rr-depth-chart-roster-table.mlb-tx-pp [data-status="10IL"],
    #root-roster-resource .rr-depth-chart-roster-table.mlb-tx-pp [data-status="7"],
    #root-roster-resource .rr-depth-chart-roster-table.mlb-tx-pp [data-status="7IL"],
    #root-roster-resource .rr-depth-chart-roster-table.mlb-tx-pp [data-status="CV-19"],
    #root-roster-resource .rr-depth-chart-roster-table.mlb-tx-pp [data-status="CV19"], #root-roster-resource .rr-depth-chart-roster-table.mlb-tx-pt [data-status="Inj"],
    #root-roster-resource .rr-depth-chart-roster-table.mlb-tx-pt [data-status="60"],
    #root-roster-resource .rr-depth-chart-roster-table.mlb-tx-pt [data-status="60IL"],
    #root-roster-resource .rr-depth-chart-roster-table.mlb-tx-pt [data-status="45"],
    #root-roster-resource .rr-depth-chart-roster-table.mlb-tx-pt [data-status="45IL"],
    #root-roster-resource .rr-depth-chart-roster-table.mlb-tx-pt [data-status="10"],
    #root-roster-resource .rr-depth-chart-roster-table.mlb-tx-pt [data-status="10IL"],
    #root-roster-resource .rr-depth-chart-roster-table.mlb-tx-pt [data-status="7"],
    #root-roster-resource .rr-depth-chart-roster-table.mlb-tx-pt [data-status="7IL"],
    #root-roster-resource .rr-depth-chart-roster-table.mlb-tx-pt [data-status="CV-19"],
    #root-roster-resource .rr-depth-chart-roster-table.mlb-tx-pt [data-status="CV19"] {
      background-color: gold;
      color: red; }
    #root-roster-resource .rr-depth-chart-roster-table[class*="off-"] td[data-stat="STATUS"] {
      font-size: 10px; }
      #root-roster-resource .rr-depth-chart-roster-table[class*="off-"] td[data-stat="STATUS"][data-status="AAA"], #root-roster-resource .rr-depth-chart-roster-table[class*="off-"] td[data-stat="STATUS"][data-status="AA"] {
        background-color: #909090;
        color: #000; }
      #root-roster-resource .rr-depth-chart-roster-table[class*="off-"] td[data-stat="STATUS"][data-status="A+"], #root-roster-resource .rr-depth-chart-roster-table[class*="off-"] td[data-stat="STATUS"][data-status="A"] {
        background-color: #c0c0c0;
        color: #000; }
      #root-roster-resource .rr-depth-chart-roster-table[class*="off-"] td[data-stat="STATUS"][data-status="Rk"], #root-roster-resource .rr-depth-chart-roster-table[class*="off-"] td[data-stat="STATUS"][data-status="A-"] {
        background-color: #eee;
        color: #000; }
      #root-roster-resource .rr-depth-chart-roster-table[class*="off-"] td[data-stat="STATUS"][data-status="Inj"] {
        background-color: gold;
        color: red; }
    #root-roster-resource .rr-depth-chart-roster-table[class*="off-"] .row-sep {
      background-color: #eee;
      border-top: 3px solid #fff;
      border-bottom: 3px solid #fff;
      height: 14px !important; }
  #root-roster-resource .team-angels, #root-roster-resource [data-team-color="LAA"], #root-roster-resource [data-team-color="angels"] {
    background-color: #B71234;
    color: #fff; }
  #root-roster-resource .team-orioles, #root-roster-resource [data-team-color="BAL"], #root-roster-resource [data-team-color="orioles"] {
    background-color: #ED4C09;
    color: #000; }
  #root-roster-resource .team-redsox, #root-roster-resource [data-team-color="BOS"], #root-roster-resource [data-team-color="red sox"] {
    background-color: #C60C30;
    color: #fff; }
  #root-roster-resource .team-whitesox, #root-roster-resource [data-team-color="CHW"], #root-roster-resource [data-team-color="white sox"] {
    background-color: #C0C0C0;
    color: #000; }
  #root-roster-resource .team-indians, #root-roster-resource [data-team-color="CLE"], #root-roster-resource [data-team-color="indians"] {
    background-color: #D30335;
    color: #fff; }
  #root-roster-resource .team-tigers, #root-roster-resource [data-team-color="DET"], #root-roster-resource [data-team-color="tigers"] {
    background-color: #DE4406;
    color: #000; }
  #root-roster-resource .team-royals, #root-roster-resource [data-team-color="KCR"], #root-roster-resource [data-team-color="royals"] {
    background-color: #74B4FA;
    color: #000; }
  #root-roster-resource .team-twins, #root-roster-resource [data-team-color="MIN"], #root-roster-resource [data-team-color="twins"] {
    background-color: #072754;
    color: #fff; }
  #root-roster-resource .team-yankees, #root-roster-resource [data-team-color="NYY"], #root-roster-resource [data-team-color="yankees"] {
    background-color: #1C2841;
    color: #fff; }
  #root-roster-resource .team-athletics, #root-roster-resource [data-team-color="OAK"], #root-roster-resource [data-team-color="athletics"] {
    background-color: #003831;
    color: #fff; }
  #root-roster-resource .team-mariners, #root-roster-resource [data-team-color="SEA"], #root-roster-resource [data-team-color="mariners"] {
    background-color: #005C5C;
    color: #fff; }
  #root-roster-resource .team-rays, #root-roster-resource [data-team-color="TBR"], #root-roster-resource [data-team-color="rays"] {
    background-color: #FFD700;
    color: #000; }
  #root-roster-resource .team-rangers, #root-roster-resource [data-team-color="TEX"], #root-roster-resource [data-team-color="rangers"] {
    background-color: #BD1021;
    color: #fff; }
  #root-roster-resource .team-bluejays, #root-roster-resource [data-team-color="TOR"], #root-roster-resource [data-team-color="blue jays"] {
    background-color: #003DA5;
    color: #fff; }
  #root-roster-resource .team-diamondbacks, #root-roster-resource [data-team-color="ARZ"], #root-roster-resource [data-team-color="ARI"], #root-roster-resource [data-team-color="diamondbacks"] {
    background-color: #A71930;
    color: #fff; }
  #root-roster-resource .team-braves, #root-roster-resource [data-team-color="ATL"], #root-roster-resource [data-team-color="braves"] {
    background-color: #B71234;
    color: #fff; }
  #root-roster-resource .team-cubs, #root-roster-resource [data-team-color="CHC"], #root-roster-resource [data-team-color="cubs"] {
    background-color: #003279;
    color: #fff; }
  #root-roster-resource .team-dodgers, #root-roster-resource [data-team-color="LAD"], #root-roster-resource [data-team-color="dodgers"] {
    background-color: #083C6B;
    color: #fff; }
  #root-roster-resource .team-reds, #root-roster-resource [data-team-color="CIN"], #root-roster-resource [data-team-color="reds"] {
    background-color: #C6011F;
    color: #fff; }
  #root-roster-resource .team-rockies, #root-roster-resource [data-team-color="COL"], #root-roster-resource [data-team-color="rockies"] {
    background-color: #333366;
    color: #fff; }
  #root-roster-resource .team-marlins, #root-roster-resource [data-team-color="MIA"], #root-roster-resource [data-team-color="marlins"] {
    background-color: #00a3e0;
    color: #fff; }
  #root-roster-resource .team-astros, #root-roster-resource [data-team-color="HOU"], #root-roster-resource [data-team-color="astros"] {
    background-color: #FF7F00;
    color: #000; }
  #root-roster-resource .team-brewers, #root-roster-resource [data-team-color="MIL"], #root-roster-resource [data-team-color="brewers"] {
    background-color: #13294b;
    color: #fff; }
  #root-roster-resource .team-nationals, #root-roster-resource [data-team-color="WSN"], #root-roster-resource [data-team-color="nationals"] {
    background-color: #BA122B;
    color: #fff; }
  #root-roster-resource .team-mets, #root-roster-resource [data-team-color="NYM"], #root-roster-resource [data-team-color="mets"] {
    background-color: #FB4F14;
    color: #000; }
  #root-roster-resource .team-phillies, #root-roster-resource [data-team-color="PHI"], #root-roster-resource [data-team-color="phillies"] {
    background-color: #BA0C2F;
    color: #fff; }
  #root-roster-resource .team-pirates, #root-roster-resource [data-team-color="PIT"], #root-roster-resource [data-team-color="pirates"] {
    background-color: #FDB829;
    color: #000; }
  #root-roster-resource .team-cardinals, #root-roster-resource [data-team-color="STL"], #root-roster-resource [data-team-color="cardinals"] {
    background-color: #C41E3A;
    color: #fff; }
  #root-roster-resource .team-padres, #root-roster-resource [data-team-color="SDP"], #root-roster-resource [data-team-color="padres"] {
    background-color: #473729;
    color: #fff; }
  #root-roster-resource .team-giants, #root-roster-resource [data-team-color="SFG"], #root-roster-resource [data-team-color="giants"] {
    background-color: #F2552C;
    color: #000; }
  #root-roster-resource [data-team-color="KBO"] {
    background-color: #fff5e8;
    color: blue; }
  #root-roster-resource [data-team-color="JPN"] {
    background-color: #fff5e8;
    color: red; }
  #root-roster-resource tr:hover .team-angels, #root-roster-resource tr:hover [data-team-color="LAA"], #root-roster-resource tr:hover [data-team-color="angels"] {
    background-color: rgba(183, 18, 52, 0.5);
    color: #fff; }
  #root-roster-resource tr:hover .team-orioles, #root-roster-resource tr:hover [data-team-color="BAL"], #root-roster-resource tr:hover [data-team-color="orioles"] {
    background-color: rgba(237, 76, 9, 0.5);
    color: #000; }
  #root-roster-resource tr:hover .team-redsox, #root-roster-resource tr:hover [data-team-color="BOS"], #root-roster-resource tr:hover [data-team-color="red sox"] {
    background-color: rgba(198, 12, 48, 0.5);
    color: #fff; }
  #root-roster-resource tr:hover .team-whitesox, #root-roster-resource tr:hover [data-team-color="CHW"], #root-roster-resource tr:hover [data-team-color="white sox"] {
    background-color: rgba(192, 192, 192, 0.5);
    color: #000; }
  #root-roster-resource tr:hover .team-indians, #root-roster-resource tr:hover [data-team-color="CLE"], #root-roster-resource tr:hover [data-team-color="indians"] {
    background-color: rgba(211, 3, 53, 0.5);
    color: #fff; }
  #root-roster-resource tr:hover .team-tigers, #root-roster-resource tr:hover [data-team-color="DET"], #root-roster-resource tr:hover [data-team-color="tigers"] {
    background-color: rgba(222, 68, 6, 0.5);
    color: #000; }
  #root-roster-resource tr:hover .team-royals, #root-roster-resource tr:hover [data-team-color="KCR"], #root-roster-resource tr:hover [data-team-color="royals"] {
    background-color: rgba(116, 180, 250, 0.5);
    color: #000; }
  #root-roster-resource tr:hover .team-twins, #root-roster-resource tr:hover [data-team-color="MIN"], #root-roster-resource tr:hover [data-team-color="twins"] {
    background-color: rgba(7, 39, 84, 0.5);
    color: #fff; }
  #root-roster-resource tr:hover .team-yankees, #root-roster-resource tr:hover [data-team-color="NYY"], #root-roster-resource tr:hover [data-team-color="yankees"] {
    background-color: rgba(28, 40, 65, 0.5);
    color: #fff; }
  #root-roster-resource tr:hover .team-athletics, #root-roster-resource tr:hover [data-team-color="OAK"], #root-roster-resource tr:hover [data-team-color="athletics"] {
    background-color: rgba(0, 56, 49, 0.5);
    color: #fff; }
  #root-roster-resource tr:hover .team-mariners, #root-roster-resource tr:hover [data-team-color="SEA"], #root-roster-resource tr:hover [data-team-color="mariners"] {
    background-color: rgba(0, 92, 92, 0.5);
    color: #fff; }
  #root-roster-resource tr:hover .team-rays, #root-roster-resource tr:hover [data-team-color="TBR"], #root-roster-resource tr:hover [data-team-color="rays"] {
    background-color: rgba(255, 215, 0, 0.5);
    color: #000; }
  #root-roster-resource tr:hover .team-rangers, #root-roster-resource tr:hover [data-team-color="TEX"], #root-roster-resource tr:hover [data-team-color="rangers"] {
    background-color: rgba(189, 16, 33, 0.5);
    color: #fff; }
  #root-roster-resource tr:hover .team-bluejays, #root-roster-resource tr:hover [data-team-color="TOR"], #root-roster-resource tr:hover [data-team-color="blue jays"] {
    background-color: rgba(0, 61, 165, 0.5);
    color: #fff; }
  #root-roster-resource tr:hover .team-diamondbacks, #root-roster-resource tr:hover [data-team-color="ARZ"], #root-roster-resource tr:hover [data-team-color="ARI"], #root-roster-resource tr:hover [data-team-color="diamondbacks"] {
    background-color: rgba(167, 25, 48, 0.5);
    color: #fff; }
  #root-roster-resource tr:hover .team-braves, #root-roster-resource tr:hover [data-team-color="ATL"], #root-roster-resource tr:hover [data-team-color="braves"] {
    background-color: rgba(183, 18, 52, 0.5);
    color: #fff; }
  #root-roster-resource tr:hover .team-cubs, #root-roster-resource tr:hover [data-team-color="CHC"], #root-roster-resource tr:hover [data-team-color="cubs"] {
    background-color: rgba(0, 50, 121, 0.5);
    color: #fff; }
  #root-roster-resource tr:hover .team-dodgers, #root-roster-resource tr:hover [data-team-color="LAD"], #root-roster-resource tr:hover [data-team-color="dodgers"] {
    background-color: rgba(8, 60, 107, 0.5);
    color: #fff; }
  #root-roster-resource tr:hover .team-reds, #root-roster-resource tr:hover [data-team-color="CIN"], #root-roster-resource tr:hover [data-team-color="reds"] {
    background-color: rgba(198, 1, 31, 0.5);
    color: #fff; }
  #root-roster-resource tr:hover .team-rockies, #root-roster-resource tr:hover [data-team-color="COL"], #root-roster-resource tr:hover [data-team-color="rockies"] {
    background-color: rgba(51, 51, 102, 0.5);
    color: #fff; }
  #root-roster-resource tr:hover .team-marlins, #root-roster-resource tr:hover [data-team-color="MIA"], #root-roster-resource tr:hover [data-team-color="marlins"] {
    background-color: rgba(0, 163, 224, 0.5);
    color: #fff; }
  #root-roster-resource tr:hover .team-astros, #root-roster-resource tr:hover [data-team-color="HOU"], #root-roster-resource tr:hover [data-team-color="astros"] {
    background-color: rgba(255, 127, 0, 0.5);
    color: #000; }
  #root-roster-resource tr:hover .team-brewers, #root-roster-resource tr:hover [data-team-color="MIL"], #root-roster-resource tr:hover [data-team-color="brewers"] {
    background-color: rgba(19, 41, 75, 0.5);
    color: #fff; }
  #root-roster-resource tr:hover .team-nationals, #root-roster-resource tr:hover [data-team-color="WSN"], #root-roster-resource tr:hover [data-team-color="nationals"] {
    background-color: rgba(186, 18, 43, 0.5);
    color: #fff; }
  #root-roster-resource tr:hover .team-mets, #root-roster-resource tr:hover [data-team-color="NYM"], #root-roster-resource tr:hover [data-team-color="mets"] {
    background-color: rgba(251, 79, 20, 0.5);
    color: #000; }
  #root-roster-resource tr:hover .team-phillies, #root-roster-resource tr:hover [data-team-color="PHI"], #root-roster-resource tr:hover [data-team-color="phillies"] {
    background-color: rgba(186, 12, 47, 0.5);
    color: #fff; }
  #root-roster-resource tr:hover .team-pirates, #root-roster-resource tr:hover [data-team-color="PIT"], #root-roster-resource tr:hover [data-team-color="pirates"] {
    background-color: rgba(253, 184, 41, 0.5);
    color: #000; }
  #root-roster-resource tr:hover .team-cardinals, #root-roster-resource tr:hover [data-team-color="STL"], #root-roster-resource tr:hover [data-team-color="cardinals"] {
    background-color: rgba(196, 30, 58, 0.5);
    color: #fff; }
  #root-roster-resource tr:hover .team-padres, #root-roster-resource tr:hover [data-team-color="SDP"], #root-roster-resource tr:hover [data-team-color="padres"] {
    background-color: rgba(71, 55, 41, 0.5);
    color: #fff; }
  #root-roster-resource tr:hover .team-giants, #root-roster-resource tr:hover [data-team-color="SFG"], #root-roster-resource tr:hover [data-team-color="giants"] {
    background-color: rgba(242, 85, 44, 0.5);
    color: #000; }
  #root-roster-resource tr:hover [data-team-color="KBO"] {
    background-color: rgba(255, 245, 232, 0.5);
    color: blue; }
  #root-roster-resource tr:hover [data-team-color="JPN"] {
    background-color: rgba(255, 245, 232, 0.5);
    color: red; }
  #root-roster-resource .color-rr-red {
    background-color: red;
    color: #fff; }
  #root-roster-resource .color-rr-blue {
    background-color: blue;
    color: #fff; }
  #root-roster-resource .color-rr-rule5 {
    color: red; }
  #root-roster-resource .rr-depth-chart-upcoming-schedule th {
    text-align: center;
    background-color: #000;
    color: #fff;
    /*padding: 8px 0;*/
    /*border: 2px solid #fff;*/ }
  #root-roster-resource .rr-depth-chart-upcoming-schedule td {
    position: relative;
    height: 22px;
    text-align: center; }
  #root-roster-resource .rr-depth-chart-upcoming-schedule .cell-opponent {
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%; }
    #root-roster-resource .rr-depth-chart-upcoming-schedule .cell-opponent div:first-child {
      /*width: 120px;*/
      flex: 1 1 auto;
      text-align: center; }
    #root-roster-resource .rr-depth-chart-upcoming-schedule .cell-opponent div:last-child {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 50px;
      /*background-color: red;*/
      align-self: stretch; }

.fg-selection-box__wrapper {
  display: flex;
  position: relative;
  margin-left: 5px;
  cursor: pointer;
  align-items: center;
  font-size: 14px; }
  .fg-selection-box__wrapper.label-orientation-vertical {
    display: flex;
    flex-direction: column; }
  .fg-selection-box__wrapper .menu-selection-box {
    display: flex;
    align-items: center; }
  .fg-selection-box__wrapper .fg-selection-box__external-label {
    padding-right: 5px; }
  .fg-selection-box__wrapper .fg-selection-box__selection {
    position: relative; }
  .fg-selection-box__wrapper .fg-selection-box__label {
    background-color: #fff;
    padding: 9px 11px;
    padding-right: 30px;
    border: 1px solid #aaa; }
    .fg-selection-box__wrapper .fg-selection-box__label:after {
      content: '';
      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: 45%;
      right: 10px; }
    .fg-selection-box__wrapper .fg-selection-box__label.highlight {
      background-color: #50ae26;
      color: #fff; }
      .fg-selection-box__wrapper .fg-selection-box__label.highlight:after {
        border-top: 4px solid #fff; }
    .fg-selection-box__wrapper .fg-selection-box__label-text {
      overflow: hidden;
      width: 45px;
      display: inline-block;
      text-overflow: ellipsis;
      white-space: pre; }
  .fg-selection-box__wrapper .fg-selection-box__options {
    display: none;
    position: absolute;
    width: 100%;
    max-height: 300px;
    overflow: auto;
    /*text-align: center;*/
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3), 0 6px 6px rgba(0, 0, 0, 0.1);
    z-index: 20; }
    .fg-selection-box__wrapper .fg-selection-box__options.is-visible {
      display: block; }
    .fg-selection-box__wrapper .fg-selection-box__options.is-hidden {
      display: none; }
    .fg-selection-box__wrapper .fg-selection-box__options a {
      display: block;
      padding: 5px 10px;
      border: 1px solid #efefef;
      text-align: left; }
      .fg-selection-box__wrapper .fg-selection-box__options a.highlight {
        background-color: rgba(170, 204, 238, 0.5); }
  .fg-selection-box__wrapper.no-highlight .highlight {
    background-color: #fff;
    color: #000; }
    .fg-selection-box__wrapper.no-highlight .highlight:after {
      border-top: 4px solid #000; }

.control-tab-row {
  display: flex;
  margin-top: 10px;
  background-color: #dedede;
  border: 1px solid #ddd;
  border-left-width: 1.5px; }
  .control-tab-row .fgButton {
    flex: 0 0 110px;
    font-size: 12px;
    padding: 8px;
    border: 0;
    text-align: center; }
    .control-tab-row .fgButton.button-green {
      background-color: #f5f5f5;
      color: #000; }
      .control-tab-row .fgButton.button-green.isActive, .control-tab-row .fgButton.button-green.active {
        border-bottom: 3px solid #50ae26; }
    .control-tab-row .fgButton.button-blue {
      background-color: #f5f5f5;
      color: #000; }
      .control-tab-row .fgButton.button-blue.isActive, .control-tab-row .fgButton.button-blue.active {
        border-bottom: 3px solid #336699; }

#root-roster-resource .roster-resource-payroll .fg-data-grid thead th {
  background-color: #000;
  color: #fff;
  border: 2px solid #fff; }

#root-roster-resource .roster-resource-payroll .fg-data-grid td .cell-painted {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0; }

#root-roster-resource .roster-resource-payroll .fg-data-grid td.cell-painted {
  text-align: center; }

#root-roster-resource .roster-resource-payroll .roster-40 {
  background-color: #ddd9c3; }

#root-roster-resource .roster-resource-payroll [data-stat="Player"] {
  font-weight: 600;
  width: 120px;
  background-color: #ddd9c3; }
  #root-roster-resource .roster-resource-payroll [data-stat="Player"] a {
    font-weight: 600; }

#root-roster-resource .roster-resource-payroll tr:hover .roster-40, #root-roster-resource .roster-resource-payroll tr:hover td[data-stat="Player"] {
  background-color: rgba(221, 217, 195, 0.5); }

#root-roster-resource .roster-resource-payroll .not40man td[data-stat="Player"] {
  background-color: initial; }

#root-roster-resource .roster-resource-payroll [data-stat="Age"] {
  width: 40px;
  text-align: center; }

#root-roster-resource .roster-resource-payroll [data-stat="Service Time"] {
  width: 48px;
  text-align: center; }

#root-roster-resource .roster-resource-payroll [data-stat="Contract"] {
  width: 245px;
  white-space: normal;
  line-height: 1.3;
  overflow: auto; }

#root-roster-resource .roster-resource-payroll [data-stat="Contract"], #root-roster-resource .roster-resource-payroll [data-stat="AAV"] {
  background-color: #ddd; }

#root-roster-resource .roster-resource-payroll tr:hover td[data-stat="Contract"], #root-roster-resource .roster-resource-payroll tr:hover td[data-stat="AAV"] {
  background-color: rgba(204, 204, 204, 0.9); }

#root-roster-resource .roster-resource-payroll [data-stat="Description"] {
  width: 543px;
  font-weight: 600;
  border-right: 3px solid #000; }

#root-roster-resource .roster-resource-payroll [data-stat="subtotal"] {
  text-align: right;
  font-weight: 600;
  border-right: 3px solid #000; }

#root-roster-resource .roster-resource-payroll [data-contract-color="FREE AGENT"] {
  background-color: gold; }

#root-roster-resource .roster-resource-payroll [data-contract-color="player"] {
  background-color: green;
  color: #fff; }

#root-roster-resource .roster-resource-payroll [data-contract-color="team"],
#root-roster-resource .roster-resource-payroll [data-contract-color^="CLUB OPTION"] {
  background-color: #ce2431;
  color: #fff; }

#root-roster-resource .roster-resource-payroll [data-contract-color="vesting"],
#root-roster-resource .roster-resource-payroll [data-contract-color="VESTING"] {
  background-color: steelblue;
  color: #fff; }

#root-roster-resource .roster-resource-payroll [data-contract-color="mutual"],
#root-roster-resource .roster-resource-payroll [data-contract-color="MUTUAL OPTION"] {
  background-color: mediumblue;
  color: #fff; }

#root-roster-resource .roster-resource-payroll [data-contract-color="buyout"] {
  background-color: lightgreen;
  color: #000; }

#root-roster-resource .roster-resource-payroll tr:hover [data-contract-color="FREE AGENT"] {
  background-color: rgba(255, 215, 0, 0.8); }

#root-roster-resource .roster-resource-payroll tr:hover [data-contract-color="player"] {
  background-color: rgba(0, 128, 0, 0.8);
  color: #fff; }

#root-roster-resource .roster-resource-payroll tr:hover [data-contract-color="team"],
#root-roster-resource .roster-resource-payroll tr:hover [data-contract-color^="CLUB OPTION"] {
  background-color: rgba(206, 36, 49, 0.8);
  color: #fff; }

#root-roster-resource .roster-resource-payroll tr:hover [data-contract-color="vesting"],
#root-roster-resource .roster-resource-payroll tr:hover [data-contract-color="VESTING"] {
  background-color: rgba(70, 130, 180, 0.8);
  color: #fff; }

#root-roster-resource .roster-resource-payroll tr:hover [data-contract-color="mutual"],
#root-roster-resource .roster-resource-payroll tr:hover [data-contract-color="MUTUAL OPTION"] {
  background-color: rgba(0, 0, 205, 0.8);
  color: #fff; }

#root-roster-resource .roster-resource-payroll tr:hover [data-contract-color="buyout"] {
  background-color: rgba(144, 238, 144, 0.8);
  color: #000; }

#root-roster-resource .roster-resource-payroll td .is-estimate, #root-roster-resource .roster-resource-payroll td.is-estimate {
  font-style: italic; }

#root-roster-resource .roster-resource-payroll .is-estimate-arb {
  background-color: #ccffcc;
  font-style: italic; }

#root-roster-resource .roster-resource-payroll .is-negative {
  color: #ce2431; }

#root-roster-resource .roster-resource-payroll .col-span-display-none {
  display: none; }

#root-roster-resource .roster-resource-payroll .row-values-red .cell-painted {
  font-style: italic; }

#root-roster-resource .roster-resource-payroll .row-total {
  border-top: 3px solid #000;
  font-weight: 600;
  font-style: italic; }
  #root-roster-resource .roster-resource-payroll .row-total td:first-child {
    text-align: right;
    padding-right: 5px; }

#root-roster-resource .roster-resource-payroll .payroll-table-notes {
  font-size: 12px;
  text-align: right;
  margin: 8px 0 12px; }

#root-roster-resource .roster-resource-payroll .notes-explanation {
  font-size: 14px;
  border: 3px solid #000; }
  #root-roster-resource .roster-resource-payroll .notes-explanation h3 {
    text-align: center;
    color: #000;
    margin: 10px 0; }
  #root-roster-resource .roster-resource-payroll .notes-explanation ol {
    list-style: decimal;
    padding-right: 10px; }
    #root-roster-resource .roster-resource-payroll .notes-explanation ol li {
      list-style: decimal;
      padding: 5px 0;
      line-height: 1.5; }

#root-roster-resource .roster-resource-payroll tr:not(.payroll-legend):hover [data-stat="PLAYER"] {
  background-color: rgba(221, 221, 221, 0.6); }

#root-roster-resource .roster-resource-payroll tr:not(.payroll-legend):hover [data-contract-color="FREE AGENT"] {
  background-color: rgba(255, 215, 0, 0.6); }

#root-roster-resource .roster-resource-payroll tr:not(.payroll-legend):hover [data-contract-color="player"] {
  background-color: rgba(0, 128, 0, 0.6); }

#root-roster-resource .roster-resource-payroll tr:not(.payroll-legend):hover [data-contract-color="team"] {
  background-color: rgba(206, 36, 49, 0.6); }

#root-roster-resource .roster-resource-payroll tr:not(.payroll-legend):hover [data-contract-color="mutual"] {
  background-color: rgba(0, 0, 205, 0.6); }

#root-roster-resource .roster-resource-payroll tr:not(.payroll-legend):hover [data-contract-color="buyout"] {
  background-color: rgba(144, 238, 144, 0.6); }

#root-roster-resource .roster-resource-payroll tr:not(.payroll-legend):hover [data-contract-color="vesting"] {
  background-color: rgba(70, 130, 180, 0.6); }

#root-roster-resource .roster-resource-payroll th[data-stat^="20"], #root-roster-resource .roster-resource-payroll [data-stat="AAV"] {
  text-align: center; }

#root-roster-resource .roster-resource-payroll .contracts-header__page-legend tr:first-child {
  border-top: 3px solid; }
  #root-roster-resource .roster-resource-payroll .contracts-header__page-legend tr:first-child th, #root-roster-resource .roster-resource-payroll .contracts-header__page-legend tr:first-child td:first-of-type {
    border-bottom: 2px solid #000; }

#root-roster-resource .roster-resource-payroll .contracts-header__page-legend tr:last-child {
  border-bottom: 3px solid; }

#root-roster-resource .roster-resource-payroll .contracts-header__arb-legend {
  margin: 10px 0 5px; }

#root-roster-resource .roster-resource-payroll .contracts-header__page-legend, #root-roster-resource .roster-resource-payroll .contracts-header__arb-legend {
  font-size: 14px; }
  #root-roster-resource .roster-resource-payroll .contracts-header__page-legend th, #root-roster-resource .roster-resource-payroll .contracts-header__arb-legend th {
    width: 208px;
    border-left: 3px solid;
    border-right: 1px solid #000;
    text-align: right;
    padding-right: 5px;
    font-weight: 400; }
  #root-roster-resource .roster-resource-payroll .contracts-header__page-legend td, #root-roster-resource .roster-resource-payroll .contracts-header__arb-legend td {
    width: 335px;
    text-align: center;
    border-right: 3px solid;
    font-weight: 600; }
  #root-roster-resource .roster-resource-payroll .contracts-header__page-legend td.text-legend, #root-roster-resource .roster-resource-payroll .contracts-header__arb-legend td.text-legend {
    font-size: 12px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff; }
  #root-roster-resource .roster-resource-payroll .contracts-header__page-legend .text-legend-sep, #root-roster-resource .roster-resource-payroll .contracts-header__arb-legend .text-legend-sep {
    padding: 0 4px; }
  #root-roster-resource .roster-resource-payroll .contracts-header__page-legend [data-contract-color], #root-roster-resource .roster-resource-payroll .contracts-header__arb-legend [data-contract-color] {
    font-size: 12px;
    width: 90px;
    text-align: center;
    border: none;
    border-top: 3px solid #fff;
    border-bottom: 1px solid #fff;
    font-weight: 400; }

#root-roster-resource .roster-resource-payroll .contracts-header__arb-legend th {
  width: 540px;
  border: 0;
  font-size: 12px;
  text-align: center; }
  #root-roster-resource .roster-resource-payroll .contracts-header__arb-legend th a {
    text-decoration: underline; }

#root-roster-resource .roster-resource-payroll .contracts-header__arb-legend [data-contract-color="arb"], #root-roster-resource .roster-resource-payroll .contracts-header__arb-legend .is-estimate-arb {
  background-color: #ccffcc;
  font-style: italic; }

.fg-ui, .fgButton, .fgDropMenu, .fgLabel {
  font-family: Lato;
  font-weight: 400; }

.fgBin {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-around; }

.fgButton {
  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; }

.fgButton:hover {
  background-color: #e8e8e8; }

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

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

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

.fgButton.inactive:hover,
.fgButton.disabled:hover {
  background-color: #f5f5f5;
  color: #A5A5A5; }

/*drop down menu*/
.ui-menu {
  width: 100%;
  position: absolute;
  top: 100%;
  display: none;
  z-index: 100;
  line-height: initial;
  border: 0;
  box-shadow: 0px 5px 20px 0px rgba(50, 50, 50, 0.51); }

.ui-menu .ui-menu-item {
  text-align: left;
  position: relative;
  margin: 0;
  padding: 3px 0 3px 0px;
  cursor: pointer;
  min-height: 0;
  background-color: #F5F5F5;
  border: 1px solid #cdcdcd;
  padding-top: 5px;
  padding-bottom: 5px; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  /*border: 1px solid #cccccc;*/
  background-color: #DDDDDD;
  font-weight: normal;
  color: #2b2b2b; }

.menu-button, .menu-fill, .menu-label, .reset {
  background-color: #F5F5F5;
  line-height: 2.5;
  cursor: default;
  text-align: center;
  position: relative;
  font-size: 12px;
  width: 100%;
  flex: 0 1 auto;
  padding: initial; }

.menu-button:hover:not(.label) {
  background-color: #50ae26;
  color: white; }

.menu-container {
  flex: 0 1 auto;
  border: 1px solid #cdcdcd;
  text-align: center;
  position: relative;
  width: 100%;
  height: 30px; }

.menu-row {
  display: flex;
  background-color: #CECECE;
  padding-bottom: 20px;
  width: 100%; }

.menu-button-active {
  background-color: #50ae26;
  color: white; }

.menu-button-text {
  padding-right: 5px;
  display: block;
  border: 1px solid #cdcdcd; }

.menu-fill {
  cursor: default; }

.menu-stat {
  display: flex;
  flex-direction: row; }

.menu-stat.spacer {
  border-top-width: 5px; }

.menu-text {
  flex: 0 0 auto;
  align-content: center;
  justify-content: center;
  line-height: 18px;
  margin: 0 5px; }

.menu-indicator {
  display: flex;
  background-color: white;
  border: 1px solid #336699;
  width: 16px;
  height: 16px;
  color: #336699;
  cursor: pointer;
  align-content: center;
  justify-content: center;
  font-family: Lato;
  font-size: 14px;
  line-height: 1.1;
  margin: 0px 5px; }

.menu-indicator-active {
  background-color: #336699;
  color: white; }

.ui-widget.ui-widget-content {
  border: 0;
  max-height: 400px;
  overflow-y: auto; }

.arrow-down {
  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; }

.fgDropMenu ul {
  flex-direction: column;
  background-color: #fcfcfc; }

.fgDropMenu .col {
  width: 100%; }

.splitStack-container {
  /*border-right: 1px solid black;
    margin-right: 10px;
    width: 150px;*/
  /*display: flex;
    flex-direction: column;
    align-content: center;
        min-height: 200px;*/ }

.splitStack-item {
  height: 30px;
  margin: 3px 10px;
  flex: 0 1 auto;
  background-color: #336699;
  padding-bottom: 2px;
  font-family: lato;
  color: white;
  display: flex;
  align-items: center;
  font-size: 12px; }

.splitStack-item-text {
  width: 100%;
  padding-left: 10px;
  cursor: default; }

.splitStack-item-rm {
  /*height: 10px;*/
  margin: 0px 10px 0px 0px;
  font-family: lato;
  color: white;
  cursor: pointer; }

.inactive {
  color: #A5A5A5;
  cursor: default; }

ul, li {
  list-style: none;
  padding: 0;
  margin: 0; }

#top {
  margin-bottom: 0; }

#content * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-family: lato, Arial, helvetica neue, sans-serif; }

a {
  text-decoration: none; }
  a.link-inactive {
    color: #999; }

.comment-container {
  /*position: absolute;*/
  display: inline-block;
  /*top: 0;*/
  margin-left: 5px; }
  .comment-container.digit-3 {
    display: none; }

.comment-box {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20width=%2224%22%20height=%2224%22%20viewBox=%220%200%2024%2024%22%3E%3Cpath%20d=%22M21.99%204c0-1.1-.89-2-1.99-2H4c-1.1%200-2%20.9-2%202v12c0%201.1.9%202%202%202h14l4%204-.01-18z%22/%3E%3Cpath%20d=%22M0%200h24v24H0z%22%20fill=%22none%22/%3E%3C/svg%3E");
  /*background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width=%22100%25%22%20height=%22100%25%22%20viewBox=%220%200%2030%2024%22%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20xml:space=%22preserve%22%20style=%22fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;%22%3E%3Cpath%20d=%22M4.6,2l20.8,0c1.43,0%202.6,0.9%202.6,2l0,18l-5.2,-4l-18.2,0c-1.43,0%20-2.6,-0.9%20-2.6,-2l0,-12c0,-1.1%201.17,-2%202.6,-2Zm0,14l18.2,0l2.6,2l0,-14l-20.8,0l0,12Z%22%20style=%22fill-rule:nonzero;%22/%3E%3C/svg%3E");*/
  background-size: contain;
  width: 13px;
  height: 19px;
  opacity: .25;
  background-repeat: no-repeat;
  /*background-position-y: 8px;*/
  display: inline-block;
  /*float: left;*/
  /*margin-top: 1px;*/
  position: relative;
  top: 9px; }
  .comment-box.digit-3 {
    display: none;
    /*background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width=%22100%25%22%20height=%22100%25%22%20viewBox=%220%200%2030%2024%22%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20xml:space=%22preserve%22%20style=%22fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;%22%3E%3Cpath%20d=%22M4.6,2l20.8,0c1.43,0%202.6,0.9%202.6,2l0,18l-5.2,-4l-18.2,0c-1.43,0%20-2.6,-0.9%20-2.6,-2l0,-12c0,-1.1%201.17,-2%202.6,-2Zm0,14l18.2,0l2.6,2l0,-14l-20.8,0l0,12Z%22%20style=%22fill-rule:nonzero;%22/%3E%3C/svg%3E');
        width: 27px;

        & + .comment-count {
            left: 0;
        }*/ }

.comment-count {
  /*position: absolute;*/
  /*top: 3px;
    left: 1px;*/
  font-size: 11px;
  margin-left: 1px;
  margin-top: -1px;
  /*width: 100%;*/
  text-align: center;
  opacity: .7;
  color: #555;
  display: inline-block; }

.intro-ts {
  color: #888 !important;
  font-size: 14px;
  font-weight: 400 !important; }

.intro-ts-hot {
  color: #ce2431;
  font-weight: 600; }

.intro-headline-cat,
.intro-feature-cat {
  margin-bottom: 5px; }
  .intro-headline-cat span,
  .intro-feature-cat span {
    background-color: #50ae26;
    border: 1px solid #50ae26;
    color: #fff;
    font-weight: 400;
    padding: 2px 5px;
    font-size: 11px;
    margin-bottom: 3px; }
  .intro-headline-cat.ig span,
  .intro-feature-cat.ig span {
    color: #50ae26;
    background-color: #fff;
    border: 1px solid #50ae26; }
  .intro-headline-cat.trade span,
  .intro-feature-cat.trade span {
    color: #fff;
    background-color: #000;
    border: 1px solid #000; }

.intro-headline-container {
  display: inline-block;
  float: left;
  width: 100%; }
  .intro-headline-container .intro-header-sub {
    background-color: #ccc;
    text-align: center;
    padding: 7px 0;
    font-size: 14px;
    margin-bottom: 5px; }
    .intro-headline-container .intro-header-sub a {
      text-decoration: none; }
  .intro-headline-container.com .intro-header-sub {
    /*display: none;*/ }

.intro-header {
  border-bottom: 4px solid #50ae26;
  font-size: 16px;
  margin-top: 20px; }
  .intro-header .intro-header-text {
    text-align: center;
    margin: 0 auto 0;
    display: inline-block;
    height: 40px;
    padding: 10px 20px;
    font-family: lato, Arial;
    background-color: #50ae26;
    color: #fff; }
    .intro-header .intro-header-text a {
      color: #fff; }
      .intro-header .intro-header-text a:hover {
        color: #000; }

.intro-headline {
  width: 100%; }
  .intro-headline .intro-post-container {
    display: inline-block;
    width: 100%;
    padding: 0 5px; }
    .intro-headline .intro-post-container .intro-post-column {
      display: inline-block;
      width: 50%;
      float: left; }
  .intro-headline .intro-headline-post {
    padding: 10px 6px 17px;
    margin-right: 10px;
    border-bottom: 1px solid #ddd; }
  .intro-headline .intro-headline-title {
    font-size: 15px; }

.intro-headline-author {
  font-size: 13px;
  position: relative;
  top: 2px;
  color: #888;
  font-weight: 400; }
  .intro-headline-author a {
    color: #888; }
    .intro-headline-author a:hover {
      color: #50ae26; }

.intro-misc {
  display: inline-block;
  float: left;
  padding-right: 10px; }
  .intro-misc .intro-header {
    font-size: 16px;
    position: relative; }
    .intro-misc .intro-header .intro-header-text {
      color: #fff;
      background-color: #50ae26;
      padding: 12px 20px 8px; }
    .intro-misc .intro-header .intro-header-text-sub {
      font-size: 12px;
      color: #888;
      text-align: right;
      position: absolute;
      right: 0;
      bottom: 0;
      margin-right: 5px; }
  .intro-misc .podcast-container {
    padding: 10px 5px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    border-bottom: 1px solid #ddd; }
    .intro-misc .podcast-container .podcast-title {
      font-size: 16px;
      padding: 5px 0; }
    .intro-misc .podcast-container .podcast-episode {
      font-size: 14px;
      white-space: pre-line; }
    .intro-misc .podcast-container .podcast-date {
      color: #aaa;
      display: none; }
  .intro-misc .top-list {
    -webkit-padding-start: 25px;
    -webkit-margin-before: 0; }
    .intro-misc .top-list li {
      list-style: decimal; }
  .intro-misc .box-team {
    margin: auto;
    text-align: center; }
    .intro-misc .box-team .team-lg {
      text-align: center;
      margin-top: 10px;
      font-weight: 600;
      /*text-decoration: underline;*/
      width: 100%; }
    .intro-misc .box-team table {
      width: 100%;
      height: 40%; }
      .intro-misc .box-team table td {
        /*padding: 0 20px;*/ }
  .intro-misc .team-box-bottom {
    font-size: 14px; }
    .intro-misc .team-box-bottom hr {
      border: 1px solid #ddd; }
    .intro-misc .team-box-bottom ul {
      max-width: 180px;
      margin: auto; }
      .intro-misc .team-box-bottom ul li {
        margin-bottom: 10px; }
  .intro-misc.intro-tool-container {
    width: 100%;
    max-width: initial; }
    .intro-misc.intro-tool-container .intro-header {
      margin-top: 0; }

.box-featured {
  display: block; }
  .box-featured .featured-main {
    width: 68%;
    display: inline-block;
    float: left;
    padding: 0 10px;
    /*margin-top: 10px;*/ }
    .box-featured .featured-main .featured-one:after {
      display: block;
      content: '';
      border-bottom: 1px solid #ddd;
      width: 50%;
      margin: auto;
      margin-top: 30px;
      margin-bottom: 30px; }
    .box-featured .featured-main .featured-one .intro-feature-lg .intro-feature-title {
      font-size: 24px;
      font-weight: 600; }
    .box-featured .featured-main .featured-one .intro-feature-lg .intro-feature-author {
      position: relative;
      margin-top: 5px; }
      .box-featured .featured-main .featured-one .intro-feature-lg .intro-feature-author a {
        color: #888; }
      .box-featured .featured-main .featured-one .intro-feature-lg .intro-feature-author .comment-container .comment-box {
        width: 14px;
        top: 8px; }
      .box-featured .featured-main .featured-one .intro-feature-lg .intro-feature-author .comment-container .comment-count {
        font-size: 14px; }
    .box-featured .featured-main .featured-one .intro-feature-lg .post-excerpt {
      margin-top: 10px; }
    .box-featured .featured-main .featured-sub {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .box-featured .featured-main .featured-sub .intro-feature-sm {
        width: 31%; }
        .box-featured .featured-main .featured-sub .intro-feature-sm .intro-feature-title {
          font-size: 16px; }
        .box-featured .featured-main .featured-sub .intro-feature-sm .intro-headline-author {
          margin-top: 5px; }
        .box-featured .featured-main .featured-sub .intro-feature-sm .intro-feature-author {
          position: relative;
          margin-top: 5px; }
          .box-featured .featured-main .featured-sub .intro-feature-sm .intro-feature-author a {
            color: #888; }
        .box-featured .featured-main .featured-sub .intro-feature-sm .post-excerpt {
          font-size: 13px;
          margin-top: 15px; }
      .box-featured .featured-main .featured-sub .intro-feature-sm:first-child .post-excerpt {
        padding-bottom: 10px; }
  .box-featured .intro-photo {
    width: 32%;
    padding: 0; }
    .box-featured .intro-photo .featured-container .featured-border {
      margin: 5px 10px 0;
      overflow: hidden; }

.box-row {
  clear: both;
  overflow-y: auto; }
  .box-row.row-1 .intro-headline .intro-post-container {
    width: 65.8%; }
  .box-row.row-1 .intro-headline-container {
    overflow-y: auto; }
  .box-row.row-1 .box-ra {
    width: 100%;
    margin: auto;
    margin-top: 20px; }
    .box-row.row-1 .box-ra div {
      margin: auto; }
  .box-row.row-2 .intro-headline-container {
    width: 66%;
    /*width: 100%;*/
    overflow-y: auto;
    margin-right: 5px; }
    .box-row.row-2 .intro-headline-container .intro-headline {
      display: inline-block;
      width: 100%;
      /*width: 66%;*/
      float: left; }
    .box-row.row-2 .intro-headline-container.social-media {
      display: inline-block;
      width: 32%;
      overflow: visible; }
      .box-row.row-2 .intro-headline-container.social-media .icon-sm {
        display: inline-block;
        width: 20%; }
      .box-row.row-2 .intro-headline-container.social-media > div:last-child {
        text-align: center;
        margin-top: 30px; }
        .box-row.row-2 .intro-headline-container.social-media > div:last-child:after {
          content: '';
          border-bottom: 1px solid #ddd;
          display: block;
          margin-top: 30px; }
      .box-row.row-2 .intro-headline-container.social-media .sprite {
        background: url("/images/sm-sprite.png");
        margin-right: 5px; }
        .box-row.row-2 .intro-headline-container.social-media .sprite.tw {
          width: 50px;
          height: 50px;
          background-position: -150px 0; }
        .box-row.row-2 .intro-headline-container.social-media .sprite.fb {
          width: 50px;
          height: 50px;
          background-position: 0 0; }
        .box-row.row-2 .intro-headline-container.social-media .sprite.ig {
          width: 50px;
          height: 50px;
          background-position: -50px 0; }
        .box-row.row-2 .intro-headline-container.social-media .sprite.yt {
          width: 50px;
          height: 50px;
          background-position: -200px 0; }
        .box-row.row-2 .intro-headline-container.social-media .sprite.em {
          width: 50px;
          height: 50px;
          background-position: -100px 0; }
  .box-row.row-2 .box-ra {
    width: 33%;
    display: inline-block;
    text-align: center;
    margin-top: 50px; }
    .box-row.row-2 .box-ra > div {
      margin: auto; }
  .box-row.row-3 .com {
    /*width: 33.333%; original CSS */
    width: 30%;
    margin-right: 20px; }
    .box-row.row-3 .com .intro-post-column {
      width: 100%; }
  .box-row.row-3 .intro-misc {
    width: 33.333%; }
  .box-row.row-3 .box-ra {
    /*margin-top: 50px;*/
    float: left;
    width: 33.3333%;
    min-width: 310px; }
    .box-row.row-3 .box-ra.ra-wide {
      margin-top: 100px; }
  .box-row.row-3 .ra-900 {
    display: none; }
  .box-row.row-4 {
    margin-top: 10px; }
    .box-row.row-4 .intro-team {
      width: 30%; }
    .box-row.row-4 .box-row-top {
      width: 70%;
      display: inline-block;
      float: left;
      /*for ZiPS*/ }
      .box-row.row-4 .box-row-top .intro-chat-container {
        width: 50%; }
      .box-row.row-4 .box-row-top .intro-podcast {
        width: 50%; }
      .box-row.row-4 .box-row-top .intro-team {
        width: 45%; }
  .box-row.row-hof .intro-headline .intro-post-container .intro-post-column {
    width: 33%; }
  .box-row.row-5 .essential-articles {
    width: 32%;
    /*padding-right: 10px;*/ }
    .box-row.row-5 .essential-articles .intro-headline .intro-post-column {
      width: 100%; }
  .box-row.row-5 .shop-fg-ra {
    max-width: 300px;
    float: left;
    margin: 80px 10px 0 0; }
  .box-row.row-5 .box-ra {
    /*margin-top: 50px;*/
    float: left;
    width: 33.3333%;
    min-width: 310px; }
    .box-row.row-5 .box-ra.ra-wide {
      margin-top: 100px; }
  .box-row.row-5 .ra-900 {
    display: none; }
  .box-row.row-5 .site-news {
    width: 32%; }
    .box-row.row-5 .site-news .intro-headline .intro-post-column {
      width: 100%; }

.box-ra {
  margin-top: 90px; }

.intro-photo {
  display: inline-block;
  /*padding: 0 5px;*/ }
  .intro-photo .featured-container .featured-border {
    border: 2px solid #50ae26;
    margin-bottom: 0;
    padding: 10px;
    min-height: 150px;
    position: relative;
    overflow: auto; }
  .intro-photo .featured-container .featured-title {
    font-size: 16px;
    margin-bottom: 10px;
    text-align: center; }
  .intro-photo .featured-container .featured-author {
    margin-top: 5px;
    position: relative;
    font-size: 14px;
    color: #888;
    padding-right: 13px; }
    .intro-photo .featured-container .featured-author a {
      color: #888; }
  .intro-photo .featured-container .feature-image {
    height: 150px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    border: 1px solid #aaa; }
  .intro-photo .featured-container.lg {
    margin-top: 0; }
    .intro-photo .featured-container.lg .post-excerpt {
      font-size: 14px;
      margin-top: 10px;
      padding: 0 15px; }
    .intro-photo .featured-container.lg img {
      margin-bottom: -30%; }
  .intro-photo .featured-container .img-900 {
    display: none; }
  .intro-photo .logo.tht {
    /*background-image: url('https://www.hardballtimes.com/wp-content/uploads/2014/01/cropped-tht_header_logo.png');*/
    background-image: url("//cdn.fangraphs.com/tht/wp-content/uploads/2014/01/cropped-tht_header_logo.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    height: 30px;
    margin: auto; }

.fg-left {
  display: inline-block;
  width: 33%;
  min-width: 320px;
  float: left;
  text-align: center; }
  .fg-left .intro-photo {
    width: 100%;
    /*margin-left: 5px;*/
    margin: auto;
    width: 300px;
    margin-top: 20px;
    /*padding: 0 20px;*/ }
  .fg-left .fg-mini-nav-box {
    background-color: #ccc;
    width: 300px;
    padding: 10px;
    font-size: 14px;
    margin: auto;
    margin-top: 10px;
    text-align: left; }
    .fg-left .fg-mini-nav-box-title {
      text-align: center;
      text-decoration: underline;
      font-size: 13px;
      margin-bottom: 10px; }
    .fg-left .fg-mini-nav-box ul {
      line-height: 1.2;
      list-style-type: disc; }
      .fg-left .fg-mini-nav-box ul li {
        margin: 5px 0;
        list-style-type: disc;
        margin-left: 15px; }

.intro-chat-today {
  width: 70%;
  font-size: 16px;
  margin: 90px auto 20px; }
  .intro-chat-today .intro-chat-today-title {
    text-align: center;
    color: #000;
    margin-bottom: 10px; }
  .intro-chat-today .intro-chat-today-table {
    border: 2px solid #50ae26;
    padding: 5px; }
    .intro-chat-today .intro-chat-today-table table {
      width: 100%; }
      .intro-chat-today .intro-chat-today-table table td {
        padding: 5px; }

.gallery.tht {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .gallery.tht .intro-photo {
    -webkit-box-flex: initial;
    -ms-flex: 1 0 25%;
    flex: 1 0 25%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .gallery.tht .intro-photo .featured-container {
      margin: 0;
      width: 100%; }
    .gallery.tht .intro-photo .featured-border {
      border: 0;
      margin-top: 10px;
      width: 100%; }
    .gallery.tht .intro-photo .featured-title {
      font-size: 16px;
      margin-top: 10px;
      text-align: left;
      width: 100%; }
      .gallery.tht .intro-photo .featured-title a:hover {
        color: #8e001c; }
    .gallery.tht .intro-photo a {
      width: 100%; }
    .gallery.tht .intro-photo .feature-image {
      width: 100%;
      height: 130px;
      margin: initial; }

.tool .swiper-button-next, .tool .swiper-button-prev,
.swiper-leaders .swiper-button-next,
.swiper-leaders .swiper-button-prev {
  height: 30px;
  top: 50%; }

.tool .swiper-button-next,
.swiper-leaders .swiper-button-next {
  right: 5px; }

.tool .swiper-button-prev,
.swiper-leaders .swiper-button-prev {
  left: 5px; }

.tool .swiper-pagination,
.swiper-leaders .swiper-pagination {
  bottom: 0px; }

.tools-header {
  text-align: center;
  font-size: 18px;
  margin-bottom: 10px; }

.tools-image {
  text-align: center; }
  .tools-image img {
    border: 1px solid #ccc; }

.tools-desc {
  text-align: center;
  margin-top: 10px; }

.swiper-leaders-container {
  width: 100%;
  position: relative; }

.swiper-leaders {
  font-family: lato, Arial, sans-serif; }

.slide-label {
  text-align: center;
  font-size: 13px; }

.leaders-sm-inside {
  border: 1px solid #ccc;
  padding: 10px;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  min-width: 170px;
  font-size: 13px;
  background-color: #fefefe; }

.leaders-sm-inside a {
  text-decoration: none; }

.leader-sm-inside a:hover {
  color: #50ae26; }

.swiper-container {
  margin: 15px 0;
  padding-bottom: 10px; }

.swiper-pagination {
  bottom: 0px; }

.swiper-pagination-bullet {
  border-radius: 0; }

.swiper-pagination-bullet-active {
  background: #50ae26; }

.swiper-leaders-header {
  text-align: center; }

.swiper-button-next,
.swiper-button-prev {
  top: 40px;
  height: 15px; }

.swiper-button-next {
  right: 50px; }

.swiper-button-prev {
  left: 50px; }

.intro-chat-container {
  width: 32%;
  max-width: initial; }
  .intro-chat-container table {
    width: 100%; }

.chat-table {
  border-collapse: collapse;
  font-size: 14px;
  width: 300px;
  margin-top: 5px; }
  .chat-table tr td.td-day {
    font-weight: 600; }
  .chat-table tr td:last-child {
    font-size: 14px;
    font-weight: 400; }

.chat-table td {
  padding: 9px 8px; }

.chat-day {
  border-bottom: 1px solid #ddd; }

.header-img {
  background: url("/images/headers_verticals3.png");
  width: 200px;
  height: 20px;
  background-position: -3px -10px;
  background-size: 240px; }

.ra-wide {
  margin: 30px auto 10px;
  text-align: center;
  display: block; }
  .ra-wide.ra-member.ra-member-hide {
    display: none; }
  .ra-wide div {
    margin: auto; }

.fg .intro-header {
  margin-top: 0; }

.fg .intro-post-container {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.fg .header-img {
  width: 115px; }

.rg .intro-header {
  border-color: #825a3f; }
  .rg .intro-header .intro-header-text {
    background-color: #825a3f; }
  .rg .intro-header .header-img {
    background-position: 0 -52px;
    width: 136px; }

.rg .intro-headline-cat span {
  background-color: #825a3f;
  border: 1px solid #825a3f; }

.rg a:hover {
  color: #825a3f; }

.tht .intro-header {
  border-color: #8e001c; }
  .tht .intro-header .intro-header-text {
    background-color: #8e001c;
    padding: 7px 20px; }
  .tht .intro-header .header-img {
    background-position: 0 -136px;
    height: 26px;
    width: 180px; }

.tht .intro-headline .intro-headline-cat span {
  background-color: #8e001c; }

.tht.featured-container .featured-border {
  border-color: #8e001c; }

.tht .featured-container .featured-border {
  border-color: #8e001c; }

.tht a:hover {
  color: #8e001c; }

.com .intro-header {
  border-color: #336699; }
  .com .intro-header .intro-header-text {
    background-color: #336699; }
  .com .intro-header .header-img {
    background-position: 0 -94px;
    width: 225px; }

.com .intro-headline .intro-headline-cat span {
  background-color: #336699;
  border: 1px solid #336699; }

.com a:hover {
  color: #336699; }

.banner-rg {
  max-width: 650px;
  margin: 30px auto 5px;
  background-color: #825a3f;
  color: #fff; }
  .banner-rg a {
    display: inline-block;
    color: #fff;
    padding: 20px; }
    .banner-rg a:hover {
      color: #000; }

@media all and (max-width: 980px) {
  .box-row.row-1 .intro-headline .intro-post-container {
    width: 62%; }
  .box-row.row-2 .intro-headline-container .intro-headline {
    width: 100%; }
  .box-row.row-2 .intro-headline-container.social-media {
    width: 100%; }
    .box-row.row-2 .intro-headline-container.social-media > div:last-child:after {
      content: initial; }
  .box-row.row-5 .shop-fg-ra {
    width: 275px; } }

@media all and (max-width: 960px) {
  .box-row.row-3 .intro-headline-container {
    width: 33%; }
  .box-row.row-3 .intro-misc {
    width: 30%; } }

@media all and (max-width: 900px) {
  .intro-headline-container {
    margin: 10px 0;
    width: 100%; }
    .intro-headline-container .intro-headline .intro-post-column {
      /*width: 100%;*/ }
  .box-featured .featured-main {
    width: 100%;
    flex: 1 1 auto;
    padding: 0 10px;
    margin-bottom: 20px; }
    .box-featured .featured-main .featured-one {
      margin-bottom: 20px; }
    .box-featured .featured-main .featured-sub .intro-feature-sm:first-child .post-excerpt {
      padding-bottom: 0; }
  .box-featured .intro-photo {
    width: 100%;
    clear: both; }
    .box-featured .intro-photo .featured-container .featured-border {
      margin: auto; }
  .box-ra {
    width: 100%;
    margin-top: 0;
    /*width: 100%;*/
    text-align: center; }
    .box-ra div {
      margin: auto; }
    .box-ra.ra-wide {
      margin: 20px 0; }
  .box-row.row-1 .fg-left {
    width: 100%; }
    .box-row.row-1 .fg-left .intro-photo {
      width: initial; }
  .box-row.row-1 .intro-headline .intro-post-container {
    width: 100%; }
  .box-row.row-1 .box-ra {
    margin: 20px 0; }
  .box-row.row-2 .intro-headline-container {
    width: 100%; }
    .box-row.row-2 .intro-headline-container .intro-headline {
      width: 100%;
      float: none; }
  .box-row.row-2 .box-ra {
    width: 100%;
    clear: both;
    margin-top: 20px; }
    .box-row.row-2 .box-ra.ra-member {
      display: none; }
  .box-row.row-3 .ra-wide {
    display: none; }
  .box-row.row-3 .ra-900 {
    display: block;
    width: 100%;
    text-align: center; }
    .box-row.row-3 .ra-900 div {
      margin: auto; }
  .box-row.row-3 .intro-misc {
    /*width: 50%; Non-ZiPS*/
    width: 100%; }
  .box-row.row-3 .intro-headline-container.com {
    /*width: 50%; Non-ZIPS*/
    width: 100%;
    margin: 0;
    padding-right: 10px; }
  .box-row.row-3.ra-member {
    display: none; }
  .box-row.row-4 .box-row-top {
    width: 100%; }
    .box-row.row-4 .box-row-top .intro-team {
      width: 50%; }
  .box-row.row-4 .intro-team {
    width: 100%; }
  .box-row.row-5 .essential-articles {
    width: 100%; }
  .box-row.row-5 .shop-fg-ra {
    margin: auto;
    display: block;
    float: none; }
  .box-row.row-5 .site-news {
    width: 100%; }
  .box-row.row-5 .box-ra {
    width: 100%;
    margin-top: 10px; }
  .intro-photo {
    display: block; }
    .intro-photo .featured-container {
      margin-top: 0;
      margin-bottom: 20px; }
      .intro-photo .featured-container.lg {
        width: initial;
        margin-bottom: 0; }
      .intro-photo .featured-container .featured-border {
        flex-direction: row;
        margin: auto;
        width: initial;
        max-width: 600px;
        min-height: 0; }
        .intro-photo .featured-container .featured-border .img-wide {
          display: none; }
      .intro-photo .featured-container .featured-title {
        font-size: 16px;
        width: 66.666%;
        display: inline-block;
        float: left;
        padding: 10px 20px; }
      .intro-photo .featured-container .feature-image {
        margin: 0;
        max-height: 200px; }
      .intro-photo .featured-container .img-900 {
        display: inline-block;
        width: 33.333%;
        float: left; }
        .intro-photo .featured-container .img-900 .feature-image {
          width: 100%;
          display: inline-block; }
      .intro-photo .featured-container .img-bottom {
        display: none; }
  .intro-post-container {
    width: 100%; }
    .intro-post-container .intro-post-column {
      width: 50%; }
  .com .intro-post-container {
    margin: 0; }
    .com .intro-post-container .intro-post-column {
      width: 100%; }
  .gallery.tht {
    padding: 0 10px;
    display: block; }
    .gallery.tht .intro-photo .featured-border {
      min-height: initial;
      margin: 0; }
      .gallery.tht .intro-photo .featured-border > a:first-child {
        float: left;
        display: inline-block;
        width: 33.333%; }
      .gallery.tht .intro-photo .featured-border .featured-title {
        margin: 0;
        padding: 30px 20px 0;
        width: 66.666%; }
      .gallery.tht .intro-photo .featured-border .feature-image {
        /*width: 300px;*/ }
  .intro-misc {
    /*max-width: initial;*/ }
    .intro-misc.intro-team {
      width: 100%; }
    .intro-misc .box-team {
      display: block; }
      .intro-misc .box-team div {
        display: inline-block;
        width: 100%;
        padding: 0 5%; }
      .intro-misc .box-team table {
        max-width: 300px;
        margin: auto; }
  .intro-chat-container {
    width: 48%; }
  .tool .tools-image img {
    width: 250px; }
  .ra-member {
    display: none; } }

@media all and (max-width: 800px) {
  .ra-wide {
    display: none; }
  .box-ra:before, .box-ra:after {
    content: 'Advertisement';
    border-top: 1px solid #D0D0D0;
    width: 100%;
    max-width: 350px;
    display: inline-block;
    font-family: arial, sans-serif;
    font-size: 12px;
    color: #505050;
    text-align: center;
    margin: 10px 0; }
  .box-ra:after {
    content: ''; }
  #Bottom_panROS {
    display: none; } }

@media (max-width: 650px) {
  .banner-rg {
    margin: 10px; } }

@media all and (max-width: 600px) {
  #top {
    margin-bottom: 5px; }
  .box-featured .featured-main .featured-sub {
    display: block; }
    .box-featured .featured-main .featured-sub .intro-feature-sm {
      width: initial; }
      .box-featured .featured-main .featured-sub .intro-feature-sm .post-excerpt {
        margin-bottom: 20px; }
  .intro-photo {
    max-width: 300px;
    margin: auto; }
    .intro-photo .featured-container {
      margin-bottom: 20px; }
      .intro-photo .featured-container.tht {
        margin-bottom: 20px; }
      .intro-photo .featured-container .featured-title {
        width: 100%;
        display: block;
        float: none;
        padding-top: 0; }
      .intro-photo .featured-container .img-900 {
        display: none; }
      .intro-photo .featured-container .img-bottom {
        display: inline;
        clear: both; }
  .intro-headline {
    padding: 0 10px;
    width: initial; }
    .intro-headline .intro-post-container .intro-post-column {
      width: 100%; }
    .intro-headline .intro-headline-post {
      width: 100%; }
  .box-row.row-3 .intro-headline-container.com {
    width: 100%;
    padding-right: 0; }
  .box-row.row-3 .intro-misc {
    width: 100%; }
  .box-row.row-1 .fg-left {
    display: block;
    float: none; }
    .box-row.row-1 .fg-left .img-wide {
      display: inline; }
    .box-row.row-1 .fg-left .intro-photo {
      padding: 0; }
  .box-row.row-4 .intro-team,
  .box-row.row-4 .box-row-top .intro-team {
    width: 100%; }
  .box-row.row-4 .box-row-top .intro-chat-container {
    width: 100%; }
  .box-row.row-4 .box-row-top .intro-podcast {
    width: 100%; }
  .box-row.row-4 .intro-team-prospects-toggle {
    text-align: center;
    margin-top: 10px; }
  .box-row.row-hof .intro-headline .intro-post-container .intro-post-column {
    width: 100%; }
  .intro-misc,
  .essential-articles,
  .site-news {
    width: 100%;
    max-width: initial;
    padding-right: 0; }
    .intro-misc .intro-header-sub-head,
    .essential-articles .intro-header-sub-head,
    .site-news .intro-header-sub-head {
      padding: 0 10px; }
    .intro-misc .podcast-list,
    .essential-articles .podcast-list,
    .site-news .podcast-list {
      padding: 0 10px; }
    .intro-misc .chat-table,
    .essential-articles .chat-table,
    .site-news .chat-table {
      width: 80%;
      margin: auto; }
    .intro-misc .box-team,
    .essential-articles .box-team,
    .site-news .box-team {
      width: 100%;
      text-align: center; }
      .intro-misc .box-team div,
      .essential-articles .box-team div,
      .site-news .box-team div {
        width: 100%;
        max-width: 350px;
        margin: auto;
        text-align: left; }
  .catchall300 {
    border: none !important;
    outline: none; }
  .gallery.tht .intro-photo {
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
    max-width: 100%; }
    .gallery.tht .intro-photo .featured-border .featured-title {
      padding: 0; }
    .gallery.tht .intro-photo .featured-border .feature-image {
      display: none; } }

/*MODULES*/
#mc_embed_signup {
  width: 100%;
  background-color: #efefef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 15px 0;
  padding-top: 20px; }
  #mc_embed_signup label {
    margin-right: 5px; }
  #mc_embed_signup #mce-EMAIL {
    padding: 5px;
    font-size: 16px;
    max-width: 400px;
    width: 80%;
    font-family: lato, Arial, Helvetica, sans-serif;
    border-radius: 0; }
  #mc_embed_signup .mc-field-group {
    text-align: center;
    width: 80%; }
  #mc_embed_signup .mc-embed-title {
    font-size: 18px;
    color: #50ae26;
    margin-bottom: 10px;
    font-weight: 600; }
  #mc_embed_signup #mc-embedded-subscribe {
    -webkit-appearance: none;
    border-radius: 0;
    margin-top: 20px;
    width: 250px;
    padding: 10px 5px;
    background-color: #000;
    color: #fff;
    border: 2px solid #000;
    font-family: lato, Arial, Helvetica, sans-serif;
    cursor: pointer; }

.prospects-page-wrapper {
  box-sizing: border-box;
  display: flex;
  /* overrides the FV columns on the entire page */
  /*760 and 1000*/ }
  @media (max-width: 762px) {
    .prospects-page-wrapper {
      flex-direction: column; } }
  .prospects-page-wrapper * {
    box-sizing: inherit; }
  .prospects-page-wrapper [data-stat="Name"] {
    width: 140px; }
  .prospects-page-wrapper th[data-stat="FV"], .prospects-page-wrapper td[data-stat="FV"] {
    width: 38px !important;
    padding-left: 7px; }
  .prospects-page-wrapper .col-1 {
    display: inline-block;
    padding-right: 20px;
    width: 100%; }
    @media (max-width: 1000px) {
      .prospects-page-wrapper .col-1 {
        width: 60%; } }
    @media (max-width: 762px) {
      .prospects-page-wrapper .col-1 {
        width: 100%;
        padding-right: 0; } }
    .prospects-page-wrapper .col-1 .prospects-page-title-bar {
      display: flex;
      position: relative;
      font-family: 'Helvetica Neue', helvetica, Lato, Arial, Helvetica, sans-serif;
      font-size: 23px;
      font-weight: 600;
      letter-spacing: -1px;
      align-items: center;
      background-color: #50ae26;
      color: #fff; }
      .prospects-page-wrapper .col-1 .prospects-page-title-bar-icon {
        pointer-events: none;
        height: 65px;
        margin-top: -10px;
        margin-bottom: -10px;
        margin-left: -10px;
        margin-right: -65px; }
        @media (max-width: 330px) {
          .prospects-page-wrapper .col-1 .prospects-page-title-bar-icon {
            margin-left: -20px; } }
      .prospects-page-wrapper .col-1 .prospects-page-title-bar .link-podcast {
        position: absolute;
        top: 0;
        right: 10px;
        line-height: 45px; }
        @media (max-width: 360px) {
          .prospects-page-wrapper .col-1 .prospects-page-title-bar .link-podcast {
            display: none; } }
    .prospects-page-wrapper .col-1 .box-featured .featured-main {
      width: initial;
      float: none;
      display: block;
      margin-top: 20px;
      margin-bottom: 20px; }
      .prospects-page-wrapper .col-1 .box-featured .featured-main .featured-one:after {
        display: none;
        content: initial; }
    .prospects-page-wrapper .col-1 .podcast-episode {
      display: inline-block; }
    .prospects-page-wrapper .col-1 .chat-item {
      padding: 10px;
      display: flex;
      align-items: center; }
      .prospects-page-wrapper .col-1 .chat-item span {
        padding: 0 5px; }
        .prospects-page-wrapper .col-1 .chat-item span.intro-ts {
          width: 40px;
          text-align: right; }
    .prospects-page-wrapper .col-1 .intro-team {
      width: 100%;
      float: none;
      margin-bottom: 10px; }
      .prospects-page-wrapper .col-1 .intro-team [class^="team-box"] {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        flex-wrap: wrap; }
        .prospects-page-wrapper .col-1 .intro-team [class^="team-box"] div {
          width: 46%; }
          .prospects-page-wrapper .col-1 .intro-team [class^="team-box"] div .team-lg {
            margin: auto; }
        @media (max-width: 600px) {
          .prospects-page-wrapper .col-1 .intro-team [class^="team-box"] {
            flex-direction: column; }
            .prospects-page-wrapper .col-1 .intro-team [class^="team-box"] div {
              width: 100%;
              margin-top: 10px; } }
      .prospects-page-wrapper .col-1 .intro-team .team-box-bottom {
        display: none; }
    .prospects-page-wrapper .col-1 #root-prospects-leaders {
      padding: 0 10px; }
      .prospects-page-wrapper .col-1 #root-prospects-leaders th {
        width: 42px; }
      .prospects-page-wrapper .col-1 #root-prospects-leaders th[data-stat="Name"] {
        width: 130px; }
      .prospects-page-wrapper .col-1 #root-prospects-leaders th[data-stat="FV"], .prospects-page-wrapper .col-1 #root-prospects-leaders td[data-stat="FV"] {
        border-right: 3px solid #ccc; }
      .prospects-page-wrapper .col-1 #root-prospects-leaders .fg-data-grid {
        margin: 0; }
      .prospects-page-wrapper .col-1 #root-prospects-leaders .table-wrapper-inner {
        padding: 0; }
      .prospects-page-wrapper .col-1 #root-prospects-leaders .table-scroll {
        overflow-x: auto; }
        .prospects-page-wrapper .col-1 #root-prospects-leaders .table-scroll table {
          width: 99.99%; }
      .prospects-page-wrapper .col-1 #root-prospects-leaders .prospects-leaders-control {
        display: flex;
        padding-top: 20px;
        border-bottom: 5px solid #50ae26;
        position: relative; }
        @media (max-width: 1000px) {
          .prospects-page-wrapper .col-1 #root-prospects-leaders .prospects-leaders-control {
            padding-top: 50px; } }
        @media (max-width: 760px) {
          .prospects-page-wrapper .col-1 #root-prospects-leaders .prospects-leaders-control {
            padding-top: 20px; } }
        @media (max-width: 570px) {
          .prospects-page-wrapper .col-1 #root-prospects-leaders .prospects-leaders-control {
            padding-top: 50px; } }
        .prospects-page-wrapper .col-1 #root-prospects-leaders .prospects-leaders-control .fgButton {
          font-size: 12px;
          flex: 0 1 140px;
          padding: 8px; }
          .prospects-page-wrapper .col-1 #root-prospects-leaders .prospects-leaders-control .fgButton.active {
            background-color: #50ae26;
            color: #fff; }
        .prospects-page-wrapper .col-1 #root-prospects-leaders .prospects-leaders-control .prospects-leaders-message {
          font-size: 11px;
          text-align: center;
          position: absolute;
          right: 0;
          width: 230px;
          bottom: 5px; }
          @media (max-width: 1000px) {
            .prospects-page-wrapper .col-1 #root-prospects-leaders .prospects-leaders-control .prospects-leaders-message {
              right: auto;
              width: 100%;
              top: 10px; } }
          @media (max-width: 760px) {
            .prospects-page-wrapper .col-1 #root-prospects-leaders .prospects-leaders-control .prospects-leaders-message {
              right: 0;
              width: 230px;
              bottom: 5px;
              top: auto; } }
          @media (max-width: 570px) {
            .prospects-page-wrapper .col-1 #root-prospects-leaders .prospects-leaders-control .prospects-leaders-message {
              right: auto;
              width: 100%;
              top: 10px; } }
      .prospects-page-wrapper .col-1 #root-prospects-leaders .minor-league-leaders-link {
        padding: 15px 0;
        /*margin-bottom: 20px;*/
        text-align: center;
        background-color: #ccc;
        font-size: 14px; }
  .prospects-page-wrapper .col-2 {
    display: inline-block;
    /*flex: 0 1 350px;*/
    width: 350px; }
    @media (max-width: 762px) {
      .prospects-page-wrapper .col-2 {
        /*display: none;*/
        align-self: center; } }
    @media (max-width: 370px) {
      .prospects-page-wrapper .col-2 {
        width: initial; } }
    .prospects-page-wrapper .col-2 #root-mini-board {
      width: 100%;
      background-color: #aaa;
      min-height: 500px; }
      @media (max-width: 370px) {
        .prospects-page-wrapper .col-2 #root-mini-board {
          padding: 0 10px;
          background-color: #fff; } }
      .prospects-page-wrapper .col-2 #root-mini-board .fg-data-grid {
        margin: 0; }
        .prospects-page-wrapper .col-2 #root-mini-board .fg-data-grid .table-wrapper-inner {
          padding: 0; }
      .prospects-page-wrapper .col-2 #root-mini-board .fg-dropdown {
        width: 100%;
        background-color: #50ae26;
        color: white;
        font-size: 14px;
        padding: 5px; }
        .prospects-page-wrapper .col-2 #root-mini-board .fg-dropdown .fg-dropdown-ul {
          color: #000; }
      .prospects-page-wrapper .col-2 #root-mini-board [data-stat="Rk"] {
        width: 24px; }
      .prospects-page-wrapper .col-2 #root-mini-board [data-stat="FV"] {
        width: 30px; }
      .prospects-page-wrapper .col-2 #root-mini-board .link-the-board {
        background-color: #ccc;
        padding: 10px;
        text-align: center;
        font-size: 14px; }
    .prospects-page-wrapper .col-2 .mini-masthead {
      margin: auto; }
      @media (max-width: 370px) {
        .prospects-page-wrapper .col-2 .mini-masthead {
          /*padding: 0 10px;*/ } }
      .prospects-page-wrapper .col-2 .mini-masthead .intro-header {
        margin-bottom: 10px; }
      .prospects-page-wrapper .col-2 .mini-masthead .intro-header-text {
        font-size: 14px;
        height: initial; }
      .prospects-page-wrapper .col-2 .mini-masthead .mini-masthead-writer {
        margin-bottom: 20px;
        font-size: 14px;
        position: relative;
        padding: 0 10px; }
        .prospects-page-wrapper .col-2 .mini-masthead .mini-masthead-writer-title {
          display: block;
          font-size: 12px;
          margin-top: 2px;
          color: #888; }
        .prospects-page-wrapper .col-2 .mini-masthead .mini-masthead-writer .author-twitter {
          height: 20px;
          position: absolute;
          top: 0;
          right: 10px;
          opacity: .5; }
        .prospects-page-wrapper .col-2 .mini-masthead .mini-masthead-writer:last-child {
          margin-bottom: 10px;
          padding-bottom: 10px;
          border-bottom: 1px solid #ddd; }
    .prospects-page-wrapper .col-2 .intro-header-text {
      font-size: 14px;
      height: initial; }
    .prospects-page-wrapper .col-2 .twitter-widget {
      margin: auto; }
      @media (max-width: 370px) {
        .prospects-page-wrapper .col-2 .twitter-widget {
          padding: 0 10px; } }
  .prospects-page-wrapper #root-prospects-graduate .fg-data-grid {
    margin: 0; }
  .prospects-page-wrapper #root-prospects-graduate .table-wrapper-inner {
    padding: 0; }
  .prospects-page-wrapper #root-prospects-graduate .prospects-graduation-control {
    display: flex;
    padding-top: 20px;
    border-bottom: 5px solid #50ae26;
    position: relative; }
    @media (max-width: 530px) {
      .prospects-page-wrapper #root-prospects-graduate .prospects-graduation-control {
        padding-top: 50px; } }
    .prospects-page-wrapper #root-prospects-graduate .prospects-graduation-control .fgButton {
      font-size: 12px;
      flex: 0 1 50%;
      padding: 8px; }
      .prospects-page-wrapper #root-prospects-graduate .prospects-graduation-control .fgButton.active {
        background-color: #50ae26;
        color: #fff; }
    .prospects-page-wrapper #root-prospects-graduate .prospects-graduation-control .prospects-leaders-message {
      font-size: 11px;
      text-align: center;
      position: absolute;
      right: 0;
      width: 220px; }
      @media (max-width: 530px) {
        .prospects-page-wrapper #root-prospects-graduate .prospects-graduation-control .prospects-leaders-message {
          right: auto;
          width: 100%;
          top: 10px; } }
  .prospects-page-wrapper #root-prospects-graduate .row-graduation-level, .prospects-page-wrapper #root-prospects-graduate .row-graduation-level td {
    background-color: #336699;
    color: #fff;
    border-color: #336699; }
  .prospects-page-wrapper .intro-box.col-double .intro-headline-cat, .prospects-page-wrapper .intro-box.col-single .intro-headline-cat {
    display: none; }
  .prospects-page-wrapper .intro-box.col-double .intro-headline-post, .prospects-page-wrapper .intro-box.col-single .intro-headline-post {
    margin: 10px 0;
    /*padding: 10px 6px 17px;*/
    padding-left: 10px;
    padding-bottom: 10px;
    margin-right: 10px;
    border-bottom: 1px solid #ddd; }
  .prospects-page-wrapper .intro-box.col-double .date-sep, .prospects-page-wrapper .intro-box.col-single .date-sep {
    padding: 0 3px; }
  .prospects-page-wrapper .intro-box.col-double {
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 900px) {
      .prospects-page-wrapper .intro-box.col-double {
        flex-direction: column; } }
    @media (max-width: 762px) {
      .prospects-page-wrapper .intro-box.col-double {
        /*flex-direction: row;*/ } }
    .prospects-page-wrapper .intro-box.col-double .intro-header {
      flex: 0 1 100%; }
    .prospects-page-wrapper .intro-box.col-double .intro-box-col-1, .prospects-page-wrapper .intro-box.col-double .intro-box-col-2 {
      flex: 0 1 50%; }
    .prospects-page-wrapper .intro-box.col-double .intro-box-col-1 {
      padding-right: 5px; }
    .prospects-page-wrapper .intro-box.col-double .intro-box-col-2 {
      padding-left: 5px; }
      @media (max-width: 900px) {
        .prospects-page-wrapper .intro-box.col-double .intro-box-col-2 {
          padding-left: 0; } }
  @media (max-width: 762px) {
    .prospects-page-wrapper .intro-misc .box-team div {
      text-align: center; } }
  @media (max-width: 600px) {
    .prospects-page-wrapper .box-team {
      margin-top: 10px; } }

.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 .splitStack-item-rm, .stack-row .stack-item .stack-item-rm {
      display: flex;
      align-items: center;
      margin: 0px 5px 0px 0px;
      font-family: lato;
      color: white;
      cursor: pointer; }
      .stack-row .stack-item .splitStack-item-rm:hover, .stack-row .stack-item .stack-item-rm:hover {
        color: rgba(255, 255, 255, 0.7); }
      .stack-row .stack-item .splitStack-item-rm .icon-close, .stack-row .stack-item .stack-item-rm .icon-close {
        font-size: 12px; }
    .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; }

.spacer-v-10 {
  width: 10px; }

.spacer-v-20 {
  width: 20px; }

.spacer-v-30 {
  width: 30px; }

.spacer-v-40 {
  width: 40px; }

.spacer-h-10 {
  height: 10px; }

.spacer-h-20 {
  height: 20px; }

.spacer-h-30 {
  height: 30px; }

.spacer-h-40 {
  height: 40px; }

.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; }
  .fgButton.button-green.active, .fgButton.button-green.isActive, .fg-button.button-green.active, .fg-button.button-green.isActive {
    background-color: #50ae26;
    color: #fff; }
  .fgButton.button-blue.active, .fgButton.button-blue.isActive, .fg-button.button-blue.active, .fg-button.button-blue.isActive {
    background-color: #336699;
    color: #fff; }
  .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; }

.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; }

.fg-modal {
  /*display: flex;*/
  display: none;
  position: fixed;
  z-index: 10000000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.85);
  text-align: center;
  /*opacity: 1;*/
  /*transition: 200ms opacity ease-in-out;*/ }
  .fg-modal.is-hidden {
    /*display: none;*/
    /*opacity: 0;*/ }
  .fg-modal.is-visible {
    display: flex;
    animation: fadeIn ease-in-out 200ms;
    -webkit-animation: fadeIn ease-in-out 200ms;
    -moz-animation: fadeIn ease-in-out 200ms;
    -o-animation: fadeIn ease-in-out 200ms;
    -ms-animation: fadeIn ease-in-out 200ms; }

@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 {
  .fg-modal.is-visible 0% {
    opacity: 0; }
  .fg-modal.is-visible 100% {
    opacity: 1; } }
  .fg-modal .fg-modal-content {
    display: inline-block;
    background-color: #fff;
    margin: auto;
    position: relative;
    max-width: 700px;
    /*.the-board-summary-insert {
            padding: 30px;
            text-align: left;
            font-size: 14px;
            line-height: 1.5;
        }*/ }
  .fg-modal .fg-modal-close {
    color: #fff;
    position: absolute;
    right: -40px;
    top: -40px;
    font-size: 30px;
    cursor: pointer; }

#root-free-agent-tracker {
  /*contract header special selector*/ }
  #root-free-agent-tracker .fg-dropdown {
    font-size: 12px; }
    #root-free-agent-tracker .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-free-agent-tracker .fg-dropdown.multi-choice li:before {
      content: '+';
      padding: 1px; }
    #root-free-agent-tracker .fg-dropdown li.highlight-selection:before {
      background-color: #50ae26;
      color: #fff; }
    #root-free-agent-tracker .fg-dropdown.show {
      background-color: #50ae26; }
    #root-free-agent-tracker .fg-dropdown-label {
      padding: 8px;
      align-self: center; }
  #root-free-agent-tracker .button-reset {
    font-size: 12px;
    padding: 3px 0;
    width: 100px;
    flex: 0 0 100px; }
  #root-free-agent-tracker .control-drop-down-bar-0 {
    width: 100%;
    display: flex;
    margin-bottom: 40px;
    align-items: center;
    flex-wrap: wrap; }
    #root-free-agent-tracker .control-drop-down-bar-0 .app-title {
      font-size: 22px;
      flex: 1; }
    #root-free-agent-tracker .control-drop-down-bar-0 .button-link {
      font-size: 12px;
      /*width: 200px;*/
      text-align: center;
      flex: 0 0 150px; }
      #root-free-agent-tracker .control-drop-down-bar-0 .button-link:hover {
        color: initial; }
    #root-free-agent-tracker .control-drop-down-bar-0 .label-button {
      font-size: 12px;
      padding-right: 5px; }
  #root-free-agent-tracker .control-drop-down-bar-1 {
    display: flex;
    font-size: 14px;
    justify-content: space-around;
    align-items: center;
    margin-top: 40px; }
    #root-free-agent-tracker .control-drop-down-bar-1 .control-item {
      display: flex;
      flex-direction: inherit;
      align-items: center; }
      #root-free-agent-tracker .control-drop-down-bar-1 .control-item .label {
        text-align: center;
        /*border-bottom: 1px solid #aaa;*/
        /*margin-bottom: 10px;*/
        position: relative;
        padding-right: 5px; }
  #root-free-agent-tracker .stack-row {
    margin: 10px 0;
    border: 1px solid #ddd;
    padding: 2px;
    width: 100%; }
    #root-free-agent-tracker .stack-row:before {
      display: block;
      content: "Applied Filters";
      width: 95%;
      /*border-top: 1px solid #ddd;*/
      padding: 5px;
      margin: auto;
      font-size: 12px;
      text-align: center; }
    #root-free-agent-tracker .stack-row .stack-item {
      background-color: #50ae26;
      border-color: #50ae26;
      width: 130px;
      padding-left: 5px; }
      #root-free-agent-tracker .stack-row .stack-item.teamPrev:before {
        flex: 1 0 auto;
        content: "Prev Tm";
        text-align: center;
        font-size: 10px;
        padding: 2px;
        margin-right: 5px;
        background-color: #fff;
        color: #50ae26; }
      #root-free-agent-tracker .stack-row .stack-item.teamSign:before {
        flex: 1 0 auto;
        content: "Signed by";
        text-align: center;
        font-size: 10px;
        padding: 2px;
        margin-right: 5px;
        background-color: #fff;
        color: #50ae26; }
  #root-free-agent-tracker .control-tabs {
    display: flex;
    flex-direction: row;
    font-size: 12px;
    margin: 10px 0; }
    #root-free-agent-tracker .control-tabs .fgButton,
    #root-free-agent-tracker .control-tabs .fg-button {
      max-width: 140px;
      padding: 0;
      line-height: 2.5; }
      #root-free-agent-tracker .control-tabs .fgButton.active, #root-free-agent-tracker .control-tabs .fgButton.isActive,
      #root-free-agent-tracker .control-tabs .fg-button.active,
      #root-free-agent-tracker .control-tabs .fg-button.isActive {
        background-color: #50ae26;
        color: #fff; }
  #root-free-agent-tracker .free-agent-tracker-data {
    position: relative;
    min-height: 300px; }
    #root-free-agent-tracker .free-agent-tracker-data .free-agent-tracker-data__header {
      position: relative;
      display: flex;
      font-size: 12px;
      padding: 5px;
      padding-top: 0; }
      #root-free-agent-tracker .free-agent-tracker-data .free-agent-tracker-data__header__data-export {
        flex: 1 0 auto;
        text-align: right; }
        #root-free-agent-tracker .free-agent-tracker-data .free-agent-tracker-data__header__data-export .data-export {
          display: inline-block;
          text-align: right;
          text-decoration: none; }
    #root-free-agent-tracker .free-agent-tracker-data .fg-data-grid {
      margin: 0; }
      #root-free-agent-tracker .free-agent-tracker-data .fg-data-grid .table-wrapper-inner {
        padding-top: 55px; }
  #root-free-agent-tracker thead tr:first-child {
    visibility: hidden;
    visibility: collapse; }
  #root-free-agent-tracker .super-header-border {
    border-left: 3px solid #fff;
    border-right: 3px solid #fff; }
  #root-free-agent-tracker td[data-stat="Name"],
  #root-free-agent-tracker th[data-stat="Name"] {
    width: 130px;
    text-align: left;
    border-right: 1px solid; }
  #root-free-agent-tracker [data-stat="Service Time"],
  #root-free-agent-tracker [data-stat="Proj WAR"],
  #root-free-agent-tracker [data-stat="Med AAV"] {
    border-right: 3px solid #333;
    padding-right: 8px; }
  #root-free-agent-tracker th[data-stat="Age"], #root-free-agent-tracker th[data-stat="Proj WAR"], #root-free-agent-tracker th[data-stat="Med AAV"] {
    border-right-color: #fff; }
  #root-free-agent-tracker th[data-stat="Service Time"],
  #root-free-agent-tracker th[data-stat="QO"] {
    border-right-color: #fff; }
  #root-free-agent-tracker td[data-stat="Service Time"],
  #root-free-agent-tracker td[data-stat="QO"] {
    border-right-color: #cecece; }
  #root-free-agent-tracker [data-stat="Age"] {
    width: 48px; }
  #root-free-agent-tracker [data-stat="Bats"],
  #root-free-agent-tracker [data-stat="Throws"],
  #root-free-agent-tracker [data-stat="Thr"] {
    width: 40px;
    text-align: center; }
  #root-free-agent-tracker [data-stat="QO"],
  #root-free-agent-tracker [data-stat="Total Salary"] {
    width: 75px; }
  #root-free-agent-tracker [data-stat="Date"] {
    width: 70px; }
  #root-free-agent-tracker [data-stat^="Avg"],
  #root-free-agent-tracker [data-stat^="Med"],
  #root-free-agent-tracker [data-stat="AAV"],
  #root-free-agent-tracker [data-stat="Pos"] {
    width: 65px; }
  #root-free-agent-tracker [data-stat="Prev WAR"],
  #root-free-agent-tracker [data-stat="Proj WAR"],
  #root-free-agent-tracker [data-stat="Cur WAR"],
  #root-free-agent-tracker [data-stat="2019 WAR"],
  #root-free-agent-tracker [data-stat$=" WAR"],
  #root-free-agent-tracker [data-stat="Salary"],
  #root-free-agent-tracker [data-stat="Years"],
  #root-free-agent-tracker [data-stat="Service Time"] {
    width: 55px; }
  #root-free-agent-tracker [data-stat="Prev Team"],
  #root-free-agent-tracker [data-stat="Cur Team"],
  #root-free-agent-tracker [data-stat="Signing Team"] {
    width: 55px;
    text-align: center; }
    #root-free-agent-tracker [data-stat="Prev Team"] a,
    #root-free-agent-tracker [data-stat="Cur Team"] a,
    #root-free-agent-tracker [data-stat="Signing Team"] a {
      color: inherit; }
  #root-free-agent-tracker th[data-stat="AAV"] + th {
    width: 30px; }
  #root-free-agent-tracker [data-stat="Contract Summary"] {
    text-align: left;
    padding-left: 5px;
    padding-right: 5px; }
  #root-free-agent-tracker .contract-link {
    text-align: center;
    cursor: pointer; }
  #root-free-agent-tracker td {
    text-align: center; }
  #root-free-agent-tracker .cell-painted.fa-signed {
    background-color: #dfdfef; }
  #root-free-agent-tracker tr:hover .cell-painted.fa-signed {
    background-color: rgba(223, 223, 239, 0.3); }
  #root-free-agent-tracker .fg-modal-content {
    width: 100%;
    max-width: 500px;
    text-align: left; }
    #root-free-agent-tracker .fg-modal-content thead tr:first-child {
      visibility: initial; }
    #root-free-agent-tracker .fg-modal-content [data-stat="Season"] {
      width: 90px; }
    #root-free-agent-tracker .fg-modal-content [data-stat="Salary"] {
      width: 120px; }
  #root-free-agent-tracker .fa-tracker-insert {
    width: 100%;
    margin: 0 10px;
    max-width: 600px;
    padding: 20px; }
    #root-free-agent-tracker .fa-tracker-insert > div {
      margin: 10px 0; }
      #root-free-agent-tracker .fa-tracker-insert > div li {
        margin: 5px 0; }
  #root-free-agent-tracker .fa-tracker-insert {
    margin: 0;
    padding: 20px;
    font-size: 16px;
    line-height: 1.3; }
    #root-free-agent-tracker .fa-tracker-insert .contract-sep {
      border-top: 1px solid #cecece; }
    #root-free-agent-tracker .fa-tracker-insert .player-contract {
      /*border-top: 1px solid #cecece;
            border-bottom: 1px solid #cecece;*/
      padding: 10px 5px;
      background-color: #eee; }
    #root-free-agent-tracker .fa-tracker-insert ul li {
      margin: 5px 0;
      padding-left: 5px; }
      #root-free-agent-tracker .fa-tracker-insert ul li ul {
        margin-left: 10px; }
        #root-free-agent-tracker .fa-tracker-insert ul li ul li {
          font-size: 14px;
          padding-left: 5px; }
    #root-free-agent-tracker .fa-tracker-insert ul .notes,
    #root-free-agent-tracker .fa-tracker-insert ul .incentives,
    #root-free-agent-tracker .fa-tracker-insert ul .bonus {
      font-size: 14px; }
  #root-free-agent-tracker .fg-data-grid table th {
    text-align: center;
    background-color: #000; }
    #root-free-agent-tracker .fg-data-grid table th .th-tooltip {
      background-color: rgba(255, 255, 255, 0.9);
      border: 1px solid;
      color: #000; }
      #root-free-agent-tracker .fg-data-grid table th .th-tooltip .arrow-down {
        border-top: 12px solid rgba(255, 255, 255, 0.9); }
  #root-free-agent-tracker .fg-data-grid table th,
  #root-free-agent-tracker .fg-data-grid table td {
    font-size: 12px; }
  #root-free-agent-tracker .fg-data-grid table th.highlight-sort {
    background-color: #bbb;
    color: #000; }
  #root-free-agent-tracker .data-grid-modal {
    top: 0; }

#root-roster-resource .offseason-tracker {
  width: 900px;
  margin: auto;
  padding-top: 10px;
  font-size: 12px; }
  #root-roster-resource .offseason-tracker .fg-data-grid {
    font-size: 12px; }
    #root-roster-resource .offseason-tracker .fg-data-grid.table-type-all {
      padding-top: 30px; }
    #root-roster-resource .offseason-tracker .fg-data-grid .table-wrapper-inner table {
      font-size: 12px; }
    #root-roster-resource .offseason-tracker .fg-data-grid th {
      background-color: #000;
      color: #fff;
      text-align: center; }
      #root-roster-resource .offseason-tracker .fg-data-grid th[data-stat="Date"] {
        width: 70px; }
      #root-roster-resource .offseason-tracker .fg-data-grid th[data-stat="Age"], #root-roster-resource .offseason-tracker .fg-data-grid th[data-stat="B/T"], #root-roster-resource .offseason-tracker .fg-data-grid th[data-stat="Service Time"], #root-roster-resource .offseason-tracker .fg-data-grid th[data-stat="Team"], #root-roster-resource .offseason-tracker .fg-data-grid th[data-stat="Team Change"] {
        width: 70px; }
    #root-roster-resource .offseason-tracker .fg-data-grid td {
      text-align: center; }
    #root-roster-resource .offseason-tracker .fg-data-grid [data-stat="Team"] a {
      color: inherit; }
    #root-roster-resource .offseason-tracker .fg-data-grid [data-stat="Transaction Details"],
    #root-roster-resource .offseason-tracker .fg-data-grid [data-stat="Name"] {
      text-align: left;
      padding-left: 5px; }
    #root-roster-resource .offseason-tracker .fg-data-grid [data-stat="Name"] {
      width: 140px; }
    #root-roster-resource .offseason-tracker .fg-data-grid [data-stat="Pos"] {
      width: 70px; }
    #root-roster-resource .offseason-tracker .fg-data-grid .cell-painted .material-icons {
      font-size: 15px; }
    #root-roster-resource .offseason-tracker .fg-data-grid .cell-painted.add {
      background-color: #336699;
      color: #fff;
      font-weight: 600; }
    #root-roster-resource .offseason-tracker .fg-data-grid .cell-painted.sub {
      background-color: #ce2431;
      color: #fff;
      font-weight: 600; }
    #root-roster-resource .offseason-tracker .fg-data-grid .cell-painted a:hover {
      color: inherit;
      opacity: .5; }
    #root-roster-resource .offseason-tracker .fg-data-grid .row-sep {
      background-color: #eee;
      border-top: 3px solid #fff;
      border-bottom: 3px solid #fff; }
    #root-roster-resource .offseason-tracker .fg-data-grid .table-page-control ~ .table-page-control {
      top: -6px; }
    #root-roster-resource .offseason-tracker .fg-data-grid tr:hover .cell-painted .material-icons {
      font-size: 15px; }
    #root-roster-resource .offseason-tracker .fg-data-grid tr:hover .cell-painted.add {
      background-color: rgba(51, 102, 153, 0.8); }
    #root-roster-resource .offseason-tracker .fg-data-grid tr:hover .cell-painted.sub {
      background-color: rgba(206, 36, 49, 0.8); }

#root-roster-resource .depth-charts__nav-header__offseason-tracker-controls .fg-selection-box__wrapper {
  margin-left: 0; }
  #root-roster-resource .depth-charts__nav-header__offseason-tracker-controls .fg-selection-box__wrapper .fg-selection-box__selection .fg-selection-box__label {
    padding: 5px;
    padding-right: 30px; }
  #root-roster-resource .depth-charts__nav-header__offseason-tracker-controls .fg-selection-box__wrapper .fg-selection-box__selection .fg-selection-box__a {
    display: block; }

.controls-board-view {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  text-align: center;
  font-size: 12px;
  border-bottom: 4px solid #50ae26; }
  .controls-board-view .button-green {
    flex: 1 0 120px;
    margin-top: 5px;
    white-space: pre;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    max-width: 120px; }

#root-roster-resource .opening-day-tracker {
  width: 780px;
  margin: auto;
  padding-top: 10px;
  font-size: 12px; }
  #root-roster-resource .opening-day-tracker .fg-data-grid {
    font-size: 12px; }
    #root-roster-resource .opening-day-tracker .fg-data-grid.table-type- {
      padding-top: 30px; }
    #root-roster-resource .opening-day-tracker .fg-data-grid .table-wrapper-inner table {
      font-size: 12px; }
    #root-roster-resource .opening-day-tracker .fg-data-grid a {
      color: inherit; }
      #root-roster-resource .opening-day-tracker .fg-data-grid a:hover {
        color: #408725; }
    #root-roster-resource .opening-day-tracker .fg-data-grid th {
      background-color: #000;
      color: #fff;
      text-align: center; }
      #root-roster-resource .opening-day-tracker .fg-data-grid th[data-stat="Projected Opening Day Status"] {
        width: 200px; }
      #root-roster-resource .opening-day-tracker .fg-data-grid th[data-stat="Age"], #root-roster-resource .opening-day-tracker .fg-data-grid th[data-stat="B/T"], #root-roster-resource .opening-day-tracker .fg-data-grid th[data-stat="Service Time"], #root-roster-resource .opening-day-tracker .fg-data-grid th[data-stat="Team"], #root-roster-resource .opening-day-tracker .fg-data-grid th[data-stat="Team Change"], #root-roster-resource .opening-day-tracker .fg-data-grid th[data-stat="Options/R5"], #root-roster-resource .opening-day-tracker .fg-data-grid th[data-stat="Proj PT (PA/IP)"] {
        width: 70px; }
      #root-roster-resource .opening-day-tracker .fg-data-grid th[data-stat="Options/R5"] {
        width: 75px; }
    #root-roster-resource .opening-day-tracker .fg-data-grid td {
      text-align: center; }
      #root-roster-resource .opening-day-tracker .fg-data-grid td.roster-40 {
        background-color: #ddd9c3; }
      #root-roster-resource .opening-day-tracker .fg-data-grid td.cell-no-options {
        background-color: gold; }
      #root-roster-resource .opening-day-tracker .fg-data-grid td.cell-rule-5 {
        color: red; }
      #root-roster-resource .opening-day-tracker .fg-data-grid td.cell__on-roster {
        font-weight: 600; }
      #root-roster-resource .opening-day-tracker .fg-data-grid td.cell__il {
        background-color: gold;
        color: red; }
        #root-roster-resource .opening-day-tracker .fg-data-grid td.cell__il:hover {
          background-color: rgba(255, 215, 0, 0.5); }
      #root-roster-resource .opening-day-tracker .fg-data-grid td.cell__in-camp {
        background-color: rgba(116, 180, 250, 0.5); }
      #root-roster-resource .opening-day-tracker .fg-data-grid td.cell__not-in-camp {
        background-color: #D98880; }
      #root-roster-resource .opening-day-tracker .fg-data-grid td[data-stat="Team"] a:hover {
        color: inherit;
        opacity: .5; }
    #root-roster-resource .opening-day-tracker .fg-data-grid tr:hover .cell__il {
      background-color: rgba(255, 215, 0, 0.5); }
    #root-roster-resource .opening-day-tracker .fg-data-grid [data-stat="Transaction Details"],
    #root-roster-resource .opening-day-tracker .fg-data-grid [data-stat="Name"] {
      text-align: left;
      padding-left: 5px; }
    #root-roster-resource .opening-day-tracker .fg-data-grid [data-stat="Name"] {
      width: 140px; }
    #root-roster-resource .opening-day-tracker .fg-data-grid [data-stat="Pos"] {
      width: 70px; }
    #root-roster-resource .opening-day-tracker .fg-data-grid .cell-painted .material-icons {
      font-size: 15px; }
    #root-roster-resource .opening-day-tracker .fg-data-grid .cell-painted.add {
      background-color: #336699;
      color: #fff;
      font-weight: 600; }
    #root-roster-resource .opening-day-tracker .fg-data-grid .cell-painted.sub {
      background-color: #ce2431;
      color: #fff;
      font-weight: 600; }
    #root-roster-resource .opening-day-tracker .fg-data-grid .row-sep {
      background-color: #eee;
      border-top: 3px solid #fff;
      border-bottom: 3px solid #fff; }
    #root-roster-resource .opening-day-tracker .fg-data-grid .table-page-control ~ .table-page-control {
      top: -6px; }
    #root-roster-resource .opening-day-tracker .fg-data-grid tr:hover .cell-painted .material-icons {
      font-size: 15px; }
    #root-roster-resource .opening-day-tracker .fg-data-grid tr:hover .cell-painted.add {
      background-color: rgba(51, 102, 153, 0.8); }
    #root-roster-resource .opening-day-tracker .fg-data-grid tr:hover .cell-painted.sub {
      background-color: rgba(206, 36, 49, 0.8); }

#root-roster-resource .depth-charts-nav-header .depth-charts__nav-header__opening-day-tracker-controls .fg-selection-box__wrapper {
  margin-left: 0; }

#root-roster-resource .depth-charts-nav-header .depth-charts__nav-header__opening-day-tracker-controls .fg-selection-box__external-label {
  padding-right: 0; }

#root-roster-resource .depth-charts-nav-header .depth-charts__nav-header__opening-day-tracker-controls .fg-selection-box__selection .fg-selection-box__label {
  padding: 5px;
  padding-right: 30px; }

#root-roster-resource .depth-charts-nav-header .depth-charts__nav-header__opening-day-tracker-controls .fg-selection-box__selection .fg-selection-box__a {
  display: block; }

#root-roster-resource .depth-charts-nav-header .depth-charts__nav-header__opening-day-tracker-controls .fg-selection-box__label-text {
  width: 200px; }

#root-roster-resource .depth-charts-nav-header .depth-charts__nav-header__opening-day-tracker-controls .fg-selection-box__options {
  z-index: 10; }

#root-roster-resource .injury-report {
  width: 1100px;
  margin: auto;
  padding-top: 10px;
  font-size: 12px; }
  #root-roster-resource .injury-report .fg-data-grid {
    padding-top: 30px;
    font-size: 12px; }
    #root-roster-resource .injury-report .fg-data-grid.table-type-separated-team {
      padding-top: 0; }
    #root-roster-resource .injury-report .fg-data-grid .table-wrapper-inner table {
      font-size: 12px; }
    #root-roster-resource .injury-report .fg-data-grid th {
      background-color: #000;
      color: #fff;
      text-align: center; }
      #root-roster-resource .injury-report .fg-data-grid th[data-stat="Injury / Surgery Date"] {
        width: 90px; }
      #root-roster-resource .injury-report .fg-data-grid th[data-stat="Status"] {
        width: 120px; }
      #root-roster-resource .injury-report .fg-data-grid th[data-stat="IL Retro Date"], #root-roster-resource .injury-report .fg-data-grid th[data-stat="Return Date"], #root-roster-resource .injury-report .fg-data-grid th[data-stat="Eligible to Return"] {
        width: 80px; }
      #root-roster-resource .injury-report .fg-data-grid th[data-stat="Age"], #root-roster-resource .injury-report .fg-data-grid th[data-stat="B/T"], #root-roster-resource .injury-report .fg-data-grid th[data-stat="Pos"], #root-roster-resource .injury-report .fg-data-grid th[data-stat="Service Time"], #root-roster-resource .injury-report .fg-data-grid th[data-stat="Team"], #root-roster-resource .injury-report .fg-data-grid th[data-stat="Team Change"] {
        width: 70px; }
    #root-roster-resource .injury-report .fg-data-grid td {
      text-align: center; }
    #root-roster-resource .injury-report .fg-data-grid [data-stat="Team"] a {
      color: inherit; }
    #root-roster-resource .injury-report .fg-data-grid [data-stat="Name"],
    #root-roster-resource .injury-report .fg-data-grid [data-stat="Injury / Surgery"] {
      text-align: left;
      padding-left: 5px; }
    #root-roster-resource .injury-report .fg-data-grid [data-stat="Pos"],
    #root-roster-resource .injury-report .fg-data-grid [data-stat="Injury / Surgery"] {
      border-right: 3px solid #333; }
    #root-roster-resource .injury-report .fg-data-grid th[data-stat="Pos"], #root-roster-resource .injury-report .fg-data-grid th[data-stat="Injury / Surgery"] {
      border-right-color: #fff; }
    #root-roster-resource .injury-report .fg-data-grid .cell-painted .material-icons {
      font-size: 15px; }
    #root-roster-resource .injury-report .fg-data-grid .cell-painted.add {
      background-color: #336699;
      color: #fff;
      font-weight: 600; }
    #root-roster-resource .injury-report .fg-data-grid .cell-painted.sub {
      background-color: #ce2431;
      color: #fff;
      font-weight: 600; }
    #root-roster-resource .injury-report .fg-data-grid .cell-painted a:hover {
      color: inherit;
      opacity: .5; }
    #root-roster-resource .injury-report .fg-data-grid .row-sep {
      background-color: #eee;
      border-top: 3px solid #fff;
      border-bottom: 3px solid #fff; }
    #root-roster-resource .injury-report .fg-data-grid .is-not-current {
      background-color: #ddd; }
    #root-roster-resource .injury-report .fg-data-grid .table-page-control ~ .table-page-control {
      top: -6px; }
    #root-roster-resource .injury-report .fg-data-grid tr:hover .cell-painted .material-icons {
      font-size: 15px; }
    #root-roster-resource .injury-report .fg-data-grid tr:hover .cell-painted.add {
      background-color: rgba(51, 102, 153, 0.8); }
    #root-roster-resource .injury-report .fg-data-grid tr:hover .cell-painted.sub {
      background-color: rgba(206, 36, 49, 0.8); }

