.fg-dropdown {
  display: inline-block;
  border: 1px solid #cdcdcd;
  background-color: #f5f5f5;
  font-size: 13px;
  position: relative;
  width: 140px;
  cursor: default; }
  .fg-dropdown:focus {
    outline: none; }
  .dark-mode .fg-dropdown {
    background-color: #888; }
  .fg-dropdown ul, .fg-dropdown li {
    padding: 0;
    margin: 0;
    list-style: none; }
  .fg-dropdown ul.fg-dropdown-ul, .fg-dropdown .fg-dropdown-ul li {
    padding: 0;
    margin: 0;
    list-style: none; }
  .fg-dropdown ul.fg-dropdown-ul {
    padding-left: 0; }
  .fg-dropdown .fg-dropdown-ul li {
    padding: 3px 5px;
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center; }
  .fg-dropdown-label {
    padding: 5px; }
    .fg-dropdown-label:after {
      content: '';
      /*candidate to delete the commented*/
      /*margin-top: 15px;*/
      /*display: inline-block;
            border-left: 4px solid transparent;
            border-right: 4px solid transparent;
            border-top: 4px solid black;
            position: absolute;
            right: 5px;
            top: 10px;*/
      /*height: 100%;*/
      width: 0;
      height: 0;
      border-left: 4px solid transparent;
      border-right: 4px solid transparent;
      border-top: 4px solid rgba(0, 0, 0, 0.8);
      position: absolute;
      bottom: 50%;
      right: 7px; }
  .fg-dropdown.is-disabled {
    color: #aaa; }
    .fg-dropdown.is-disabled .fg-dropdown-label:after {
      border-top: 4px solid #aaa; }
  .fg-dropdown .fg-dropdown-ul {
    display: none;
    position: absolute;
    min-width: 100%;
    text-align: left;
    left: 0;
    z-index: 20;
    background-color: #f5f5f5;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3), 0 6px 6px rgba(0, 0, 0, 0.1); }
    .dark-mode .fg-dropdown .fg-dropdown-ul {
      background-color: #3a3a3a; }
    .fg-dropdown .fg-dropdown-ul.show {
      display: block;
      max-height: 400px;
      overflow-y: auto; }
      .fg-dropdown .fg-dropdown-ul.show.dropdown-columns {
        display: flex; }
        .fg-dropdown .fg-dropdown-ul.show.dropdown-columns .col {
          width: 100%; }
    .fg-dropdown .fg-dropdown-ul li {
      border: 1px solid #cdcdcd;
      background-color: #f5f5f5;
      padding: 5px;
      cursor: pointer; }
      .fg-dropdown .fg-dropdown-ul li:hover {
        background-color: #aaa; }
        .dark-mode .fg-dropdown .fg-dropdown-ul li:hover {
          background-color: #666; }
      .fg-dropdown .fg-dropdown-ul li.seperator {
        border-bottom: 5px solid #ddd; }
      .dark-mode .fg-dropdown .fg-dropdown-ul li {
        background-color: #3a3a3a; }
  .fg-dropdown.show .fg-dropdown-label {
    background-color: #50ae26;
    /*color: #fff;*/ }
  .fg-dropdown.show .fg-dropdown-ul {
    display: block; }
    .fg-dropdown.show .fg-dropdown-ul.dropdown-columns {
      display: flex; }

.fgButton, .fg-button {
  flex: 1 0 auto;
  /*possibly program this*/
  border: 1px solid #cdcdcd;
  background-color: #f5f5f5;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 5px;
  text-decoration: none; }
  .dark-mode .fgButton, .dark-mode .fg-button {
    background-color: #888; }
  .fgButton.button-green.active, .fgButton.button-green.isActive, .fg-button.button-green.active, .fg-button.button-green.isActive {
    background-color: #50ae26;
    color: #fff; }
    .dark-mode .fgButton.button-green.active, .dark-mode .fgButton.button-green.isActive, .dark-mode .fg-button.button-green.active, .dark-mode .fg-button.button-green.isActive {
      background-color: #50ae26; }
  .fgButton.button-blue.active, .fgButton.button-blue.isActive, .fg-button.button-blue.active, .fg-button.button-blue.isActive {
    background-color: #336699;
    color: #fff; }
    .dark-mode .fgButton.button-blue.active, .dark-mode .fgButton.button-blue.isActive, .dark-mode .fg-button.button-blue.active, .dark-mode .fg-button.button-blue.isActive {
      background-color: #336699; }
  .fgButton.button-tab, .fg-button.button-tab {
    flex: 1 0 120px;
    margin-top: 5px;
    white-space: pre;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    max-width: 120px;
    font-size: 12px;
    text-align: center; }
  .fgButton.button-small, .fg-button.button-small {
    flex: 0 0 100px;
    width: 100px;
    padding: 3px;
    margin: 4px 0; }

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

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

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

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

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

#root-ballot {
  max-width: 600px;
  box-sizing: border-box;
  font-family: Lato, arial, helvetica, sans-serif; }
  #root-ballot * {
    box-sizing: inherit; }
  #root-ballot .all-player-links {
    margin: 7px 0; }
    #root-ballot .all-player-links:before {
      content: '/';
      margin: 5px;
      pointer-events: none; }
    #root-ballot .all-player-links:first-child:before {
      content: ''; }
  #root-ballot .ballot-player {
    background-color: #f5f5f5;
    margin: 20px 0;
    padding: 5px 10px; }
    #root-ballot .ballot-player > div {
      margin: 6px 0; }
    #root-ballot .ballot-player .ballot-summary ul {
      margin-bottom: 10px; }
    #root-ballot .ballot-player .item-player-name {
      font-size: 18px;
      margin-bottom: 10px; }
    #root-ballot .ballot-player .item-invalid {
      color: #ce2431; }
    #root-ballot .ballot-player .ballot-submit {
      font-size: 14px;
      background-color: #336699;
      color: #fff; }
      #root-ballot .ballot-player .ballot-submit:active {
        background-color: #4477aa;
        opacity: .9; }
      #root-ballot .ballot-player .ballot-submit.isDisabled {
        background-color: initial;
        color: #aaa; }
      #root-ballot .ballot-player .ballot-submit.isSubmitted {
        background-color: #888;
        color: #fff; }
    #root-ballot .ballot-player .fg-dropdown {
      min-width: 80px;
      background-color: #fff; }
      #root-ballot .ballot-player .fg-dropdown .fg-dropdown-label {
        padding-left: 10px; }
      #root-ballot .ballot-player .fg-dropdown.show .fg-dropdown-label {
        background-color: initial; }
      #root-ballot .ballot-player .fg-dropdown .fg-dropdown-ul {
        background-color: #fff;
        border: 1px solid #ccc;
        max-height: 200px;
        /*@include box-shadow-med();*/
        /*li {
                    padding-left: 8px;
                }*/ }
        #root-ballot .ballot-player .fg-dropdown .fg-dropdown-ul li {
          display: block;
          padding: 3px 10px;
          border: 1px solid #efefef;
          background-color: #fff;
          text-align: left; }
          #root-ballot .ballot-player .fg-dropdown .fg-dropdown-ul li.highlight {
            background-color: rgba(170, 204, 238, 0.5); }
    #root-ballot .ballot-player .button-qo-wrapper {
      display: flex;
      max-width: 200px;
      font-size: 12px;
      padding: 10px 20px;
      /*padding-bottom: 5px;*/
      margin: auto; }
      #root-ballot .ballot-player .button-qo-wrapper .fgButton {
        padding: 8px; }
        #root-ballot .ballot-player .button-qo-wrapper .fgButton.isActive {
          background-color: #50ae26;
          color: #fff; }
    #root-ballot .ballot-player .ballot-player-item {
      height: 32px; }
    #root-ballot .ballot-player .item-qo-wrapper {
      margin-bottom: 10px;
      max-height: 0;
      overflow: hidden;
      transition: 300ms max-height ease-in-out; }
      #root-ballot .ballot-player .item-qo-wrapper.isVisible {
        max-height: 120px;
        border-bottom: 1px solid #aaa; }
    #root-ballot .ballot-player .item-aav input {
      width: 48px;
      font-size: 16px;
      text-align: right;
      padding-right: 5px; }

/* reset */
img {
  border: 0; }

/* structure */
body {
  background-color: #f0f0f0;
  font-family: arial;
  margin: 0;
  padding: 0;
  transition: background-color 0.5s ease; }

.dark-mode {
  background-color: #1a1a1a;
  color: #eee; }

.classic-mode {
  background-color: #F5F5DC; }

/*google*/
#wrapper {
  max-width: initial;
  width: 100%;
  margin: 0px auto;
  background-color: #fff;
  transition: background-color 300ms ease-in-out;
  position: relative; }
  #wrapper.blog-wrapper {
    overflow: auto; }
    #wrapper.blog-wrapper #content {
      padding-top: 0; }
  .dark-mode #wrapper {
    background-color: #1a1a1a; }
  .classic-mode #wrapper {
    background-color: #F5F5DC; }

#content {
  padding: 0 10px;
  padding-top: 20px;
  max-width: 1000px;
  margin: auto;
  width: 100%;
  box-sizing: border-box; }

#top_logo {
  float: left;
  width: 247px; }

#top_da {
  float: left;
  padding-left: 5px; }

#top header {
  /*max-width: initial;
    width: 100%;
    background-color: #50ae26;

    .top-logo {
        max-width: 1000px;
        margin: auto;
    }*/ }

#footer {
  clear: both;
  padding-top: 30px;
  font-size: 10pt;
  padding-bottom: 50px; }

/* typography */
#footer a {
  text-decoration: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #50ae26; }

h1.new-h1 {
  color: #000;
  font-size: 24px;
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-weight: 400; }
  .dark-mode h1.new-h1 {
    color: #eee; }

a {
  color: #000; }
  .dark-mode a {
    color: #fff; }

a:hover {
  color: #408725; }
  .dark-mode a:hover {
    color: #65d334; }

/*spacers*/
.spacer_0 {
  height: 0px;
  clear: both; }

.spacer_5 {
  height: 5px;
  clear: both; }

.spacer_10 {
  height: 10px;
  clear: both; }

/* Number Navs */
.num_nav {
  margin-top: 5px;
  margin-bottom: 5px;
  width: 10px;
  height: 10px;
  font-weight: bold;
  text-decoration: none;
  background-color: #50ae26;
  color: #fff;
  font-size: 12pt;
  display: block;
  text-align: center; }

.num_nav:hover {
  color: #50ae26;
  background-color: #000;
  cursor: pointer; }

.num_nav_act {
  margin-top: 5px;
  margin-bottom: 5px;
  width: 10px;
  height: 10px;
  font-weight: bold;
  text-decoration: none;
  background-color: #000;
  color: #fff;
  font-size: 12pt;
  display: block;
  text-align: center; }

.num_nav_act:hover {
  color: #50ae26;
  background-color: #000;
  cursor: pointer; }

.next_nav {
  width: 50px;
  height: 20px;
  font-weight: bold;
  text-decoration: none;
  background-color: #50ae26;
  color: #fff;
  font-size: 12pt;
  display: block;
  text-align: center; }

.next_nav:hover {
  color: #50ae26;
  background-color: #fff;
  cursor: pointer; }

/* Fantasy Numbers Nav*/
.fnum_nav {
  margin-top: 5px;
  margin-bottom: 5px;
  width: 10px;
  height: 10px;
  font-weight: bold;
  text-decoration: none;
  background-color: #825a3f;
  color: #fff;
  font-size: 12pt;
  display: block;
  text-align: center; }

.fnum_nav:hover {
  color: #825a3f;
  background-color: #000;
  cursor: pointer; }

.fnum_nav_act {
  margin-top: 5px;
  margin-bottom: 5px;
  width: 10px;
  height: 10px;
  font-weight: bold;
  text-decoration: none;
  background-color: #000;
  color: #fff;
  font-size: 12pt;
  display: block;
  text-align: center; }

.fnum_nav_act:hover {
  color: #825a3f;
  background-color: #000;
  cursor: pointer; }

.fnext_nav {
  width: 50px;
  height: 20px;
  font-weight: bold;
  text-decoration: none;
  background-color: #825a3f;
  color: #fff;
  font-size: 12pt;
  display: block;
  text-align: center; }

.fnext_nav:hover {
  color: #825a3f;
  background-color: #fff;
  cursor: pointer; }

/* Splits Scrolling TDHEAD */
.rgHeader {
  background-color: Gray;
  color: #fff;
  font: 12px/16px "segoe ui", arial, sans-serif;
  font-weight: bold;
  padding-bottom: 4px;
  padding-top: 5px;
  text-align: left;
  empty-cells: show;
  padding-right: 3px;
  padding-left: 3px; }
  .dark-mode .rgHeader {
    background-color: #555; }

.rgHeadSpace {
  background-color: Gray;
  color: #fff;
  font-weight: bold; }

.rgHeadSpace a {
  color: #fff;
  text-decoration: none; }

.rgCellSpace {
  padding-bottom: 4px;
  padding-top: 5px;
  padding-right: 3px;
  padding-left: 3px; }

.rgCellSpaceBreak {
  border-left: 2px solid black;
  padding-bottom: 4px;
  padding-top: 5px;
  padding-right: 3px;
  padding-left: 3px; }

.rgCellSpaceSort {
  padding-bottom: 4px;
  padding-top: 5px;
  padding-right: 3px;
  padding-left: 3px; }

.rgCellSpaceSortBreak {
  border-left: 2px solid black;
  padding-bottom: 4px;
  padding-top: 5px;
  padding-right: 3px;
  padding-left: 3px; }

.rgHeaderBreak {
  border-left: 2px solid black;
  padding-bottom: 4px;
  padding-top: 5px;
  padding-right: 3px;
  padding-left: 3px;
  background-color: #e5e5e5; }

th.rgHeaderBreak a {
  color: black !important; }

.rgCellSpaceSort a {
  color: black; }

.rgCellSpaceSortBreak a {
  color: black; }

.rgMasterTable {
  border-collapse: collapse; }

.rgMasterTable th a {
  text-decoration: none;
  color: #fff; }

.rgMasterTable th a:hover {
  text-decoration: none;
  color: #fff; }

/*  STATS LABELS */
.br_stitle {
  margin-bottom: 0;
  width: 100%;
  color: #fff;
  overflow: auto;
  font-weight: bold;
  font-size: 13pt;
  text-decoration: none;
  border-bottom: 1px solid black; }
  .dark-mode .br_stitle {
    border-bottom-color: #ddd; }

.br_stitle a {
  float: left;
  background: #50ae26;
  color: #fff;
  font-weight: bold;
  font-size: 13pt;
  text-decoration: none;
  padding-right: 5px;
  padding-left: 5px;
  border-top: 1px solid black;
  border-left: 1px solid black;
  border-right: 1px solid black; }

.br_stitle a:hover,
.b_title a:active {
  /*background: #fff;
    color: #50ae26;*/
  opacity: 0.85; }
  .dark-mode .br_stitle a:hover, .dark-mode
  .b_title a:active {
    color: initial; }

.br_sbyl {
  font-size: 8pt;
  color: #696969;
  margin-bottom: 3px;
  padding-top: 3px;
  text-decoration: none; }

.br_sbyl a {
  font-size: 8pt;
  color: #696969;
  text-decoration: none; }

.br_sbyl a:hover {
  color: Green; }

/* Authors Box */
.s_name {
  padding-top: 6px;
  color: #696969;
  font-size: 9pt; }

.s_name a {
  color: #4e4e4e;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold; }

.s_name a:hover {
  color: Green; }

/*  More STUFF */
.leadbox a {
  text-decoration: none; }

.strip a {
  font-weight: bold;
  font-size: 10pt;
  color: green;
  text-decoration: none; }

/* Export STUFF */
.br_dby {
  text-align: right;
  font-size: 8pt;
  color: #696969;
  margin-bottom: 3px;
  margin-right: 3px;
  text-decoration: none; }

.br_dby a {
  font-size: 8pt;
  color: #696969;
  text-decoration: none; }
  .dark-mode .br_dby a {
    color: #fff; }

.br_dby a:hover {
  color: Green; }

/* Contract Styling */
.contract li {
  padding-bottom: 8px; }

/* Positional Ranking Box */
.posrank a {
  color: black; }

.posrank {
  color: #696969;
  text-align: center; }

/* Feature Links */
.feature_link {
  border-top: 1px solid black;
  padding-top: 5px;
  margin-top: 5px;
  font-size: 11pt;
  color: gray; }

.feature_link a {
  font-size: 10pt;
  color: black; }

/* Lineup */
.lineup a,
.lineup {
  text-decoration: none;
  font-size: 11pt;
  line-height: 15pt; }

/* Spinner */
.spinner {
  background-color: #fff; }

/* Chat Formatting */
.chat_time {
  width: 80px;
  background-color: #cecece;
  padding: 10px;
  vertical-align: top; }
  .dark-mode .chat_time {
    background-color: #333; }

.chat_desc {
  width: 450px;
  padding: 10px;
  background-color: white; }
  .dark-mode .chat_desc {
    background-color: #333; }

.chat_box {
  width: 600px;
  background-color: #fff; }
  .dark-mode .chat_box {
    background-color: #1a1a1a; }

.chat_author {
  font-weight: bold; }

.chat_wrap {
  word-wrap: break-word;
  width: 450px; }

.chat_wrap img {
  max-width: 440px; }

/* Depth Chart Hover */
.depth_chart {
  font: normal 14px "Segoe UI", Arial, Helvetica, sans-serif;
  line-height: 16px; }
  .classic-mode .depth_chart {
    background-color: #fff; }

.depth_chart th a {
  color: white;
  text-decoration: none; }

.depth_chart th a:hover {
  color: white;
  text-decoration: none; }

.depth_tot {
  background-color: #e7e7e7; }
  .dark-mode .depth_tot {
    background-color: #777777; }
    .dark-mode .depth_tot td {
      border-right-color: #777777 !important;
      border-bottom-color: #777777 !important; }

.dark-mode .depth_reg td {
  border-color: #555 !important; }

.depth_reg:hover {
  background-color: #e5e5e5; }
  .dark-mode .depth_reg:hover {
    background-color: #333; }

.depth_prob {
  background-color: red; }

.dark-mode .depth_team td {
  border-color: #555 !important; }

.dark-mode .depth-charts-aspx_table thead td, .dark-mode .depth-charts-aspx_table thead th {
  background-color: #555 !important; }

.alignleft {
  float: left; }

.rcOutOfRange,
.rcDisabled {
  color: #f0f0f0; }

/* Membership Help*/
.memberhelp {
  text-decoration: none; }

.memberhelp:hover {
  color: #fff;
  background-color: #50ae26;
  text-decoration: none; }

/*Poll CSS Override*/
.PDS_Poll {
  display: block !important; }

.PDS_Poll div.pds-box {
  font-family: Lato, Arial, sans-serif !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  margin: auto !important; }

.pds-votebutton-outer {
  text-align: center; }

.pds-vote {
  margin-top: 10px !important;
  padding: 10px 0 0; }

.pds-vote-button {
  font-family: Lato, Arial, sans-serif !important;
  background: none !important;
  background-color: #cecece !important;
  border: none !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  padding: 8px 35px !important;
  font-weight: initial !important; }

.pds-links {
  padding: 20px 0 0 0 !important; }

.pds-links a,
.pds-links-back a {
  font-family: Lato, Arial, sans-serif !important; }

.pds-links a:hover,
.pds-links-back a:hover {
  color: #50ae26 !important;
  text-decoration: none !important; }

.pds-answer-feedback-bar {
  background: #50ae26 !important; }

.ra-temp-full {
  width: 100%;
  height: 50px;
  background-color: beige;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.ra-wide {
  text-align: center; }
  .ra-wide > div {
    margin: auto;
    display: inline-block;
    text-align: left; }

.footer-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-top: 10px;
  line-height: 45px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 10px;
  font-family: lato, Arial, Helvetica, sans-serif; }

.footer-bar-background {
  background-color: #cecece;
  border-bottom: 2px solid gray;
  width: 100%;
  height: 45px;
  position: absolute;
  left: 0; }
  .dark-mode .footer-bar-background {
    background-color: #555; }

.footer-bar-item {
  margin: 0 10px;
  z-index: 1;
  width: 100%;
  max-width: 1000px;
  margin: auto;
  /*}*/
  font-family: lato, Arial, Helvetica, sans-serif; }

.footer-bar-item a {
  font-weight: 600; }

.footer-credits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 10px;
  /*.wide-site & {*/
  max-width: 1000px;
  margin: auto;
  /*}*/ }

.footer-credits-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 300px;
  flex: 0 1 300px;
  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: 10px;*/
  padding: 10px; }

.footer-credits-item-name {
  display: block;
  font-weight: 600;
  margin-bottom: 10px; }

.footer-credits-item img {
  max-width: 300px; }

.footer-credits-item-text {
  width: 100%;
  max-width: 360px;
  margin: auto; }

.footer-credits {
  display: block; }

.footer-credits-item {
  display: inline-block;
  box-sizing: border-box;
  width: 32.333%;
  text-align: center; }
  .footer-credits-item.item-half-wide {
    width: 49%; }

/* error pages -- move soon*/
.error-page {
  font-family: Lato, arial, helvetica, sans-serif;
  font-size: 16px;
  text-align: center;
  margin-left: 10px;
  margin-right: 10px; }
  .error-page .error-header {
    font-size: 20px;
    margin-bottom: 30px; }
  .error-page .error-body {
    border-top: 1px solid #ccc;
    padding-top: 20px;
    max-width: 400px;
    margin: 40px auto 0; }
  .error-page .error-code {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 56px;
    text-decoration: underline;
    -webkit-text-decoration-color: #50ae26;
    text-decoration-color: #50ae26;
    margin-right: 20px;
    top: 5px;
    position: relative; }
  .error-page .error-page-action {
    margin-top: 30px; }
  .error-page ul {
    text-align: left;
    max-width: 300px;
    margin: auto;
    line-height: 1.5;
    list-style: none;
    margin-top: 10px; }
  .error-page a {
    text-decoration: none;
    font-weight: 600; }
    .error-page a:hover {
      color: #50ae26; }

/*for scoreboard tabs ONLY Should eventually be removed*/
.tab-live-leaderboard {
  border-right-width: 25px !important; }

.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"],
[data-team-color="cleveland"] {
  background-color: #D30335;
  color: #fff; }

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

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

.ra-membership-house {
  background-color: #50ae26;
  /*min-height: 300px;*/
  width: 100%;
  max-width: 900px;
  display: flex;
  /*align-items: center;*/
  font-family: Lato, arial, helvetica, sans-serif;
  margin: auto;
  padding-left: 10px;
  box-sizing: border-box; }
  .ra-membership-house-logo {
    background: url("//cdn.fangraphs.com/images/fglogot.png");
    background-size: cover;
    display: inline-block;
    width: 90px;
    height: 90px;
    flex: 0 0 90px;
    margin-top: 10px; }
  .ra-membership-house-copy {
    display: inline-block;
    /*display: flex;*/
    flex: 1 1 auto;
    text-align: center;
    color: #fff;
    font-size: 18px;
    padding: 0 10px; }
    .ra-membership-house-copy p {
      /*max-width: 600px;*/
      margin: 15px auto;
      text-align: left;
      font-weight: 400;
      line-height: 1.2; }
  .ra-membership-house .highlight {
    background-color: #ffd800;
    color: #000; }
  .ra-membership-house .button {
    background-color: #ffd800;
    color: #000;
    margin-bottom: 20px;
    line-height: 40px;
    display: inline-block;
    padding: 0 10px;
    font-weight: 400;
    font-size: 16px; }

.ra-membership-house-link {
  text-decoration: none; }
  .ra-membership-house-link.stat-pages .ra-membership-house-copy {
    font-size: 16px; }

.ra-membership-house-link:hover {
  /*text-decoration: underline #000;*/ }

@media (max-width: 650px) {
  .ra-membership-house {
    display: block;
    display: flex;
    flex-direction: column;
    /*height: 250px;*/
    width: 300px;
    padding: 0 10px; }
    .ra-membership-house-logo {
      display: block;
      margin: auto;
      margin-top: 10px; }
    .ra-membership-house-copy {
      display: block;
      /*display: flex;*/
      align-items: center;
      padding: 0 10px; } }

#ezo__left-sticky,
#ezo__right-sticky {
  position: fixed;
  top: 400px; }

.ezo__left-sticky__filler,
.ezo__right-sticky__filler {
  width: 160px;
  height: 600px; }

.ezo__side-bar-sticky__filler {
  width: 300px;
  height: 600px;
  margin: 0 10px; }

[class^="team-box-"] {
  display: flex;
  flex-direction: column; }

.post [class^="team-box-"] {
  flex-direction: row; }

[class^="team-box-"] > div {
  display: inline-block;
  width: 90%;
  margin: auto; }

[class^="team-box-"] > div table {
  width: 100%;
  border-collapse: collapse; }

[class^="team-box-"] > div td {
  background-color: #efefef;
  border: 1px solid #ccc;
  line-height: 2;
  text-align: center;
  cursor: default; }
  .dark-mode [class^="team-box-"] > div td {
    background-color: #888; }

[class^="team-box-"] > div a {
  color: #000;
  text-decoration: none;
  display: block;
  width: 100%;
  font-size: 14px; }
  .dark-mode [class^="team-box-"] > div a {
    color: #fff; }

[class^="team-box-"] > div a:hover {
  color: #50ae26; }

[class^="team-box-"] > div a.link-inactive {
  color: #aaa; }

.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: 0.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;
        }*/ }

/* stub for team boxes */
.post .fullpostentry .intro-misc {
  display: block;
  float: none; }
  .post .fullpostentry .intro-misc .intro-header {
    border: 0;
    font-size: 13px;
    margin: 0; }
    .post .fullpostentry .intro-misc .intro-header-text {
      background-color: initial;
      height: auto;
      padding: 0;
      color: #000; }

[class^="site-note"] {
  font-size: 14px;
  padding: 10px;
  /*margin-bottom: 20px;*/
  text-align: center;
  margin-bottom: 10px; }

.site-note__blue {
  border: 1px solid #5499c7;
  background-color: #eaf2f8; }

.site-note__yellow {
  border: 1px solid #f9c758;
  background-color: #fff8de; }

.twitter-tweet {
  margin-left: auto;
  margin-right: auto; }

.banner-blue {
  border: 1px solid #5499c7;
  background-color: #eaf2f8;
  font-size: 14px;
  padding: 10px;
  margin-bottom: 10px;
  text-align: center;
  width: 100%; }
  .dark-mode .banner-blue {
    background-color: #0f446b; }

.dark-mode .blog-roll__side-bar table table {
  background-color: #1a1a1a !important;
  border-color: #444 !important; }
  .dark-mode .blog-roll__side-bar table table tr:first-child {
    background-color: #444 !important; }

.dark-mode .blog-roll__side-bar .s_name a,
.dark-mode .blog-roll__side-bar .m_comments {
  color: #fff; }

.dark-mode .blog-roll__side-bar .s_name a:hover {
  color: #50ae26; }

/*FG Tables*/
/*green tables*/
.table-green, .table-brown, .table-tht {
  max-width: 600px;
  background-color: white;
  margin: 0px auto;
  font-family: Lato, Arial;
  font-size: 12px;
  line-height: 1.5; }
  .dark-mode .table-green, .dark-mode .table-brown, .dark-mode .table-tht {
    background-color: #1a1a1a; }
  .table-green .table-equal-width, .table-brown .table-equal-width, .table-tht .table-equal-width {
    table-layout: fixed; }

.table-green .table-title,
.table-brown .table-title,
.table-tht .table-title {
  text-align: center;
  padding: 7px 50px;
  color: white;
  font-size: 16px;
  word-wrap: break-word;
  line-height: 22px;
  border: 1px solid #50ae26;
  background-color: #50ae26; }

.table-brown .table-title {
  border: 1px solid #825a3f;
  background-color: #825a3f; }

.table-tht .table-title {
  border: 1px solid #8e001c;
  background-color: #8e001c; }

.table-green .table-logo,
.table-brown .table-logo {
  position: absolute;
  height: 30px;
  width: 30px;
  margin-top: 3px;
  margin-left: 5px;
  background: url("//cdn.fangraphs.com/blogs/wp-content/uploads/2015/08/FG_logo_transparency.png") 0% 0%/100% no-repeat; }

.table-tht .table-logo {
  background: url("//cdn.fangraphs.com/tht/wp-content/uploads/2015/08/THT_logo_transparency.png") 0% 0%/100% no-repeat;
  position: absolute;
  height: 32px;
  width: 32px;
  margin-top: 5px;
  margin-left: 5px; }

.table-green .table-wrapper,
.table-brown .table-wrapper,
.table-tht .table-wrapper,
.table-depth-chart .table-wrapper {
  overflow-x: auto; }

.table-green table,
.table-brown table,
.table-tht table,
.table-depth-chart table {
  width: 100%;
  border-collapse: collapse;
  padding: 10px;
  border: 1px solid #000;
  text-align: center;
  font-family: inherit; }

.table-green tr:hover,
.table-brown tr:hover,
.table-tht tr:hover {
  background-color: #ddd; }
  .dark-mode .table-green tr:hover, .dark-mode
  .table-brown tr:hover, .dark-mode
  .table-tht tr:hover {
    background-color: #333; }

.table-green td,
.table-green th,
.table-brown td,
.table-brown th,
.table-tht td,
.table-tht th {
  border: 1px solid #000;
  padding: 3px 5px; }
  .dark-mode .table-green td, .dark-mode
  .table-green th, .dark-mode
  .table-brown td, .dark-mode
  .table-brown th, .dark-mode
  .table-tht td, .dark-mode
  .table-tht th {
    border-color: #555; }

.table-green th,
.table-brown th,
.table-tht th {
  color: #fff;
  font-weight: 400;
  background-color: gray;
  color: #fff; }
  .dark-mode .table-green th, .dark-mode
  .table-brown th, .dark-mode
  .table-tht th {
    background-color: #555;
    border-color: #777; }

.table-green .source,
.table-brown .source,
.table-tht .source {
  min-height: 12px;
  text-align: right;
  padding: 3px 10px;
  color: white;
  background-color: #50ae26;
  font-size: 10px;
  border: 1px solid black; }

.table-brown .source {
  background-color: #825a3f; }

.table-tht .source {
  background-color: #8e001c; }

.table-green .notes,
.table-brown .notes,
.table-tht .notes {
  padding: 3px 10px;
  font-size: 12px;
  border-width: 2px 1px 1px;
  border-style: solid;
  border-color: #505050 black black; }
  .dark-mode .table-green .notes, .dark-mode
  .table-brown .notes, .dark-mode
  .table-tht .notes {
    border-color: #555; }

.table-green .sort,
.table-brown .sort,
.table-tht .sort {
  cursor: pointer; }

.align-L {
  text-align: left; }

.align-C {
  text-align: center; }

.align-R {
  text-align: right; }

/*color swatches*/
.cell-blue-dark {
  background-color: #6699FF;
  color: #000; }

.cell-blue-med {
  background-color: #95b9db;
  color: #000; }

.cell-blue-light {
  background-color: #dfeaf5;
  color: #000; }

.cell-blue {
  background-color: #6699FF;
  color: #000; }

.cell-black {
  background-color: #000;
  color: #fff; }

.cell-red {
  background-color: #CE2431;
  color: #fff; }

.cell-orange {
  background-color: #fbac26;
  color: #000; }

.cell-yellow {
  background-color: #FDC60D;
  color: #000; }

.cell-white {
  background-color: #FFF;
  color: #000; }

.cell-header {
  background-color: #505050;
  color: #fff; }

.font-bold {
  font-weight: 600; }

.font-red {
  color: #CE2431; }

.font-white {
  color: #fff; }

.font-under {
  text-decoration: underline; }

/*gray tables*/
table.fg-table {
  font-size: 12px; }

.table-grey {
  border: 1px solid #cecece;
  width: 600px;
  font-family: Lato, Arial; }
  .dark-mode .table-grey {
    border-color: #444; }

.table-grey .table-title {
  min-height: 18px;
  text-align: center;
  padding: 4px 50px;
  font-size: 14px;
  word-wrap: break-word;
  background-color: #cecece; }
  .dark-mode .table-grey .table-title {
    background-color: #444; }

.table-grey table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  padding: 10px 10px;
  border: 1px solid #cecece;
  table-layout: fixed;
  text-align: center;
  font-family: inherit; }
  .dark-mode .table-grey table {
    border-color: #444; }
  .classic-mode .table-grey table {
    background-color: #fff; }

.table-grey td, .table-grey th {
  border: 1px solid #cecece; }
  .dark-mode .table-grey td, .dark-mode .table-grey th {
    border-color: #444; }

/* temp fix for bad HTML in prospect HTML, can DELETE by Nov 2017 */
.table-grey [class^="table-player-"] .alignR {
  text-align: center; }

.table-grey [class^="table-player-"] table:not(:first-child) {
  border-top-width: 5px; }

.blog__table__top-50-free-agents .blog__table__header {
  display: inline-block;
  margin: 0 0 5px 5px;
  font-size: 20px; }

@media (max-width: 600px) {
  .blog__table__top-50-free-agents .blog__table.table-grey tr {
    display: table-row; } }

@media (max-width: 600px) {
  .blog__table__top-50-free-agents .blog__table.table-player-stats table {
    display: flex;
    padding: 0; } }

@media (max-width: 600px) {
  .blog__table__top-50-free-agents .blog__table.table-player-stats thead, .blog__table__top-50-free-agents .blog__table.table-player-stats tbody {
    flex: 0 0 50%; } }

@media (max-width: 600px) {
  .blog__table__top-50-free-agents .blog__table.table-player-stats tr {
    display: flex;
    flex-direction: column; }
    .blog__table__top-50-free-agents .blog__table.table-player-stats tr th {
      flex: 0 0 100%; } }

.table-depth-chart {
  margin: 10px 0; }
  .table-depth-chart .depth-chart-link:hover {
    color: #888;
    cursor: pointer; }

.table-depth-chart .depth-chart-header,
.table-depth-chart .depth-chart-header-team {
  font-size: 22px;
  padding: 0 0 0 5px; }

.table-depth-chart .depth-chart-header-team .depth-chart-header-rank {
  font-size: 14px;
  margin-left: 10px; }

.table-depth-chart .depth-chart-header-team .depth-chart-header-team-name {
  margin-left: 5px; }

.table-depth-chart table {
  border-collapse: collapse;
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 24px;
  border: 1px solid #fff; }

.table-depth-chart th,
.table-depth-chart td {
  text-align: right;
  border: 1px solid #DCDCDC;
  padding: 0 5px; }

.table-depth-chart th:first-child,
.table-depth-chart td:first-child {
  text-align: left; }

.table-depth-chart th {
  border: none;
  background-color: grey;
  color: #fff; }

.top-prospects .align-left {
  text-align: left;
  padding: 0 10px; }

/*put into a scope */
.table-react th {
  position: relative;
  cursor: pointer; }

.table-react td.sort {
  background-color: #ddd; }

.table-react th.asc::after {
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 3px solid #fff;
  content: '';
  right: 7px;
  top: 40%;
  position: absolute; }

.table-react th.desc::after {
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-bottom: 3px solid #fff;
  content: '';
  right: 7px;
  top: 40%;
  position: absolute; }

.top-prospects-grid {
  background-color: #fff;
  font-family: lato, Arial, Helvetica, sans-serif; }
  .top-prospects-grid .top-prospects-button-row {
    text-align: center; }
    .top-prospects-grid .top-prospects-button-row .top-prospects-button {
      border-radius: 0;
      border: 0;
      border: 1px solid #cecece;
      background-color: #eee;
      padding: 10px;
      margin: 20px 20px;
      -webkit-appearance: none;
      cursor: pointer; }
      .dark-mode .top-prospects-grid .top-prospects-button-row .top-prospects-button {
        border-color: #444; }
      .top-prospects-grid .top-prospects-button-row .top-prospects-button.is-active {
        background-color: #50ae26;
        color: #fff; }

.top-prospects {
  max-width: 500px; }
  .top-prospects th {
    width: 50px; }
    .top-prospects th:first-child, .top-prospects th:last-child {
      width: auto; }
  .top-prospects td.sort {
    background-color: #fff; }
  .top-prospects td:first-child {
    text-align: left;
    padding: 0 10px; }
  .top-prospects td.has-value:nth-child(2) {
    background-color: #7896ff; }
  .top-prospects td.has-value:nth-child(3) {
    background-color: rgba(120, 150, 255, 0.8); }
  .top-prospects td.has-value:nth-child(4) {
    background-color: rgba(120, 150, 255, 0.6); }
  .top-prospects td.has-value:nth-child(5) {
    background-color: rgba(120, 150, 255, 0.4); }
  .top-prospects td.has-value:nth-child(6) {
    background-color: rgba(120, 150, 255, 0.2); }
  .top-prospects td.has-value:nth-child(7) {
    background-color: rgba(120, 150, 255, 0.1); }
  .top-prospects td.has-value:last-child {
    border-left: 3px solid #555;
    background-color: #fff; }
  .top-prospects tr:hover td.has-value:last-child {
    background-color: inherit; }
  .top-prospects tfoot tr:last-child,
  .top-prospects tfoot td {
    background-color: #eee !important;
    border-top: 3px solid #555; }

.table-bullpen-report {
  max-width: 600px;
  border: 1px solid #cecece;
  border-collapse: collapse;
  font-size: 13px;
  /*.cell-bullpen-report {
        &-1 {
            background-color: #F7DC6F;
        }

        &-2 {
            background-color: #D98880;
        }
    }*/ }
  .dark-mode .table-bullpen-report {
    border-color: #444; }
  .table-bullpen-report a {
    text-decoration: none; }
  .table-bullpen-report td, .table-bullpen-report th {
    padding: 5px;
    border: 1px solid #cecece; }
    .dark-mode .table-bullpen-report td, .dark-mode .table-bullpen-report th {
      border-color: #444; }
  .table-bullpen-report th {
    background-color: grey;
    color: #fff;
    font-weight: 400; }

.bullpen-report-wrapper {
  max-width: 600px;
  margin: auto;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-size: 14px; }
  .bullpen-report-wrapper .table-bullpen-report {
    overflow: hidden; }
  .bullpen-report-wrapper th, .bullpen-report-wrapper td {
    box-sizing: border-box; }
  .bullpen-report-wrapper .cell-bullpen-report-1 {
    background-color: #F7DC6F; }
    .dark-mode .bullpen-report-wrapper .cell-bullpen-report-1 {
      background-color: rgba(247, 220, 111, 0.8); }
  .bullpen-report-wrapper .cell-bullpen-report-2 {
    background-color: #D98880; }
    .dark-mode .bullpen-report-wrapper .cell-bullpen-report-2 {
      background-color: rgba(217, 136, 128, 0.8); }
  .bullpen-report-wrapper .committee {
    border: 3px solid #000;
    border-right: 1px solid #cecece; }
    .dark-mode .bullpen-report-wrapper .committee {
      border: 3px solid #ccc;
      border-right: 1px solid #444; }
    .bullpen-report-wrapper .committee ~ .committee {
      border-left: 0;
      border-right: 1px solid #cecece; }
      .dark-mode .bullpen-report-wrapper .committee ~ .committee {
        border-right-color: #444; }
    .bullpen-report-wrapper .committee:last-of-type {
      border-right: 3px solid #000; }
      .dark-mode .bullpen-report-wrapper .committee:last-of-type {
        border-right-color: #ccc; }
    .bullpen-report-wrapper .committee + :not(.committee) {
      border-left: 3px solid #000; }
      .dark-mode .bullpen-report-wrapper .committee + :not(.committee) {
        border-left-color: #ccc; }
  .bullpen-report-wrapper .bullpen-report-key {
    margin: auto;
    margin-bottom: 10px;
    text-align: center; }
    .bullpen-report-wrapper .bullpen-report-key > div {
      line-height: 25px;
      display: inline-block;
      margin: 0 10px; }
    .bullpen-report-wrapper .bullpen-report-key .cell-bullpen-report-1, .bullpen-report-wrapper .bullpen-report-key .cell-bullpen-report-2, .bullpen-report-wrapper .bullpen-report-key .committee {
      width: 25px;
      height: 25px;
      display: inline-block;
      float: left;
      margin-right: 5px;
      box-sizing: border-box; }
    .bullpen-report-wrapper .bullpen-report-key .committee {
      border: 3px solid #000; }
      .dark-mode .bullpen-report-wrapper .bullpen-report-key .committee {
        border-color: #ccc; }
    .bullpen-report-wrapper .bullpen-report-key-label {
      min-width: 130px;
      text-align: left; }

.nav-widget-container ol, .nav-widget-container ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.nav-widget-container {
  font-family: lato, Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding: 10px;
  margin-bottom: 10px;
  clear: both; }

.nav-widget-container div {
  padding-bottom: 10px;
  text-align: center;
  font-size: 14px; }

.nav-widget-container a {
  text-decoration: none;
  padding: 10px;
  display: block; }

ul.nav-widget {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto; }

.nav-widget-container .nav-widget li {
  text-align: center;
  background-color: #efefef;
  border: 1px solid #ccc;
  flex: 0 0 auto;
  min-width: 80px;
  margin-bottom: 0;
  display: flex;
  min-height: 40px;
  align-items: center;
  justify-content: center; }
  .dark-mode .nav-widget-container .nav-widget li {
    background-color: #888;
    color: #fff; }

.nav-widget-container .nav-widget li.inactive {
  color: #aaa;
  padding: 0 10px; }

.nav-widget-container.prospects-week {
  display: flex; }

.nav-widget-container .nav-widget.postseason-preview {
  justify-content: center; }

.nav-widget-container .nav-widget.prospects-week li {
  flex: 0 0 20%;
  padding: 30px;
  height: 80px; }

.nav-widget-container .nav-widget.postseason-preview li {
  padding: 0; }

.nav-widget-container .nav-widget.prospects-week.col-6 li {
  flex: 0 0 16.66666%;
  padding: 12px;
  height: 80px; }

.prospects-page-wrapper .nav-widget-container .nav-widget.prospects-week li,
.fullpostentry .nav-widget-container .nav-widget.prospects-week li {
  flex: 0 0 33%;
  height: 90px;
  padding: 5px;
  box-sizing: border-box; }

@media (max-width: 800px) {
  .nav-widget-container .nav-widget.prospects-week.col-6 li {
    flex: 0 0 50%; } }

@media (max-width: 600px) {
  .fullpostentry .nav-widget-container .nav-widget.prospects-week li,
  .nav-widget-container .nav-widget.prospects-week li {
    flex: 0 0 33%;
    height: 90px;
    padding: 0; } }

@media (max-width: 500px) {
  .fullpostentry .nav-widget-container .nav-widget.prospects-week li,
  .nav-widget-container .nav-widget.prospects-week li {
    flex: 0 0 50%; } }

/*#login {
    background-color: #cecece;
    width: 980px;
    line-height: 28px;
    font-size: 9pt;
    text-align: center;
    margin: 0px;
}

#login a {
    text-decoration: underline;
}*/
/* MEGABAR */
.megabar {
  color: black;
  padding-bottom: 10px;
  font-size: 9pt;
  line-height: 1.5em;
  white-space: nowrap;
  font-variant: normal; }

.megabar a {
  color: black;
  text-decoration: none; }

.megabar a:hover {
  text-decoration: underline; }

.megabar_mid {
  color: Green;
  padding-top: 5px; }

#footer a {
  text-decoration: none; }

#footer_bar {
  height: 28px;
  background-color: #cecece;
  border-bottom: 3px solid gray;
  line-height: 2.4;
  padding-right: 10px;
  padding-left: 10px; }

#top {
  /*margin-bottom: 20px;*/ }

/* RECENT - GENERAL */
.recent_header {
  font-size: 19pt;
  color: White;
  text-decoration: none;
  font-weight: bold; }

.recent_header a {
  font-size: 19pt;
  color: White;
  text-decoration: none;
  font-weight: bold; }

.recent_header_mini {
  font-size: 15pt;
  color: White;
  text-decoration: none;
  font-weight: bold; }

.recent_header_mini a {
  font-size: 15pt;
  color: White;
  text-decoration: none;
  font-weight: bold; }

.recent_header a:hover, .recent_header_mini a:hover {
  text-decoration: underline; }

.recent_links {
  float: right;
  padding-right: 10px; }

.recent_logo {
  padding-left: 10px;
  text-align: center; }

.recent_body {
  padding: 5px;
  clear: both; }

.recent_body_feature {
  background-color: #fff;
  clear: both; }

/* RECENT - SPECIAL */
.recent_fangraphs, .recent_plus {
  border: 1px solid #50ae26;
  background-color: #50ae26; }

.recent_rotographs {
  border: 1px solid #825a3f;
  background-color: #825a3f; }

.recent_techgraphs {
  border: 1px solid #fbac26;
  background-color: #fff; }

.recent_notgraphs {
  border: 1px solid #7c4d85;
  background-color: #7c4d85; }

.recent_comres {
  border: 1px solid #336699;
  background-color: #336699; }

.recent_tht {
  border: 1px solid #8e001c;
  background-color: #8e001c; }

.recent_sbn {
  border: 1px solid #000;
  /* background-color: #fafaf0; */ }

.recent_body_sbn {
  background-color: #fff; }

/*  FEATURE Divs */
.feature_blogs, .feature_library {
  border: 0px solid #50ae26;
  padding: 5px; }

.feature_fantasy {
  border: 0px solid #825a3f;
  padding: 5px; }

.feature_not {
  border: 0px solid #7c4d85;
  padding: 5px; }

.feature_community {
  border: 0px solid #336699;
  padding: 5px; }

.feature_tht {
  border: 0px solid #8e001c;
  padding: 5px; }

.feature_techgraphs {
  border: 0px solid #fbac26;
  padding: 5px; }

.feature_blogs a:hover, .feature_library a:hover {
  color: green; }

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

.feature_not a:hover {
  color: #7c4d85; }

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

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

.feature_techgraphs a:hover {
  color: #fbac26; }

/* All Story Divs */
.m_stories ul, .hl_stories ul, .t_stories ul, .l_stories ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px; }

.m_stories a:hover, .t_stories a:hover, .s_stories a:hover, .l_stories a:hover {
  color: green; }

/* BR DIVS */
.br_stories ul {
  list-style-type: none;
  margin-left: 10px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px; }

.br_stories a {
  text-decoration: none;
  font-size: 11pt; }

.br_stories li {
  padding-bottom: 7px;
  line-height: 12pt; }

/* H DIVS */
.hl_stories a {
  text-decoration: none;
  font-size: 17pt;
  font-weight: bold; }

/* S DIVS */
.s_stories ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  margin-left: 10px; }

.s_stories a {
  font-size: 12pt;
  color: black;
  line-height: 13pt; }

.s_stories li {
  padding-bottom: 7px;
  line-height: 12pt; }

.s_comments {
  text-decoration: none;
  font-size: 9pt;
  color: #696969; }

.s_comments a {
  text-decoration: none;
  font-size: 8pt;
  color: #696969;
  font-weight: normal; }

.s_comments a:hover {
  color: #696969; }

.s_date {
  font-size: 65%;
  color: #282828; }

.s_author a {
  text-decoration: none;
  font-size: 9pt;
  color: #696969;
  font-weight: normal; }

.s_author a:hover {
  color: #696969; }

.searchtext {
  width: 480px;
  font-size: 10pt; }

/* T DIVS */
.t_stories a {
  text-decoration: none;
  font-size: 9pt;
  color: black;
  line-height: 12pt; }

.t_stories li {
  padding-bottom: 7px;
  line-height: 12pt; }

.t_comments {
  text-decoration: none;
  font-size: 8pt;
  color: #696969; }

.t_comments a {
  text-decoration: none;
  font-size: 7pt;
  color: #696969;
  font-weight: normal; }

.t_comments a:hover {
  color: #696969; }

.t_date {
  font-size: 65%;
  color: #282828; }

.t_author a {
  text-decoration: none;
  font-size: 8pt;
  color: #696969;
  font-weight: normal; }

.t_author a:hover {
  color: #696969; }

/* M DIVS */
.m_stories a {
  text-decoration: none;
  font-size: 10pt;
  color: black;
  line-height: 12pt; }

.m_stories li {
  padding-bottom: 7px;
  line-height: 12pt; }

.m_comments {
  text-decoration: none;
  font-size: 8pt;
  color: #696969; }

.m_comments a {
  text-decoration: none;
  font-size: 8pt;
  color: #696969;
  font-weight: normal; }

.m_comments a:hover {
  color: #696969; }

.m_date {
  font-size: 65%;
  color: #282828; }

.m_author a {
  text-decoration: none;
  font-size: 9pt;
  color: #696969;
  font-weight: normal; }

.m_author a:hover {
  color: #696969; }

/* L DIVS */
.l_stories a {
  text-decoration: none;
  font-size: 12pt;
  color: black;
  line-height: 12pt; }

.l_stories li {
  padding-bottom: 7px;
  line-height: 12pt; }

.l_comments {
  text-decoration: none;
  font-size: 9pt;
  color: #696969; }

/*  Site News DIV */
blockquote {
  margin: 0 20px;
  padding: 0 20px;
  border-left: 4px solid #d3d3d3;
  font-size: 0.9em; }

.b_title {
  margin-bottom: 0;
  width: 100%;
  color: #fff;
  overflow: auto;
  font-weight: bold;
  font-size: 16pt;
  text-decoration: none;
  border-bottom: 1px solid #50ae26; }

.b_title a {
  background: #50ae26;
  color: #FFF;
  font-weight: bold;
  font-size: 16pt;
  text-decoration: none;
  padding-right: 5px;
  padding-left: 5px; }

.b_title a:hover, .b_title a:active {
  background: #fff;
  color: #50ae26;
  font-weight: bold;
  font-size: 16pt;
  text-decoration: none;
  padding-right: 5px;
  padding-left: 5px; }

.f_title {
  margin-bottom: 0;
  width: 100%;
  color: #fff;
  overflow: auto;
  font-weight: bold;
  font-size: 16pt;
  text-decoration: none;
  border-bottom: 1px solid #825a3f; }

.f_title a {
  background: #825a3f;
  color: #fff;
  font-weight: bold;
  font-size: 16pt;
  text-decoration: none;
  padding-right: 5px;
  padding-left: 5px; }

.f_title a:hover, .f_title a:active {
  background: #fff;
  color: #825a3f;
  font-weight: bold;
  font-size: 16pt;
  text-decoration: none;
  padding-right: 5px;
  padding-left: 5px; }

.c_title {
  margin-bottom: 0;
  width: 100%;
  color: #fff;
  overflow: auto;
  font-weight: bold;
  font-size: 16pt;
  text-decoration: none;
  border-bottom: 1px solid #336699; }

.c_title a {
  background: #336699;
  color: #fff;
  font-weight: bold;
  font-size: 16pt;
  text-decoration: none;
  padding-right: 5px;
  padding-left: 5px; }

.c_title a:hover, .c_title a:active {
  background: #fff;
  color: #336699;
  font-weight: bold;
  font-size: 16pt;
  text-decoration: none;
  padding-right: 5px;
  padding-left: 5px; }

.n_title {
  margin-bottom: 0;
  width: 100%;
  color: #fff;
  overflow: auto;
  font-weight: bold;
  font-size: 16pt;
  text-decoration: none;
  border-bottom: 1px solid #7c4d85; }

.n_title a {
  background: #7c4d85;
  color: #fff;
  font-weight: bold;
  font-size: 16pt;
  text-decoration: none;
  padding-right: 5px;
  padding-left: 5px; }

.n_title a:hover, .n_title a:active {
  background: #fff;
  color: #7c4d85;
  font-weight: bold;
  font-size: 16pt;
  text-decoration: none;
  padding-right: 5px;
  padding-left: 5px; }

.b_dates {
  padding-right: 10px;
  padding-left: 10px;
  font-size: 1.0em;
  font-weight: bold;
  color: #fff;
  background: #50ae26;
  padding-bottom: 0px;
  margin: 1.2em 0px;
  padding-top: 0px;
  font-weight: bold; }

.b_by {
  font-weight: bold;
  font-size: 11pt;
  color: #696969; }

.b_by a, .f_by a, .c_by a, .n_by a {
  font-weight: normal;
  font-size: 11pt;
  color: #696969;
  text-decoration: none; }

.b_by a:hover, .f_by a:hover, .c_by a:hover, .n_by a:hover {
  font-weight: normal;
  font-size: 11pt;
  color: green;
  text-decoration: none; }

.f_by {
  font-weight: bold;
  font-size: 11pt;
  color: #696969; }

.c_by {
  font-weight: bold;
  font-size: 11pt;
  color: #696969; }

.n_by {
  font-weight: bold;
  font-size: 11pt;
  color: #696969; }

.b_desc {
  font-family: georgia;
  color: #000;
  line-height: 1.5;
  font-size: 12pt; }

.b_desc a {
  font-weight: bold;
  color: black;
  text-decoration: none; }

.b_desc a:hover {
  color: green; }

.b_desc h3 {
  color: #50ae26; }

.b_block {
  padding-right: 50px; }

.b_block table {
  background: #fff;
  font: 12px/16px "segoe ui",arial,sans-serif; }

.b_block strong {
  color: #333333; }

.b_more {
  font-weight: normal;
  font-size: 9pt;
  color: black; }

.b_more a {
  font-weight: bold;
  font-size: 9pt;
  color: black;
  text-decoration: none; }

.b_more a:hover {
  color: green; }

.pre a {
  font-weight: bold;
  font-size: 9pt;
  color: black;
  text-decoration: none; }

.pre a:hover {
  color: green; }

/* Ads DIV */
.tht2013_320x160 a {
  background-color: #4d7fbc;
  font-size: 22pt;
  color: #ffd101;
  text-decoration: none;
  font-weight: bold;
  display: block;
  width: 310px;
  height: 160px;
  padding: 5px; }

.tht2013_320x160 a:hover {
  color: #4d7fbc;
  background-color: #ffd101; }

.tht2014_320x170 {
  border: 1px solid #4d7fbc;
  width: 318px;
  height: 168px; }

.iphone_320x270 a {
  background-color: #50ae26;
  font-size: 29pt;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  display: block;
  width: 310px;
  height: 270px;
  padding: 5px; }

.iphone_320x270 a:hover {
  color: #50ae26;
  background-color: #fff; }

.fgp2014_320x170 {
  border: 1px solid #50ae26;
  width: 318px;
  height: 168px;
  background-color: #50ae26;
  color: white;
  text-align: center; }

.fgp2014_320x170 a {
  color: white;
  font-weight: bold;
  font-size: 18pt; }

.fgp2014_320x170 a:hover {
  color: black; }

.fullpostentry img {
  max-width: 100%;
  height: auto; }

.graphsw_aspx .graphsw_aspx-legend {
  border: 1px solid #000; }
  .dark-mode .graphsw_aspx .graphsw_aspx-legend {
    border-color: #555; }

.graphsw_aspx .highcharts-container {
  background-color: #fff;
  margin-bottom: 10px; }

div.RadGrid_FanGraphs {
  outline: none;
  border: 1px solid #e5e5e5;
  background: #ffffff;
  color: inherit;
  font: normal 12px "Segoe UI", Arial, Helvetica, sans-serif;
  line-height: 16px; }
  .dark-mode div.RadGrid_FanGraphs {
    background-color: #1a1a1a;
    border-color: #555;
    border-left-color: #555;
    border-right-color: #555;
    border-top-color: #555;
    border-bottom-color: #555; }

.RadGrid_FanGraphs .rgActionButton {
  color: #767676; }

.RadGrid_FanGraphs .rgInput {
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  color: #000000; }

.RadGrid_FanGraphs .rgHeader:first-child,
.RadGrid_FanGraphs th.rgResizeCol:first-child,
.RadGrid_FanGraphs .rgFilterRow > td:first-child,
.RadGrid_FanGraphs .rgRow > td:first-child,
.RadGrid_FanGraphs .rgAltRow > td:first-child {
  border-left-width: 0;
  padding-left: 8px; }

.RadGrid_FanGraphs .rgHeader,
.RadGrid_FanGraphs th.rgResizeCol,
.RadGrid_FanGraphs .rgHeaderWrapper {
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5; }
  .dark-mode .RadGrid_FanGraphs .rgHeader, .dark-mode
  .RadGrid_FanGraphs th.rgResizeCol, .dark-mode
  .RadGrid_FanGraphs .rgHeaderWrapper {
    border-color: #555;
    border-left-color: #555;
    border-right-color: #555;
    border-top-color: #555;
    border-bottom-color: #555; }

.RadGrid_FanGraphs .rgHeaderDiv {
  border-right-color: #e5e5e5; }
  .dark-mode .RadGrid_FanGraphs .rgHeaderDiv {
    border-color: #555;
    border-left-color: #555;
    border-right-color: #555;
    border-top-color: #555;
    border-bottom-color: #555; }

.RadGrid_FanGraphs .rgMultiHeaderRow th.rgHeader,
.RadGrid_FanGraphs .rgMultiHeaderRow th.rgResizeCol {
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5; }
  .dark-mode .RadGrid_FanGraphs .rgMultiHeaderRow th.rgHeader, .dark-mode
  .RadGrid_FanGraphs .rgMultiHeaderRow th.rgResizeCol {
    border-color: #555;
    border-left-color: #555;
    border-right-color: #555;
    border-top-color: #555;
    border-bottom-color: #555; }

.RadGrid_FanGraphs th.rgSorted {
  background-color: #e5e5e5; }

.RadGrid_FanGraphs .rgHeader {
  color: #767676; }

.RadGrid_FanGraphs .rgHeader a {
  color: #767676; }

.RadGrid_FanGraphs th.rgSorted {
  color: #000; }

.RadGrid_FanGraphs th.rgSorted a {
  color: #000; }

.RadGrid_FanGraphs .rgRow > td,
.RadGrid_FanGraphs .rgAltRow > td,
.RadGrid_FanGraphs .rgEditRow > td {
  border-style: solid;
  border-width: 0 0 1px 1px; }

.RadGrid_FanGraphs .rgRow > td {
  border-color: #fff #e5e5e5; }
  .dark-mode .RadGrid_FanGraphs .rgRow > td {
    border-color: #555;
    border-left-color: #555;
    border-right-color: #555;
    border-top-color: #555;
    border-bottom-color: #555; }

.RadGrid_FanGraphs .rgAltRow {
  background: #ededed; }
  .dark-mode .RadGrid_FanGraphs .rgAltRow {
    background-color: #1a1a1a; }

.RadGrid_FanGraphs .rgAltRow > td {
  border-color: #e5e5e5; }
  .dark-mode .RadGrid_FanGraphs .rgAltRow > td {
    border-color: #555;
    border-left-color: #555;
    border-right-color: #555;
    border-top-color: #555;
    border-bottom-color: #555; }

.RadGrid_FanGraphs .rgActiveRow td:not(.rgExpandCol) {
  box-shadow: inset 0px 5px 5px -5px #50ae26, inset 0px -5px 5px -5px #50ae26; }

.RadGrid_FanGraphs .rgActiveRow td:first-child:not(.rgExpandCol),
.RadGrid_FanGraphs .rgActiveRow .rgExpandCol + td {
  box-shadow: inset 0px 5px 5px -5px #50ae26, inset 0px -5px 5px -5px #50ae26, inset 5px 0px 5px -5px #50ae26; }

.RadGrid_FanGraphs .rgActiveRow td:not(.rgExpandCol):last-child {
  box-shadow: inset 0px 5px 5px -5px #50ae26, inset 0px -5px 5px -5px #50ae26, inset -5px 0px 5px -5px #50ae26; }

.RadGrid_FanGraphs .rgActiveCell {
  box-shadow: inset 0 0 5px #50ae26; }

.RadGrid_FanGraphs .rgSelectedRow .rgSorted,
.RadGrid_FanGraphs .rgHoveredRow .rgSorted,
.RadGrid_FanGraphs .rgEditRow .rgSorted {
  background-color: transparent; }

.RadGrid_FanGraphs .rgRow a,
.RadGrid_FanGraphs .rgAltRow a,
.RadGrid_FanGraphs .rgEditRow a,
.RadGrid_FanGraphs .rgFooter a,
.RadGrid_FanGraphs .rgEditForm a {
  color: #000; }
  .dark-mode .RadGrid_FanGraphs .rgRow a, .dark-mode
  .RadGrid_FanGraphs .rgAltRow a, .dark-mode
  .RadGrid_FanGraphs .rgEditRow a, .dark-mode
  .RadGrid_FanGraphs .rgFooter a, .dark-mode
  .RadGrid_FanGraphs .rgEditForm a {
    color: #fff; }

.RadGrid_FanGraphs .rgHoveredRow {
  background: #e5e5e5; }

.RadGrid_FanGraphs .rgMasterTable .rgSelectedCell,
.RadGrid_FanGraphs .rgSelectedRow {
  color: #fff;
  background: #50ae26; }

.RadGrid_FanGraphs .rgSelectedCell a,
.RadGrid_FanGraphs .rgSelectedRow a {
  color: #fff; }

.RadGrid_FanGraphs .rgEditRow {
  color: #000000; }

.RadGrid_FanGraphs .rgHoveredRow > td {
  border-color: #c3c3c3; }

.RadGrid_FanGraphs .rgHoveredRow > td.rgSorted {
  border-color: #c3c3c3; }

.RadGrid_FanGraphs .rgSelectedRow > td {
  border-color: #50ae26; }

.RadGrid_FanGraphs .rgSelectedRow > td.rgSorted {
  border-color: #50ae26; }

.RadGrid_FanGraphs .rgEditRow > td {
  border-color: #616161 #c3c3c3;
  border-top-width: 1px; }

.RadGrid_FanGraphs .rgEditRow > td.rgSorted {
  border-color: #616161 #c3c3c3; }

.RadGrid_FanGraphs .rgEditForm {
  border-bottom: 1px solid #616161; }

.RadGrid_FanGraphs .rgEditPopup {
  border-bottom: 1px solid #e5e5e5; }

.RadGrid_FanGraphs .rgDeletedRow > td {
  border-color: #a7a7a7;
  color: #333333; }

.RadGrid_FanGraphs .rgDeletedRow > td a {
  color: #333333; }

.RadGrid_FanGraphs .rgBatchOverlay {
  background: rgba(205, 205, 205, 0.9); }

.RadGrid_FanGraphs .rgBatchUndoDeleteButton {
  padding: 0 5px;
  position: absolute;
  top: 50%;
  left: 7px;
  border: 1px solid;
  border-color: #e5e5e5;
  color: #000000;
  background-color: #f9f9f9;
  border-radius: 4px; }

.RadGrid_FanGraphs .rgBatchUndoDeleteButton:hover {
  border-color: #e5e5e5;
  color: #000000;
  background-color: #e5e5e5; }

.RadGrid_FanGraphs .rgBatchUndoDeleteIcon {
  margin-right: 3px;
  font-size: 1.4em; }

html .RadGrid_FanGraphs .rgFooterDiv td,
html .RadGrid_FanGraphs .rgFooter td {
  background: #f9f9f9; }

.RadGrid_FanGraphs .rgFooter > td,
.RadGrid_FanGraphs .rgFooterWrapper {
  border-top: 1px solid #e5e5e5; }

.RadGrid_FanGraphs .rgFooterWrapper .rgFooter > td {
  border-bottom: 0; }

.RadGrid_FanGraphs .rgStatus {
  border-color: #e5e5e5; }

.RadGrid_FanGraphs .rgPagerCell {
  background: #ffffff;
  color: #767676;
  border-color: #cdcdcd; }
  .dark-mode .RadGrid_FanGraphs .rgPagerCell {
    background-color: #1a1a1a;
    color: #fff; }

.RadGrid_FanGraphs .rgPagerCell .rgNumPart a {
  color: inherit; }

.RadGrid_FanGraphs .rgPagerCell .rgNumPart a:hover {
  border-color: #e5e5e5;
  color: #000000;
  background-color: #e5e5e5; }

.RadGrid_FanGraphs .rgPagerCell .rgNumPart a.rgCurrentPage {
  border: 1px solid #50ae26; }

.RadGrid_FanGraphs .rgPagerCell .rgPagerButton,
.RadGrid_FanGraphs .rgPagerCell .rgActionButton {
  background: #f9f9f9;
  color: inherit;
  border: 1px solid #e5e5e5; }
  .dark-mode .RadGrid_FanGraphs .rgPagerCell .rgPagerButton, .dark-mode
  .RadGrid_FanGraphs .rgPagerCell .rgActionButton {
    background-color: #888;
    color: #fff; }

.RadGrid_FanGraphs .rgPagerCell .rgPagerButton:hover,
.RadGrid_FanGraphs .rgPagerCell .rgActionButton:hover {
  border-color: #e5e5e5;
  color: #000000;
  background-color: #e5e5e5; }

.RadGrid_FanGraphs .rgPagerCell .rgActionButton {
  border-radius: 100%; }

.GridReorderTop_FanGraphs,
.GridReorderBottom_FanGraphs {
  color: #50ae26; }

.RadGrid_FanGraphs .rgFilterRow > td {
  border-bottom: 1px solid #e5e5e5; }

.RadGrid_FanGraphs .rgFilter {
  border: 1px solid;
  border-color: #e5e5e5;
  color: #000000;
  background-color: #f9f9f9;
  background-image: linear-gradient(); }

.RadGrid_FanGraphs .rgFilter:hover,
.RadGrid_FanGraphs .rgFilter:focus {
  border-color: #e5e5e5;
  color: #000000;
  background-color: #e5e5e5;
  background-image: linear-gradient(); }

.RadGrid_FanGraphs .rgFilterActive,
.RadGrid_FanGraphs .rgFilterActive:hover,
.RadGrid_FanGraphs .rgFilterActive:focus {
  border-color: #50ae26;
  color: #ffffff;
  background-color: #50ae26;
  box-shadow: inset 0 0 6px rgba(165, 165, 165, 0.5); }

.RadGrid_FanGraphs .rgFiltered {
  border-color: #50ae26;
  color: #ffffff;
  background-color: #50ae26;
  background-image: linear-gradient(); }

.RadGrid_FanGraphs .rgFiltered:hover,
.RadGrid_FanGraphs .rgFiltered:focus {
  border-color: #0d87bf;
  color: #ffffff;
  background-color: #0d87bf; }

.RadGrid_FanGraphs .rgFiltered.rgFilterActive {
  border-color: #0071a6;
  color: #ffffff;
  background-color: #0071a6; }

.RadGrid_FanGraphs .rgFilterBox {
  border-color: #e5e5e5;
  color: #000000;
  background-color: #ffffff; }

.RadGrid_FanGraphs .rgOptions {
  color: #333333; }

.RadGrid_FanGraphs .rgOptSelected {
  color: #50ae26; }

.GridContextMenu_FanGraphs .rgHCMClear,
.GridContextMenu_FanGraphs .rgHCMFilter {
  font-size: 1em;
  height: 1.75em;
  border-color: #e5e5e5;
  color: #000000;
  background-color: #f9f9f9;
  border-radius: 0; }

.GridContextMenu_FanGraphs .rgHCMClear:hover,
.GridContextMenu_FanGraphs .rgHCMFilter:hover {
  border-color: #e5e5e5;
  color: #000000;
  background-color: #e5e5e5; }

.GridContextMenu_FanGraphs .rmGroup .rgHCMItem div.rmContent {
  padding: 15px;
  margin: 0 auto; }

.RadGrid_FanGraphs .rgGroupPanel {
  border: 0;
  border-bottom: 1px solid #7c7c7c; }

.RadGrid_FanGraphs .rgGroupPanel,
.RadGrid_FanGraphs .rgGroupPanel caption {
  background: #50ae26;
  color: #ffffff; }

.RadGrid_FanGraphs .rgGroupItem {
  border: 1px solid #7e7e7e;
  background: #fff;
  color: #000; }

.RadGrid_FanGraphs td.rgGroupCol,
.RadGrid_FanGraphs td.rgExpandCol {
  border-color: #c9c9c9;
  background: #c9c9c9; }

.RadGrid_FanGraphs .rgGroupHeader {
  background: #c9c9c9;
  font-size: 1.1em;
  line-height: 22px;
  color: #000; }

.RadGrid_FanGraphs .rgGroupHeader td {
  padding-left: 8px;
  padding-bottom: 2px; }

.RadGrid_FanGraphs .rgDetailTable {
  border-color: #999; }

.RadGrid_FanGraphs .rgCommandRow {
  color: #767676;
  text-decoration: none; }

.RadGrid_FanGraphs .rgCommandRow a {
  color: #767676;
  text-decoration: none; }

.RadGrid_FanGraphs .rgCommandCell {
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

.RadGrid_FanGraphs tfoot .rgCommandCell,
.RadGrid_FanGraphs .rgMasterTable > tbody > tr.rgCommandRow .rgCommandCell {
  border-top: 1px solid #e5e5e5;
  border-bottom: 0; }

.RadGrid_FanGraphs .rgCommandTable {
  border: 0; }

.RadGrid_FanGraphs .rgCommandTable td {
  border: 0;
  padding: 2px 7px; }

.rgCellSelectorArea_FanGraphs,
.GridRowSelector_FanGraphs {
  background: #4c4e54; }

.GridItemDropIndicator_FanGraphs {
  border-top: 1px dashed #666; }

.GridToolTip_FanGraphs {
  border: 1px solid #c98400;
  padding: 3px;
  background: #ffefbd;
  color: #333; }

.RadGridRTL_FanGraphs .rgHeader:first-child,
.RadGridRTL_FanGraphs th.rgResizeCol:first-child,
.RadGridRTL_FanGraphs .rgFilterRow > td:first-child,
.RadGridRTL_FanGraphs .rgRow > td:first-child,
.RadGridRTL_FanGraphs .rgAltRow > td:first-child {
  border-left-width: 1px;
  padding-left: 7px; }

/* New Stuff */
/* Special Header */
div.RadGrid_FanGraphs th.grid_line_breakh.rgHeader {
  border-left: 2px solid black; }
  .dark-mode div.RadGrid_FanGraphs th.grid_line_breakh.rgHeader {
    border-left-color: #888; }

div.RadGrid_FanGraphs td.rgCellSpace.grid_line_breakh {
  border-left: 2px solid black; }

div.RadGrid_FanGraphs th.rgHeader {
  border: 0px;
  color: #ffffff;
  font-weight: bold; }

div.RadGrid_FanGraphs th.rgHeader a {
  color: #ffffff;
  font-weight: bold; }

div.RadGrid_FanGraphs th.rgHeader.rgSorted a {
  color: #000000;
  font-weight: bold; }

.dark-mode .RadGrid_FanGraphs .rgSorted {
  background-color: #999 !important; }
  .dark-mode .RadGrid_FanGraphs .rgSorted a {
    color: #fff !important; }

/* Special Rows */
.RadGrid_FanGraphs .rgRow > td.rgSelectedRow {
  background-color: gray;
  color: White; }

.RadGrid_FanGraphs .rgRow > td.grid_line_regular,
.RadGrid_FanGraphs .rgAltRow > td.grid_line_regular {
  border-left: solid 1px #eaede3;
  border-right: solid 1px #eaede3;
  border-bottom: solid 1px #eaede3; }
  .dark-mode .RadGrid_FanGraphs .rgRow > td.grid_line_regular, .dark-mode
  .RadGrid_FanGraphs .rgAltRow > td.grid_line_regular {
    border-color: #555;
    border-left-color: #555;
    border-right-color: #555;
    border-top-color: #555;
    border-bottom-color: #555; }

.RadGrid_FanGraphs .rgRow > td.grid_line_break,
.RadGrid_FanGraphs .rgAltRow > td.grid_line_break {
  border-left: 2px solid black;
  border-bottom: solid 1px #eaede3;
  border-right: solid 1px #eaede3; }
  .dark-mode .RadGrid_FanGraphs .rgRow > td.grid_line_break, .dark-mode
  .RadGrid_FanGraphs .rgAltRow > td.grid_line_break {
    border-left-color: #aaa; }

.RadGrid_FanGraphs .rgRow > td.grid_breakd {
  border-left: solid 1px #eaede3;
  border-bottom: solid 1px #787878; }

.RadGrid_FanGraphs .rgRow > td.grid_breakdl {
  border-bottom: solid 1px #787878;
  border-left: solid 1px #eaede3;
  border-right: 2px solid black; }

.RadGrid_FanGraphs tr.grid_postseason {
  background-color: #ffffdd;
  display: none; }

.RadGrid_FanGraphs tr.grid_postseason_total {
  background-color: #eae7ad;
  display: none; }

.RadGrid_FanGraphs tr.grid_minors_hide {
  font-style: italic;
  display: none; }

.RadGrid_FanGraphs tr.grid_minors_show {
  font-style: italic; }

.RadGrid_FanGraphs tr.grid_projections_hide {
  background-color: #e1f4d8;
  display: none; }

.RadGrid_FanGraphs tr.grid_projections_show {
  background-color: #e1f4d8; }

.RadGrid_FanGraphs tr.grid_projectionsin_hide {
  background-color: #e1f4d8;
  display: none; }

.RadGrid_FanGraphs tr.grid_projectionsin_show {
  background-color: #e1f4d8; }

.RadGrid_FanGraphs tr.grid_total {
  background-color: #e7e7e7; }
  .dark-mode .RadGrid_FanGraphs tr.grid_total {
    background-color: #777777; }

.RadGrid_FanGraphs tr.grid_average {
  background-color: #fde9dc;
  display: none; }

.RadGrid_FanGraphs tr.grid_multi {
  background-color: #f2f2f2;
  display: none; }

.RadGrid_FanGraphs tr.grid_multi_show {
  background-color: #f2f2f2; }

div.RadGrid .rgRow > td,
div.RadGrid .rgAltRow > td,
div.RadGrid .rgEditRow > td,
div.RadGrid .rgFooter > td,
div.RadGrid .rgFilterRow > td,
div.RadGrid .rgHeader,
div.RadGrid .rgResizeCol,
div.RadGrid .rgGroupHeader td {
  padding-right: 2px;
  padding-left: 2px;
  padding-top: 4px;
  padding-bottom: 3px;
  border-color: #e5e5e5; }
  .dark-mode div.RadGrid .rgRow > td, .dark-mode
  div.RadGrid .rgAltRow > td, .dark-mode
  div.RadGrid .rgEditRow > td, .dark-mode
  div.RadGrid .rgFooter > td, .dark-mode
  div.RadGrid .rgFilterRow > td, .dark-mode
  div.RadGrid .rgHeader, .dark-mode
  div.RadGrid .rgResizeCol, .dark-mode
  div.RadGrid .rgGroupHeader td {
    border-color: #555;
    border-left-color: #555;
    border-right-color: #555;
    border-top-color: #555;
    border-bottom-color: #555; }

div.RadGrid_FanGraphs .rgMasterTable {
  border-collapse: collapse; }

div.RadGrid_FanGraphs .rgAltRow {
  background: #ffffff; }

div.RadGrid_FanGraphs .rgAltRow:hover,
div.RadGrid_FanGraphs .rgRow:hover {
  background: #e5e5e5; }
  .dark-mode div.RadGrid_FanGraphs .rgAltRow:hover, .dark-mode
  div.RadGrid_FanGraphs .rgRow:hover {
    background-color: #555; }

div.RadGrid_FanGraphs td.rgPagerCell {
  border-width: 0px 0 2px 0; }

div.RadGrid_FanGraphs .rgHeader:first-child,
div.RadGrid_FanGraphs th.rgResizeCol:first-child,
div.RadGrid_FanGraphs .rgFilterRow > td:first-child,
div.RadGrid_FanGraphs .rgRow > td:first-child,
div.RadGrid_FanGraphs .rgAltRow > td:first-child {
  padding-right: 3px;
  padding-left: 3px; }

div.RadGrid .rgHeader,
div.RadGrid th.rgResizeCol {
  padding-top: 5px;
  padding-bottom: 4px; }

div.RadGrid .rgRow,
div.RadGrid .rgAltRow,
div.RadGrid .rgEditRow,
div.RadGrid .rgFooter,
div.RadGrid .rgGroupHeader {
  height: auto; }

.RadListBox .rlbNoButtonText.rlbButton {
  width: initial !important; }

.dark-mode .RadListBox_Default .rlbGroup {
  background-color: #3a3a3a !important;
  color: #fff !important; }

/* <RadMenu / MetroLite> */
.RadMenu_DepthChart {
  font-family: "Segoe UI", Arial, Helvetica, sans-serif; }

.RadMenu_DepthChart .rmRootGroup {
  border-color: #cdcdcd;
  color: #333333;
  background-color: #f9f9f9; }

.RadMenu_DepthChart .rmRootGroup .rmItem {
  border-color: #cdcdcd; }

.RadMenu_DepthChart .rmRootGroup .rmRootLink:hover {
  border-color: #cdcdcd;
  color: #ffffff;
  background-color: #50ae26; }

.RadMenu_DepthChart .rmRootGroup .rmSelected > .rmRootLink,
.RadMenu_DepthChart .rmRootGroup .rmExpanded > .rmRootLink {
  border-color: #50ae26;
  color: #ffffff;
  background-color: #50ae26; }

.RadMenu_DepthChart .rmGroup,
.RadMenu_DepthChart .rmMultiColumn,
.RadMenu_DepthChart .rmPopup {
  border-color: #cdcdcd;
  color: #000000;
  background-color: #ffffff; }

.RadMenu_DepthChart .rmGroup .rmLink:hover,
.RadMenu_DepthChart .rmGroup .rmToggle:hover {
  border-color: #e8e8e8;
  color: #000000;
  background-color: #e8e8e8; }

.RadMenu_DepthChart .rmGroup .rmSelected > .rmLink,
.RadMenu_DepthChart .rmGroup .rmExpanded > .rmLink,
.RadMenu_DepthChart .rmGroup .rmSelected > .rmLink .rmToggle,
.RadMenu_DepthChart .rmGroup .rmExpanded > .rmLink .rmToggle {
  border-color: #50ae26;
  color: #ffffff;
  background-color: #50ae26; }

.RadMenu_DepthChart .rmSeparator {
  border-color: #cdcdcd; }

.RadMenu_DepthChart .rmGroup .rmSeparator {
  border-color: #cdcdcd; }

.RadMenu_DepthChart .rmArrow {
  border-color: #d9d9d9;
  background-color: #f2f2f2; }

.RadMenu_DepthChart .rmArrow:hover {
  background-color: #e6e6e6; }

.RadMenu_DepthChart .rmGroup:before,
.RadMenu_DepthChart .rmMultiColumn:before,
.RadMenu_DepthChart .rmScrollWrap > .rmHorizontal:before,
.RadMenu_DepthChart .rmScrollWrap > .rmVertical:before {
  display: none; }

/* NEW THINGS */
div.RadMenu_DepthChart .rmGroup:before,
div.RadMenu_DepthChart .rmMultiColumn:before,
div.RadMenu_DepthChart .rmScrollWrap > .rmHorizontal:before,
div.RadMenu_DepthChart .rmScrollWrap > .rmVertical:before {
  display: none; }

.RadTabStrip_FanGraphs {
  color: #000000;
  font: 12px "Segoe UI", Arial, Helvetica, sans-serif;
  line-height: 26px; }

.RadTabStrip_FanGraphs .rtsGhostTab {
  border-color: #cdcdcd;
  color: #000000;
  background-color: #f9f9f9; }

.RadTabStrip_FanGraphs {
  color: #ffffff;
  font: 12px "Segoe UI", Arial, Helvetica, sans-serif;
  line-height: 2.5; }

.RadTabStrip_FanGraphs .rtsDisabled .rtsTxt {
  opacity: .5;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* IE 5-7 */
  filter: alpha(opacity=50); }

.RadTabStrip_FanGraphs .rtsLink {
  padding: 0 !important;
  color: #000000; }
  .dark-mode .RadTabStrip_FanGraphs .rtsLink {
    color: #fff; }

.RadTabStrip_FanGraphs .rtsOut,
.RadTabStrip_FanGraphs .rtsIn {
  padding: 0 !important; }

.RadTabStrip_FanGraphs .rtsTxt {
  padding: 0; }

.RadTabStrip_FanGraphs .rtsLevel1 .rtsLink {
  margin: 0 0 0 -1px;
  border: 1px solid #cdcdcd;
  background-color: #f9f9f9;
  background-color: #f5f5f5; }
  .dark-mode .RadTabStrip_FanGraphs .rtsLevel1 .rtsLink {
    background-color: #888; }

.RadTabStrip_FanGraphs .rtsLevel1 .rtsLink:hover {
  background-color: #e8e8e8; }
  .dark-mode .RadTabStrip_FanGraphs .rtsLevel1 .rtsLink:hover {
    background-color: #aaa; }

.RadTabStrip_FanGraphs .rtsLevel1 .rtsSelected,
.RadTabStrip_FanGraphs .rtsLevel1 .rtsSelected:hover {
  border-color: #50ae26;
  color: #ffffff;
  background-color: #50ae26; }
  .dark-mode .RadTabStrip_FanGraphs .rtsLevel1 .rtsSelected, .dark-mode
  .RadTabStrip_FanGraphs .rtsLevel1 .rtsSelected:hover {
    background-color: #50ae26; }

.RadTabStrip_FanGraphs .rtsLevel1 .rtsDisabled,
.RadTabStrip_FanGraphs .rtsLevel1 .rtsDisabled:hover {
  border-color: #cdcdcd;
  background: #f9f9f9; }

.RadTabStrip_FanGraphs .rtsLevel1 .rtsFirst .rtsLink {
  margin-left: 0; }

div.RadTabStrip_FanGraphs .rtsLevel2 {
  padding: 1px;
  width: auto;
  background-color: #50ae26; }

.RadTabStrip_FanGraphs .rtsLevel2 .rtsLink {
  margin: 0 0 0 1px;
  border: 1px solid #50ae26;
  color: #ffffff; }

.RadTabStrip_FanGraphs .rtsLevel2 .rtsLink:hover {
  border-color: #ffffff; }

.RadTabStrip_FanGraphs .rtsLevel2 .rtsSelected,
.RadTabStrip_FanGraphs .rtsLevel2 .rtsSelected:hover {
  border-color: #ffffff; }

.RadTabStrip_FanGraphs .rtsLevel2 .rtsFirst .rtsLink {
  margin-left: 0; }

.RadTabStrip_FanGraphs .rtsScroll {
  height: auto; }

.RadTabStrip_FanGraphs .rtsNextArrow,
.RadTabStrip_FanGraphs .rtsPrevArrow,
.RadTabStrip_FanGraphs .rtsPrevArrowDisabled,
.RadTabStrip_FanGraphs .rtsNextArrowDisabled {
  width: 28px;
  height: 28px;
  border: 1px solid #cdcdcd;
  border-radius: 34px;
  background-color: #f9f9f9; }

.RadTabStrip_FanGraphs .rtsNextArrow,
.RadTabStrip_FanGraphs .rtsNextArrow:hover,
.RadTabStrip_FanGraphs .rtsNextArrowDisabled,
.RadTabStrip_FanGraphs .rtsNextArrowDisabled:hover {
  background-position: -11px -161px; }

.RadTabStrip_FanGraphs .rtsPrevArrow,
.RadTabStrip_FanGraphs .rtsPrevArrow:hover,
.RadTabStrip_FanGraphs .rtsPrevArrowDisabled,
.RadTabStrip_FanGraphs .rtsPrevArrowDisabled:hover {
  background-position: -11px -111px; }

.RadTabStrip_FanGraphs .rtsNextArrowDisabled,
.RadTabStrip_FanGraphs .rtsPrevArrowDisabled {
  filter: alpha(opacity=50);
  opacity: 0.5; }

.RadTabStrip_FanGraphs.RadTabStripVertical .rtsLevel1 .rtsLink {
  margin: 0;
  border-width: 0 1px 1px; }

.RadTabStrip_FanGraphs.RadTabStripVertical .rtsLevel1 .rtsFirst .rtsLink {
  border-top-width: 1px; }

.RadTabStripTop_FanGraphs .rtsLevel1 {
  border-bottom: 3px solid #50ae26; }

.RadTabStripTop_FanGraphs .rtsLevel1 .rtsLink {
  border-bottom-width: 0; }

.RadTabStripBottom_FanGraphs .rtsLevel1 {
  border-top: 3px solid #50ae26; }

.RadTabStripBottom_FanGraphs .rtsLevel1 .rtsLink {
  border-top-width: 0; }

.RadTabStripLeft_FanGraphs .rtsLink {
  border-right-width: 0; }

.RadTabStripLeft_FanGraphs .rtsNextArrow,
.RadTabStripLeft_FanGraphs .rtsNextArrow:hover,
.RadTabStripLeft_FanGraphs .rtsNextArrowDisabled,
.RadTabStripLeft_FanGraphs .rtsNextArrowDisabled:hover {
  background-position: -11px -61px; }

.RadTabStripLeft_FanGraphs .rtsPrevArrow,
.RadTabStripLeft_FanGraphs .rtsPrevArrow:hover,
.RadTabStripLeft_FanGraphs .rtsPrevArrowDisabled,
.RadTabStripLeft_FanGraphs .rtsPrevArrowDisabled:hover {
  background-position: -11px -11px; }

.RadTabStripRight_FanGraphs .rtsLink {
  border-left-width: 0; }

.RadTabStripRight_FanGraphs .rtsNextArrow,
.RadTabStripRight_FanGraphs .rtsNextArrow:hover,
.RadTabStripRight_FanGraphs .rtsNextArrowDisabled,
.RadTabStripRight_FanGraphs .rtsNextArrowDisabled:hover {
  background-position: -11px -61px; }

.RadTabStripRight_FanGraphs .rtsPrevArrow,
.RadTabStripRight_FanGraphs .rtsPrevArrow:hover,
.RadTabStripRight_FanGraphs .rtsPrevArrowDisabled,
.RadTabStripRight_FanGraphs .rtsPrevArrowDisabled:hover {
  background-position: -11px -11px; }

html .RadTabStrip_FanGraphs_disabled .rtsLevel1 .rtsLink {
  border-color: #c5c5c5;
  color: #c5c5c5;
  cursor: default; }

html .RadTabStrip_FanGraphs_disabled .rtsLevel1 .rtsLink:hover {
  background-color: #f9f9f9; }

html .RadTabStrip_FanGraphs_disabled .rtsDisabled {
  opacity: 1; }

/** DropClues */
.rtsDropClue_FanGraphs {
  width: 16px;
  height: 16px; }

.rtsDropClueTop_FanGraphs {
  margin-top: -16px;
  margin-left: -8px;
  background-position: -17px -67px; }

.rtsDropClueRight_FanGraphs {
  margin-top: -8px;
  background-position: -17px -117px; }

.rtsDropClueBottom_FanGraphs {
  margin-left: -8px;
  background-position: -17px -17px; }

.rtsDropClueLeft_FanGraphs {
  margin-top: -8px;
  margin-left: -16px;
  background-position: -17px -167px; }

.RadComboBox_FanGraphs {
  color: #000000;
  font: 9pt "Segoe UI", Arial, Helvetica, sans-serif; }

.RadComboBox_FanGraphs .rcbInner {
  border-color: #e5e5e5;
  color: #000000;
  background-color: #ffffff; }
  .dark-mode .RadComboBox_FanGraphs .rcbInner {
    background-color: #888;
    color: #fff; }

.RadComboBox_FanGraphs .rcbActionButton {
  border-color: #e5e5e5;
  color: #000000;
  background-color: #f9f9f9; }
  .dark-mode .RadComboBox_FanGraphs .rcbActionButton {
    color: #fff; }

.RadComboBox_FanGraphs .rcbHovered {
  border-color: #767676;
  color: #000000;
  background-color: #ffffff; }
  .dark-mode .RadComboBox_FanGraphs .rcbHovered {
    background-color: #888; }

.RadComboBox_FanGraphs .rcbHovered .rcbActionButton {
  border-color: #e5e5e5;
  color: #000000;
  background-color: #e5e5e5; }

.RadComboBox_FanGraphs .rcbFocused {
  border-color: #50ae26;
  color: #000000;
  background-color: #ffffff; }
  .dark-mode .RadComboBox_FanGraphs .rcbFocused {
    background-color: #888; }

.RadComboBox_FanGraphs .rcbFocused .rcbActionButton {
  border-color: #50ae26;
  color: #ffffff;
  background-color: #50ae26; }

.RadComboBox_FanGraphs .rcbReadOnly {
  border-color: #e5e5e5;
  color: #000000;
  background-color: #f9f9f9; }

.RadComboBox_FanGraphs .rcbReadOnly.rcbHovered {
  border-color: #e5e5e5;
  color: #000000;
  background-color: #e5e5e5; }

.RadComboBox_FanGraphs .rcbReadOnly.rcbFocused {
  border-color: #50ae26;
  color: #ffffff;
  background-color: #50ae26; }

.RadComboBoxDropDown_FanGraphs {
  border-color: #cdcdcd;
  color: #000000;
  background-color: #ffffff;
  font: 9pt "Segoe UI", Arial, Helvetica, sans-serif; }
  .dark-mode .RadComboBoxDropDown_FanGraphs {
    background-color: #3a3a3a;
    color: #fff; }

.RadComboBoxDropDown_FanGraphs .rcbHeader,
.RadComboBoxDropDown_FanGraphs .rcbFooter,
.RadComboBoxDropDown_FanGraphs .rcbCheckAllItems,
.RadComboBoxDropDown_FanGraphs .rcbMoreResults {
  border-color: #cdcdcd; }

.RadComboBoxDropDown_FanGraphs .rcbHovered {
  color: #000000;
  background-color: #e8e8e8; }
  .dark-mode .RadComboBoxDropDown_FanGraphs .rcbHovered {
    background-color: #aaa;
    color: #fff; }

.RadComboBoxDropDown_FanGraphs .rcbSelected {
  color: #ffffff;
  background-color: #50ae26; }

.RadComboBoxDropDown_FanGraphs .rcbLoading {
  color: #000000;
  background-color: #e8e8e8; }

.RadComboBoxDropDown_FanGraphs .rcbItem em {
  color: #000000;
  background-color: #e8e8e8; }

.RadComboBoxDropDown_FanGraphs .rcbCheckAllItemsHovered {
  color: #000000;
  background-color: #e8e8e8; }

.scoreboard-aspx .win-board__header th {
  background-color: #d3d3d3; }
  .dark-mode .scoreboard-aspx .win-board__header th {
    background-color: #555; }

.dark-mode .scoreboard-aspx .highcharts-container {
  background-color: #aaa; }

.dark-mode .scoreboard-aspx td {
  border-color: none !important; }

.dark-mode .scoreboard-aspx #WinsBox1_ThreeStars1_ajaxPanel tr:first-child, .dark-mode
.scoreboard-aspx #WinsGame1_ThreeStars1_ajaxPanel tr:first-child, .dark-mode
.scoreboard-aspx #LiveGame1_ThreeStars1_ajaxPanel tr:first-child {
  background-color: #555 !important; }

.scoreboard-aspx .side-score__wrapper {
  border-collapse: collapse; }
  .scoreboard-aspx .side-score__wrapper .side-score__header {
    background-color: #cecece;
    font-weight: 600;
    text-align: center; }
    .dark-mode .scoreboard-aspx .side-score__wrapper .side-score__header {
      background-color: #444; }

.scoreboard-aspx .side-score {
  background-color: #cecece;
  cursor: pointer;
  margin: 5px 10px; }
  .scoreboard-aspx .side-score:hover {
    background-color: #e8e8e8; }
  .dark-mode .scoreboard-aspx .side-score {
    background-color: #444; }
    .dark-mode .scoreboard-aspx .side-score:hover {
      background-color: #5e5e5e; }

.dark-mode .livescoreboard_aspx td {
  border-color: #555 !important; }

.dark-mode .livescoreboard_aspx .win-board__header td {
  background-color: #555 !important; }

.coolgraphs_aspx select {
  width: 100px;
  font-family: Lato, Arial;
  font-size: 16px;
  line-height: 2;
  border-radius: 0;
  height: 35px;
  font-size: 14px; }

.coolgraphs_aspx .label {
  margin-bottom: 5px;
  font-size: 14px; }

.coolgraphs_aspx .stat-block {
  display: table-cell;
  background-color: #f5f5f5;
  height: 30px;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #cdcdcd;
  cursor: pointer;
  font-size: 12px;
  font-family: Lato, Arial; }
  .dark-mode .coolgraphs_aspx .stat-block {
    background-color: #888; }

.coolgraphs_aspx .stat-block:hover {
  background-color: #e8e8e8; }
  .dark-mode .coolgraphs_aspx .stat-block:hover {
    background-color: #a2a2a2; }

.coolgraphs_aspx .div-button {
  background-color: #f5f5f5;
  line-height: 2.2;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  font-size: 12px; }
  .dark-mode .coolgraphs_aspx .div-button {
    background-color: #888; }

.coolgraphs_aspx .div-button:hover {
  background-color: #e8e8e8; }
  .dark-mode .coolgraphs_aspx .div-button:hover {
    background-color: #a2a2a2; }

.coolgraphs_aspx .div-button {
  width: 90px;
  /*added this could change*/ }

.coolgraphs_aspx .div-button:active {
  background-color: #909090; }

.coolgraphs_aspx .active {
  background-color: #50ae26; }
  .dark-mode .coolgraphs_aspx .active {
    background-color: #50ae26; }

.coolgraphs_aspx .tool-controls-col-1 {
  width: 115px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  padding-left: 15px;
  background-color: #cecece;
  border-left: 1px solid #a0a0a0;
  border-right: 1px solid #a0a0a0;
  border-bottom: 1px solid #a0a0a0;
  padding: 5px 0; }
  .dark-mode .coolgraphs_aspx .tool-controls-col-1 {
    background-color: #444; }

.coolgraphs_aspx .tool-controls-row {
  display: table;
  width: 100%;
  margin: auto;
  table-layout: fixed; }

@keyframes copy-1 {
  0% {
    top: -100%; }
  15% {
    top: -100%; }
  25% {
    top: 0; }
  75% {
    top: 0; }
  85% {
    top: 100%; }
  100% {
    top: 100%; } }

#root-house-ra {
  font-family: Lato, arial, helvetica, sans-serif; }
  #root-house-ra a {
    text-decoration: none; }
  #root-house-ra.small-square {
    width: 300px;
    height: 250px;
    background-color: #aaa; }
  #root-house-ra.narrow-wide {
    width: 728px;
    height: 90px;
    background-color: #50ae26; }
  #root-house-ra .ra-copy-underline {
    border-bottom: 3px solid #000;
    padding-bottom: 1px; }
  #root-house-ra .ra-wrapper {
    /*.copy-1 {
            position: relative;
            animation: copy-1;
            animation-duration: 5000ms;
            animation-fill-mode: backwards;
            animation-delay: 1s;
            animation-iteration-count: infinite;
        }

        .copy-2 {
            position: relative;
            animation: copy-1;
            animation-duration: 5000ms;
            animation-fill-mode: backwards;
            animation-delay: 4500ms;
            animation-iteration-count: infinite;
        }*/
    /*.middle-to-bottom {
            margin-top: 100px;
        }

        .bottom-to-top {
            transition: initial;
            margin-top: -100px;
        }*/ }
    #root-house-ra .ra-wrapper.simple-ad {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100%; }
    #root-house-ra .ra-wrapper.split-leaderboards-wide {
      position: relative;
      color: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100%;
      flex-direction: column; }
      #root-house-ra .ra-wrapper.split-leaderboards-wide .button-call-to-action {
        position: absolute;
        right: 12px; }
      #root-house-ra .ra-wrapper.split-leaderboards-wide .ra-house-logo {
        width: 60px;
        align-self: flex-start;
        margin-left: 12px; }
    #root-house-ra .ra-wrapper .button-call-to-action {
      background-color: #f9c758;
      color: #000;
      padding: 8px 10px;
      cursor: pointer;
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3), 0 6px 6px rgba(0, 0, 0, 0.1);
      transition: box-shadow 100ms; }
      #root-house-ra .ra-wrapper .button-call-to-action:hover {
        box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2), 0 10px 10px rgba(0, 0, 0, 0.05); }
    #root-house-ra .ra-wrapper .copy-1 {
      position: absolute;
      transition: opacity 600ms;
      opacity: 0; }
    #root-house-ra .ra-wrapper .copy-2 {
      position: absolute;
      transition: opacity 600ms;
      opacity: 0; }
    #root-house-ra .ra-wrapper .is-visible {
      opacity: 1; }
    #root-house-ra .ra-wrapper.playoff-odds-ask, #root-house-ra .ra-wrapper.season-stat-grid {
      position: relative;
      display: flex;
      justify-content: flex-start;
      flex-direction: column;
      align-items: center;
      height: 100%;
      background-color: #50ae26;
      color: #fff;
      text-align: center;
      font-size: 20px;
      padding: 10px;
      line-height: 28px; }
      #root-house-ra .ra-wrapper.playoff-odds-ask .ra-house-logo, #root-house-ra .ra-wrapper.season-stat-grid .ra-house-logo {
        width: 60px;
        margin: 10px; }
      #root-house-ra .ra-wrapper.playoff-odds-ask .button-wrapper, #root-house-ra .ra-wrapper.season-stat-grid .button-wrapper {
        display: flex;
        position: absolute;
        bottom: 22px;
        justify-content: space-around;
        width: 100%;
        font-size: 15px; }
      #root-house-ra .ra-wrapper.playoff-odds-ask .button-call-to-action, #root-house-ra .ra-wrapper.season-stat-grid .button-call-to-action {
        padding: 5px 10px; }

.header__wrapper {
  /*default header*/
  /*sticky*/ }
  .header__wrapper .header__ra-unit {
    text-align: center;
    padding-top: 110px; }
    .header__wrapper .header__ra-unit .catchall728 {
      margin: auto; }
    .header__wrapper .header__ra-unit .ra-member {
      margin: auto; }
    .header__wrapper .header__ra-unit .fg-ra-desktop {
      margin: auto;
      padding-bottom: 20px; }
  .header__wrapper header {
    position: fixed;
    top: 0;
    left: 0;
    margin: auto;
    z-index: 10000000000;
    max-width: initial;
    width: 100%;
    background-color: #50ae26;
    /*For top logo, new header*/ }
    .header__wrapper header .top-logo {
      max-width: 1100px;
      margin: auto; }
    .header__wrapper header .ra-member {
      display: none; }
    .rg .header__wrapper header {
      background-color: #825a3f; }
    .ng .header__wrapper header {
      background-color: #7c4d85; }
    .tg .header__wrapper header {
      background-color: #fbac26; }
    .com .header__wrapper header {
      background-color: #336699; }
    .tht .header__wrapper header {
      background-color: #8e001c; }
    .header__wrapper header .top-logo-bkgd {
      background-color: #50ae26;
      -webkit-box-flex: 1;
      -ms-flex: 1 0 247px;
      flex: 1 0 247px;
      height: 100%;
      width: 267px;
      display: inline-block;
      float: left; }
      .header__wrapper header .top-logo-bkgd.ig {
        background-color: #fff;
        border: 3px solid #50ae26;
        box-sizing: border-box;
        width: 247px;
        width: 267px; }
      .header__wrapper header .top-logo-bkgd.ng {
        background-color: #7c4d85; }
      .header__wrapper header .top-logo-bkgd.tht {
        background-color: #8e001c; }
      .header__wrapper header .top-logo-bkgd.com {
        background-color: #336699; }
      .header__wrapper header .top-logo-bkgd.rg {
        background-color: #825a3f; }
      .header__wrapper header .top-logo-bkgd.tg {
        background-color: #fbac26;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%; }
        .header__wrapper header .top-logo-bkgd.tg a {
          text-decoration: none;
          font-family: Helvetica Neue, sans-serif;
          font-size: 28px;
          font-weight: 600; }
          .header__wrapper header .top-logo-bkgd.tg a:hover {
            color: initial; }
    .header__wrapper header .top-logo {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      height: 90px;
      margin-bottom: 5px;
      z-index: 100001;
      position: relative;
      margin-bottom: 0;
      display: block; }
    .header__wrapper header .top-logo div.top-logo-img {
      background-position: -20px;
      background-size: 350px;
      background-image: url(https://cdn.fangraphs.com/images/fg-clear-logo.png);
      background-repeat: no-repeat;
      height: 100%; }
      .header__wrapper header .top-logo div.top-logo-img.rg {
        background-image: url(https://cdn.fangraphs.com/images/rg-clear-logo.png);
        background-size: 320px; }
      .header__wrapper header .top-logo div.top-logo-img.ng {
        background-image: url(https://cdn.fangraphs.com/images/ng-clear-header-logo.png); }
      .header__wrapper header .top-logo div.top-logo-img.com {
        background-image: url(https://cdn.fangraphs.com/images/com-clear-header-logo.png); }
      .header__wrapper header .top-logo div.top-logo-img.ig {
        background-image: url(https://cdn.fangraphs.com/images/ig-clear-header-logo.png);
        background-size: 320px; }
      .header__wrapper header .top-logo div.top-logo-img.tht {
        background: url(https://cdn.fangraphs.com/images/cropped-tht_header_logo-white.png);
        background-size: 240px;
        background-position: 10px 50%;
        background-repeat: no-repeat; }
    .header__wrapper header .header-chat-alert {
      background-color: #50ae26;
      text-align: center;
      padding: 5px 5px 10px;
      font-size: 16px;
      display: none;
      font-family: Lato, Arial; }
      .header__wrapper header .header-chat-alert.chatShow {
        display: block; }
      .header__wrapper header .header-chat-alert.rg {
        background-color: #825a3f; }
      .header__wrapper header .header-chat-alert.ng {
        background-color: #7c4d85; }
      .header__wrapper header .header-chat-alert.com {
        background-color: #336699; }
      .header__wrapper header .header-chat-alert.tht {
        background-color: #8e001c; }
      .header__wrapper header .header-chat-alert.tht.annual {
        display: none; }
      .header__wrapper header .header-chat-alert.tg {
        background-color: #fbac26; }
      .header__wrapper header .header-chat-alert a {
        color: white;
        text-decoration: none; }
        .header__wrapper header .header-chat-alert a:hover {
          color: #000; }
  .header__wrapper header .top-logo {
    height: 50px; }
  .header__wrapper header .top-logo-bkgd {
    width: 100%; }
  .header__wrapper header .top-logo div.top-logo-img {
    background-position-x: -10px; }
    .header__wrapper header .top-logo div.top-logo-img.fg, .header__wrapper header .top-logo div.top-logo-img.rg, .header__wrapper header .top-logo div.top-logo-img.ng, .header__wrapper header .top-logo div.top-logo-img.com, .header__wrapper header .top-logo div.top-logo-img.ig {
      background-size: 275px;
      width: auto; }
    .header__wrapper header .top-logo div.top-logo-img.tht {
      background-size: 190px;
      background-position-x: 10px; }
      .header__wrapper header .top-logo div.top-logo-img.tht:after {
        content: 'Baseball. Insight. Daily.';
        display: block;
        position: absolute;
        bottom: 15px;
        right: 15px;
        color: #fff;
        font-family: lato, arial, helvetica; }
  .header__wrapper header .header-chat-alert.sticky {
    display: none; }

.header-chat-alert-spacer {
  padding: 5px 5px 10px;
  font-size: 16px;
  display: none; }
  .header-chat-alert-spacer.chatShow {
    display: block; }

.nav-main__wrapper {
  background-color: #000; }
  .nav-main__wrapper .nav-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    position: relative;
    z-index: 1000000;
    font-family: Lato, Arial, sans-serif;
    font-size: 14px;
    max-width: 1100px;
    margin: auto;
    position: relative; }
    .nav-main__wrapper .nav-main a {
      text-decoration: none; }
    .nav-main__wrapper .nav-main td {
      font-size: 12px; }
    .nav-main__wrapper .nav-main hr {
      border: 0;
      border-bottom: 1px solid #aaa; }
    .nav-main__wrapper .nav-main .menu-top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      list-style: none;
      margin: 0;
      padding: 0;
      text-align: left;
      width: 100%; }
    .nav-main__wrapper .nav-main .menu-item,
    .nav-main__wrapper .nav-main .nav-mobile-login {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto;
      /*text-align: left;*/
      line-height: 40px;
      position: relative;
      -ms-touch-action: none;
      border-top: 2px solid #000; }
    .nav-main__wrapper .nav-main .nav-mobile-login {
      -webkit-box-flex: none;
      -ms-flex: none;
      flex: none;
      height: 42px; }
    .nav-main__wrapper .nav-main .menu-item-label {
      color: #fff;
      -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto;
      display: block;
      cursor: default; }
    .nav-main__wrapper .nav-main .active .menu-item-label:after {
      content: '';
      width: 0;
      height: 0;
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-top: 6px solid #50ae26;
      position: absolute;
      top: 22px;
      display: inline-block;
      margin-left: 10px; }
    .nav-main__wrapper .nav-main .nav-mobile-login.active .menu-item-label:after {
      display: none; }
    .nav-main__wrapper .nav-main .menu-sub {
      display: none;
      position: absolute;
      max-height: 550px;
      overflow: auto;
      background-color: #fff;
      color: #000;
      left: 0;
      top: 100%;
      text-align: left;
      font-size: 13px;
      line-height: 20px;
      font-weight: 400;
      padding: 10px 20px;
      box-sizing: content-box;
      /*maybe fix the box-sizing one day*/ }
      .nav-main__wrapper .nav-main .menu-sub::-webkit-scrollbar {
        width: 0 !important;
        height: 0 !important; }
      .dark-mode .nav-main__wrapper .nav-main .menu-sub {
        background-color: #333;
        color: #fff; }
      .classic-mode .nav-main__wrapper .nav-main .menu-sub {
        background-color: #F5F5DC; }
      .nav-main__wrapper .nav-main .menu-sub.right {
        right: 0;
        left: initial; }
      .nav-main__wrapper .nav-main .menu-sub.login {
        font-size: 14px;
        z-index: 100; }
      .nav-main__wrapper .nav-main .menu-sub a {
        color: inherit !important; }
        .nav-main__wrapper .nav-main .menu-sub a:hover {
          text-decoration: underline;
          text-decoration-color: #50ae26; }
          .dark-mode .nav-main__wrapper .nav-main .menu-sub a:hover {
            text-decoration-color: #95e073 !important; }
        .nav-main__wrapper .nav-main .menu-sub a.tht:hover {
          text-decoration-color: #8e001c; }
          .dark-mode .nav-main__wrapper .nav-main .menu-sub a.tht:hover {
            text-decoration-color: #ff0f3e !important; }
        .nav-main__wrapper .nav-main .menu-sub a.rg:hover {
          text-decoration-color: #825a3f; }
          .dark-mode .nav-main__wrapper .nav-main .menu-sub a.rg:hover {
            text-decoration-color: #c19a7f !important; }
        .nav-main__wrapper .nav-main .menu-sub a.not:hover {
          text-decoration-color: #7c4d85; }
          .dark-mode .nav-main__wrapper .nav-main .menu-sub a.not:hover {
            text-decoration-color: #b892c0 !important; }
        .nav-main__wrapper .nav-main .menu-sub a.tg:hover {
          text-decoration-color: #fbac26; }
          .dark-mode .nav-main__wrapper .nav-main .menu-sub a.tg:hover {
            text-decoration-color: #fddca3 !important; }
      .nav-main__wrapper .nav-main .menu-sub ul {
        list-style-type: none;
        -webkit-padding-start: 0;
        padding: 0; }
      .nav-main__wrapper .nav-main .menu-sub li:hover {
        background-color: initial; }
      .nav-main__wrapper .nav-main .menu-sub .rg a:hover {
        text-decoration-color: #825a3f;
        color: inherit; }
      .nav-main__wrapper .nav-main .menu-sub .tht a:hover {
        text-decoration-color: #8e001c;
        color: inherit; }
      .nav-main__wrapper .nav-main .menu-sub .com a:hover {
        text-decoration-color: #336699;
        color: inherit; }
    .nav-main__wrapper .nav-main .menu-sub-header {
      color: green;
      font-weight: 700;
      margin-top: 3px; }
      .dark-mode .nav-main__wrapper .nav-main .menu-sub-header {
        color: #95e073; }
    .nav-main__wrapper .nav-main .menu-sub-header a {
      color: #000 !important;
      font-weight: initial; }
      .dark-mode .nav-main__wrapper .nav-main .menu-sub-header a {
        color: #fff !important; }

/*NAV BAR*/
/* Menu Drop Downs*/
.nav-mobile-login {
  flex: initial;
  box-sizing: border-box; }

.nav-mobile-bar,
.nav-mobile-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #000; }

.nav-mobile-menu {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%; }

.nav-mobile-button {
  display: none;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  background: url("https://cdn.fangraphs.com/images/ic_menu_white_24dp_2x.png");
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20fill%3D%22%23ffffff%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2224%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22/%3E%0A%20%20%20%20%3Cpath%20d%3D%22M3%2018h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z%22/%3E%0A%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-top: 1px solid #000; }

.menu-item:hover,
.menu-item.button-active,
.nav-mobile-button.button-active,
.menu-item.hover,
.nav-mobile-login:hover {
  background-color: #50ae26;
  color: #FFF; }

.nav-mobile-button {
  cursor: pointer; }

.nav-mobile-button.button-active {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20height%3D%2724%27%20viewBox%3D%270%200%2024%2024%27%20width%3D%2724%27%20fill%3D%27%23fff%27%3E%3Cpath%20d%3D%27M19%206.4L17.6%205%2012%2010.6%206.4%205%205%206.4%2010.6%2012%205%2017.6%206.4%2019%2012%2013.4%2017.6%2019%2019%2017.6%2013.4%2012z%27%2F%3E%3Cpath%20d%3D%27M0%200h24v24H0z%27%20fill%3D%27none%27%2F%3E%3C%2Fsvg%3E"); }

.nav-main__wrapper .rg .menu-item:hover,
.nav-main__wrapper .rg .menu-item.button-active,
.nav-main__wrapper .rg .menu-item.hover,
.nav-main__wrapper .rg .nav-mobile-login:hover,
.nav-main__wrapper .rg .nav-mobile-button.button-active {
  background-color: #825a3f; }

.nav-main__wrapper .ng .menu-item:hover,
.nav-main__wrapper .ng .menu-item.button-active,
.nav-main__wrapper .ng .menu-item.hover,
.nav-main__wrapper .ng .nav-mobile-login:hover,
.nav-main__wrapper .ng .nav-mobile-button.button-active {
  background-color: #7c4d85; }

.nav-main__wrapper .com .menu-item:hover,
.nav-main__wrapper .com .menu-item.button-active,
.nav-main__wrapper .com .menu-item.hover,
.nav-main__wrapper .com .nav-mobile-login:hover,
.nav-main__wrapper .com .nav-mobile-button.button-active {
  background-color: #336699; }

.nav-main__wrapper .tht .menu-item:hover,
.nav-main__wrapper .tht .menu-item.button-active,
.nav-main__wrapper .tht .menu-item.hover,
.nav-main__wrapper .tht .nav-mobile-login:hover,
.nav-main__wrapper .tht .nav-mobile-button.button-active {
  background-color: #8e001c; }

.nav-main__wrapper .tg .menu-item:hover,
.nav-main__wrapper .tg .menu-item.button-active,
.nav-main__wrapper .tg .menu-item.hover,
.nav-main__wrapper .tg .nav-mobile-login:hover,
.nav-main__wrapper .tg .nav-mobile-button.button-active {
  background-color: #fbac26; }

.nav-main__wrapper .nav-search {
  margin-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
  min-width: 200px;
  position: relative; }
  .nav-main__wrapper .nav-search input {
    box-sizing: border-box;
    width: 100%;
    line-height: 30px;
    border: 4px solid #000;
    padding: 0 5px;
    outline: none;
    font-size: 16px;
    font-family: inherit; }

.nav-main__wrapper .fg > span, .nav-main__wrapper span.fg, .nav-main__wrapper .fg > .menu-blog-header,
.nav-main__wrapper .fg > .menu-blog-podcast span,
.nav-main__wrapper .nav-main a.fg {
  color: green;
  font-weight: 600; }
  .dark-mode .nav-main__wrapper .fg > span, .dark-mode .nav-main__wrapper span.fg, .dark-mode .nav-main__wrapper .fg > .menu-blog-header, .dark-mode
  .nav-main__wrapper .fg > .menu-blog-podcast span, .dark-mode
  .nav-main__wrapper .nav-main a.fg {
    color: #95e073 !important; }

.nav-main__wrapper .nav-main a.fg {
  color: #50ae26 !important; }
  .dark-mode .nav-main__wrapper .nav-main a.fg {
    color: #95e073 !important; }

.nav-main__wrapper .rg > span, .nav-main__wrapper span.rg, .nav-main__wrapper .rg > .menu-blog-header,
.nav-main__wrapper .rg > .menu-blog-podcast span, .nav-main__wrapper .nav-main a.rg {
  color: #825a3f;
  font-weight: 600; }
  .dark-mode .nav-main__wrapper .rg > span, .dark-mode .nav-main__wrapper span.rg, .dark-mode .nav-main__wrapper .rg > .menu-blog-header, .dark-mode
  .nav-main__wrapper .rg > .menu-blog-podcast span, .dark-mode .nav-main__wrapper .nav-main a.rg {
    color: #c19a7f !important; }

.nav-main__wrapper .nav-main a.rg {
  color: #825a3f !important; }
  .dark-mode .nav-main__wrapper .nav-main a.rg {
    color: #c19a7f !important; }

.nav-main__wrapper .com > span, .nav-main__wrapper span.com, .nav-main__wrapper .com > .menu-blog-header {
  color: #336699;
  font-weight: 600; }
  .dark-mode .nav-main__wrapper .com > span, .dark-mode .nav-main__wrapper span.com, .dark-mode .nav-main__wrapper .com > .menu-blog-header {
    color: #79a6d2; }

.nav-main__wrapper .tht > span, .nav-main__wrapper span.tht, .nav-main__wrapper .tht > .menu-blog-header,
.nav-main__wrapper .tht > .menu-blog-podcast span, .nav-main__wrapper .nav-main a.tht {
  color: #8e001c !important;
  font-weight: 600; }
  .dark-mode .nav-main__wrapper .tht > span, .dark-mode .nav-main__wrapper span.tht, .dark-mode .nav-main__wrapper .tht > .menu-blog-header, .dark-mode
  .nav-main__wrapper .tht > .menu-blog-podcast span, .dark-mode .nav-main__wrapper .nav-main a.tht {
    color: #ff0f3e !important; }

.nav-main__wrapper .nav-main a.not {
  color: #7c4d85 !important; }
  .dark-mode .nav-main__wrapper .nav-main a.not {
    color: #b892c0 !important; }

.nav-main__wrapper .nav-main a.tg {
  color: #fbac26 !important; }
  .dark-mode .nav-main__wrapper .nav-main a.tg {
    color: #fddca3 !important; }

.nav-main__wrapper .menu-blog-header {
  font-size: 14px; }

.nav-main__wrapper .menu-blog-podcast,
.nav-main__wrapper .menu-sub-link {
  font-weight: 600; }

.nav-main__wrapper .menu-scores-table,
.nav-main__wrapper .menu-scores-table table,
.nav-main__wrapper .menu-standings-table,
.nav-main__wrapper .menu-standings-table table,
.nav-main__wrapper .menu-team-table,
.nav-main__wrapper .menu-team-table table {
  border-collapse: collapse;
  width: 100%;
  vertical-align: top; }

.nav-main__wrapper .menu-standings-table {
  table-layout: fixed; }
  .nav-main__wrapper .menu-standings-table table td {
    width: 25px;
    text-align: right; }
    .nav-main__wrapper .menu-standings-table table td:first-child {
      text-align: left;
      width: 65px; }
    .nav-main__wrapper .menu-standings-table table td:last-child {
      text-align: right; }

.nav-main__wrapper .menu-team-subtable td:last-child {
  padding: 0 10px; }
  .nav-main__wrapper .menu-team-subtable td:last-child:before {
    content: '|';
    padding-right: 10px;
    color: #ccc; }

.nav-main__wrapper .menu-standings-table .menu-sub-header,
.nav-main__wrapper .menu-scores-table .menu-sub-header,
.nav-main__wrapper .menu-team-table .menu-sub-header {
  margin-top: 7px; }

.nav-main__wrapper .menu-table-sep {
  width: 15px; }

.nav-main__wrapper .menu-scores-table tr {
  vertical-align: top; }

.nav-main__wrapper .menu-scores-table > tbody > tr > td:not(.menu-table-sep) {
  width: 48%; }

/* Search Bar */
#psearch {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100; }

.nav-search-players {
  display: none;
  text-align: left; }

.menu-search {
  background-color: #fff; }

.menu-search {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #000;
  padding: 5px; }

.menu-search-top {
  max-width: 400px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.menu-search-box div,
.menu-search-title {
  text-align: center;
  margin: 5px 0; }

.menu-search table {
  width: 100%;
  max-width: 350px;
  margin: auto; }

.menu-search td:last-child {
  text-align: right; }

.menu-search-blog {
  font-size: 12px; }
  .menu-search-blog ul {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    list-style: none;
    padding: 15px; }
  .menu-search-blog li {
    margin: 10px 0; }

.menu-search-blog-author {
  display: block;
  font-size: 10px;
  color: #888;
  margin: 2px 0; }

li.menu-item[data-sub="login"] {
  flex: 0 1 auto; }

li.menu-item[data-sub="login"] .menu-item-label,
.nav-mobile-login .menu-item-label {
  padding-left: 10px;
  overflow-y: auto;
  cursor: pointer; }

li.menu-item[data-sub="login"] a,
.nav-mobile-login a {
  display: block;
  cursor: pointer;
  height: 100%; }

[data-sub="login"] .label-account,
[data-sub="login"] .icon-account,
.nav-mobile-login .label-account,
.nav-mobile-login .icon-account {
  display: inline-block;
  float: right;
  margin-right: 12px;
  color: #fff;
  cursor: pointer; }

li.menu-item[data-sub="login"] a.signed-in,
.nav-mobile-login a.signed-in,
a.signed-in .menu-item-label,
a.signed-in .label-account,
a.signed-in .icon-account {
  cursor: default !important; }

/*add more default stuff there*/
/* LOGIN RIGHT SIDE */
.menu-sub.login {
  width: 130px;
  right: 0;
  left: auto;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3), 0 6px 6px rgba(0, 0, 0, 0.1);
  border: 1px solid #aaa;
  border-top: none; }
  .menu-sub.login a {
    font-weight: 400; }
  .menu-sub.login .menu-sub div {
    padding: 2px 0; }

.icon-account {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20fill=%22%23000000%22%20height=%2224%22%20viewBox=%220%200%2024%2024%22%20width=%2224%22%20xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d=%22M12%2012c2.21%200%204-1.79%204-4s-1.79-4-4-4-4%201.79-4%204%201.79%204%204%204zm0%202c-2.67%200-8%201.34-8%204v2h16v-2c0-2.66-5.33-4-8-4z%22/%3E%3Cpath%20d=%22M0%200h24v24H0z%22%20fill=%22none%22/%3E%3C/svg%3E");
  width: 25px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #fff;
  margin: auto;
  margin-top: 7px; }
  .icon-account.signed-out {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20fill=%22%23aaaaaa%22%20height=%2224%22%20viewBox=%220%200%2024%2024%22%20width=%2224%22%20xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d=%22M12%2012c2.21%200%204-1.79%204-4s-1.79-4-4-4-4%201.79-4%204%201.79%204%204%204zm0%202c-2.67%200-8%201.34-8%204v2h16v-2c0-2.66-5.33-4-8-4z%22/%3E%3Cpath%20d=%22M0%200h24v24H0z%22%20fill=%22none%22/%3E%3C/svg%3E"); }

.nav-mobile-login {
  display: none;
  border-top: 1px solid #000; }
  .nav-mobile-login .menu-sub {
    position: absolute;
    right: 0; }

.nav-fill {
  flex: 1 1 auto; }

.nav-mobile-fill {
  display: none;
  flex: 1 1 auto; }

.chatShow {
  display: block; }

.alignR {
  text-align: right; }

[data-sub="prospects"] .intro-header {
  display: none; }

[data-sub="prospects"] .intro-misc {
  display: block;
  float: none; }

[data-sub="prospects"] .intro-team-prospects-toggle,
[data-sub="prospects"] [class^="team-box-"] {
  box-sizing: border-box; }
  [data-sub="prospects"] .intro-team-prospects-toggle *,
  [data-sub="prospects"] [class^="team-box-"] * {
    box-sizing: border-box; }
  [data-sub="prospects"] .intro-team-prospects-toggle > div,
  [data-sub="prospects"] [class^="team-box-"] > div {
    width: 90%; }

[data-sub="prospects"] [class^="team-box-"] > div a.link-inactive {
  color: #aaa !important; }

#root__dark-mode-1,
#root__dark-mode-2 {
  cursor: pointer; }
  #root__dark-mode-1 div,
  #root__dark-mode-2 div {
    cursor: pointer; }
  #root__dark-mode-1 .dark-mode__icon,
  #root__dark-mode-2 .dark-mode__icon {
    font-size: 16px;
    padding-left: 5px; }

/*menu width sizing*/
@media screen and (min-width: 900px) {
  [data-sub="home"] .menu-sub,
  [data-sub="games"] .menu-sub,
  [data-sub="ottoneu"] .menu-sub {
    width: 150px; }
  [data-sub="blogs"] .menu-sub,
  [data-sub="scores"] .menu-sub,
  [data-sub="prospects"] .menu-sub {
    width: 350px; }
  [data-sub="standings"] .menu-sub {
    width: 325px; }
  [data-sub="teams"] .menu-sub,
  [data-sub="roster-resource"] .menu-sub {
    width: 300px; }
  [data-sub="projections"] .menu-sub,
  [data-sub="glossary"] .menu-sub,
  [data-sub="leaders"] .menu-sub {
    width: 350px; }
  [data-sub="events"] .menu-sub {
    width: 225px; }
  [data-sub="login"] .menu-sub {
    width: 130px; }
  .nav-main .menu-sub,
  .nav-main .menu-search {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3), 0 6px 6px rgba(0, 0, 0, 0.1);
    border: 1px solid #aaa;
    border-top: none; }
  nav.nav-main .menu-item-label {
    text-align: center; }
  .menu-search {
    width: 500px;
    padding: 10px; }
  .menu-search-top {
    max-width: 500px;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    color: #000; }
  .menu-search-box {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin: 5px 15px; }
  .menu-search-divider {
    border-left: 1px solid #888;
    width: 1px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0px;
    flex: 0 0 0px;
    margin: 30px 0 0; }
  /*move to something new*/
  .mobile-show {
    display: none; }
  .mobile-hide {
    display: initial; } }

@media (max-width: 600px) {
  [data-sub="prospects"] .box-team .intro-team-prospects-toggle {
    text-align: center; } }

/* qTip2 v2.2.1 | Plugins: tips modal viewport svg imagemap ie6 | Styles: core basic css3 | qtip2.com | Licensed MIT | Sat Sep 06 2014 20:34:38 */
.qtip {
  position: absolute;
  left: -28000px;
  top: -28000px;
  display: none;
  max-width: 280px;
  min-width: 50px;
  font-size: 10.5px;
  line-height: 12px;
  direction: ltr;
  box-shadow: none;
  padding: 0; }

.qtip-content {
  position: relative;
  padding: 5px 9px;
  overflow: hidden;
  text-align: left;
  word-wrap: break-word; }

.qtip-titlebar {
  position: relative;
  padding: 5px 35px 5px 10px;
  overflow: hidden;
  border-width: 0 0 1px;
  font-weight: 700; }

.qtip-titlebar + .qtip-content {
  border-top-width: 0 !important; }

.qtip-close {
  position: absolute;
  right: -9px;
  top: -9px;
  z-index: 11;
  cursor: pointer;
  outline: 0;
  border: 1px solid transparent; }

.qtip-titlebar .qtip-close {
  right: 4px;
  top: 50%;
  margin-top: -9px; }

* html .qtip-titlebar .qtip-close {
  top: 16px; }

.qtip-icon .ui-icon, .qtip-titlebar .ui-icon {
  display: block;
  text-indent: -1000em;
  direction: ltr; }

.qtip-icon, .qtip-icon .ui-icon {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none; }

.qtip-icon .ui-icon {
  width: 18px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  text-indent: 0;
  font: 400 bold 10px/13px Tahoma,sans-serif;
  color: inherit;
  background: -100em -100em no-repeat; }

.qtip-default {
  border: 1px solid #F1D031;
  background-color: #FFFFA3;
  color: #555; }

.qtip-default .qtip-titlebar {
  background-color: #FFEF93; }

.qtip-default .qtip-icon {
  border-color: #CCC;
  background: #F1F1F1;
  color: #777; }

.qtip-default .qtip-titlebar .qtip-close {
  border-color: #AAA;
  color: #111; }

.qtip-light {
  background-color: #fff;
  border-color: #E2E2E2;
  color: #454545; }

.qtip-light .qtip-titlebar {
  background-color: #f1f1f1; }

.qtip-dark {
  background-color: #505050;
  border-color: #303030;
  color: #f3f3f3; }

.qtip-dark .qtip-titlebar {
  background-color: #404040; }

.qtip-dark .qtip-icon {
  border-color: #444; }

.qtip-dark .qtip-titlebar .ui-state-hover {
  border-color: #303030; }

.qtip-cream {
  background-color: #FBF7AA;
  border-color: #F9E98E;
  color: #A27D35; }

.qtip-cream .qtip-titlebar {
  background-color: #F0DE7D; }

.qtip-cream .qtip-close .qtip-icon {
  background-position: -82px 0; }

.qtip-red {
  background-color: #F78B83;
  border-color: #D95252;
  color: #912323; }

.qtip-red .qtip-titlebar {
  background-color: #F06D65; }

.qtip-red .qtip-close .qtip-icon {
  background-position: -102px 0; }

.qtip-red .qtip-icon, .qtip-red .qtip-titlebar .ui-state-hover {
  border-color: #D95252; }

.qtip-green {
  background-color: #CAED9E;
  border-color: #90D93F;
  color: #3F6219; }

.qtip-green .qtip-titlebar {
  background-color: #B0DE78; }

.qtip-green .qtip-close .qtip-icon {
  background-position: -42px 0; }

.qtip-blue {
  background-color: #E5F6FE;
  border-color: #ADD9ED;
  color: #5E99BD; }

.qtip-blue .qtip-titlebar {
  background-color: #D0E9F5; }

.qtip-blue .qtip-close .qtip-icon {
  background-position: -2px 0; }

.qtip-shadow {
  -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15); }

.qtip-bootstrap, .qtip-rounded, .qtip-tipsy {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.qtip-rounded .qtip-titlebar {
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0; }

.qtip-youtube {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 3px #333;
  -moz-box-shadow: 0 0 3px #333;
  box-shadow: 0 0 3px #333;
  color: #fff;
  border: 0 solid transparent;
  background: #4A4A4A;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4A4A4A), color-stop(100%, #000));
  background-image: -webkit-linear-gradient(top, #4A4A4A 0, #000 100%);
  background-image: -moz-linear-gradient(top, #4A4A4A 0, #000 100%);
  background-image: -ms-linear-gradient(top, #4A4A4A 0, #000 100%);
  background-image: -o-linear-gradient(top, #4A4A4A 0, #000 100%); }

.qtip-youtube .qtip-titlebar {
  background-color: transparent; }

.qtip-youtube .qtip-content {
  padding: .75em;
  font: 12px arial,sans-serif;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#4a4a4a, EndColorStr=#000000);
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);"; }

.qtip-youtube .qtip-icon {
  border-color: #222; }

.qtip-youtube .qtip-titlebar .ui-state-hover {
  border-color: #303030; }

.qtip-jtools {
  background: #232323;
  background: rgba(0, 0, 0, 0.7);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#232323));
  background-image: -moz-linear-gradient(top, #717171, #232323);
  background-image: -webkit-linear-gradient(top, #717171, #232323);
  background-image: -ms-linear-gradient(top, #717171, #232323);
  background-image: -o-linear-gradient(top, #717171, #232323);
  border: 2px solid #ddd;
  border: 2px solid #f1f1f1;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 12px #333;
  -moz-box-shadow: 0 0 12px #333;
  box-shadow: 0 0 12px #333; }

.qtip-jtools .qtip-titlebar {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171, endColorstr=#4A4A4A);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)"; }

.qtip-jtools .qtip-content {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A, endColorstr=#232323);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)"; }

.qtip-jtools .qtip-content, .qtip-jtools .qtip-titlebar {
  background: 0 0;
  color: #fff;
  border: 0 dashed transparent; }

.qtip-jtools .qtip-icon {
  border-color: #555; }

.qtip-jtools .qtip-titlebar .ui-state-hover {
  border-color: #333; }

.qtip-cluetip {
  -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
  background-color: #D9D9C2;
  color: #111;
  border: 0 dashed transparent; }

.qtip-cluetip .qtip-titlebar {
  background-color: #87876A;
  color: #fff;
  border: 0 dashed transparent; }

.qtip-cluetip .qtip-icon {
  border-color: #808064; }

.qtip-cluetip .qtip-titlebar .ui-state-hover {
  border-color: #696952;
  color: #696952; }

.qtip-tipsy {
  background: #000;
  background: rgba(0, 0, 0, 0.87);
  color: #fff;
  border: 0 solid transparent;
  font-size: 11px;
  font-family: 'Lucida Grande',sans-serif;
  font-weight: 700;
  line-height: 16px;
  text-shadow: 0 1px #000; }

.qtip-tipsy .qtip-titlebar {
  padding: 6px 35px 0 10px;
  background-color: transparent; }

.qtip-tipsy .qtip-content {
  padding: 6px 10px; }

.qtip-tipsy .qtip-icon {
  border-color: #222;
  text-shadow: none; }

.qtip-tipsy .qtip-titlebar .ui-state-hover {
  border-color: #303030; }

.qtip-tipped {
  border: 3px solid #959FA9;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #F9F9F9;
  color: #454545;
  font-weight: 400;
  font-family: serif; }

.qtip-tipped .qtip-titlebar {
  border-bottom-width: 0;
  color: #fff;
  background: #3A79B8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3A79B8), to(#2E629D));
  background-image: -webkit-linear-gradient(top, #3A79B8, #2E629D);
  background-image: -moz-linear-gradient(top, #3A79B8, #2E629D);
  background-image: -ms-linear-gradient(top, #3A79B8, #2E629D);
  background-image: -o-linear-gradient(top, #3A79B8, #2E629D);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8, endColorstr=#2E629D);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)"; }

.qtip-tipped .qtip-icon {
  border: 2px solid #285589;
  background: #285589; }

.qtip-tipped .qtip-icon .ui-icon {
  background-color: #FBFBFB;
  color: #555; }

.qtip-bootstrap {
  font-size: 14px;
  line-height: 20px;
  color: #333;
  padding: 1px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; }

.qtip-bootstrap .qtip-titlebar {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0; }

.qtip-bootstrap .qtip-titlebar .qtip-close {
  right: 11px;
  top: 45%;
  border-style: none; }

.qtip-bootstrap .qtip-content {
  padding: 9px 14px; }

.qtip-bootstrap .qtip-icon {
  background: 0 0; }

.qtip-bootstrap .qtip-icon .ui-icon {
  width: auto;
  height: auto;
  float: right;
  font-size: 20px;
  font-weight: 700;
  line-height: 18px;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20); }

.qtip-bootstrap .qtip-icon .ui-icon:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .4;
  filter: alpha(opacity=40); }

.qtip:not(.ie9haxors) div.qtip-content, .qtip:not(.ie9haxors) div.qtip-titlebar {
  filter: none;
  -ms-filter: none; }

.qtip .qtip-tip {
  margin: 0 auto;
  overflow: hidden;
  z-index: 10; }

.qtip .qtip-tip, x:-o-prefocus {
  visibility: hidden; }

.qtip .qtip-tip, .qtip .qtip-tip .qtip-vml, .qtip .qtip-tip canvas {
  position: absolute;
  color: #123456;
  background: 0 0;
  border: 0 dashed transparent; }

.qtip .qtip-tip canvas {
  top: 0;
  left: 0; }

.qtip .qtip-tip .qtip-vml {
  behavior: url(#default#VML);
  display: inline-block;
  visibility: visible; }

#qtip-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

#qtip-overlay.blurs {
  cursor: pointer; }

#qtip-overlay div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(Opacity=70)"; }

.qtipmodal-ie6fix {
  position: absolute !important; }

/*new*/
.contract-container {
  max-width: 450px;
  width: 450px;
  margin: 0 auto;
  /*line-height: 1;*/ }
  .contract-container .notes {
    padding: 5px 10px;
    font-size: 12px;
    text-align: center; }

.legend-item {
  display: inline-block;
  margin-right: 10px; }
  .legend-item .legend-color {
    height: 15px;
    width: 15px;
    margin-right: 3px;
    display: inline-block;
    float: left; }
  .legend-item .legend-text {
    display: inline-block; }

.table-top {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  padding: 10px 10px;
  font-family: Lato, Arial;
  border: 1px solid black;
  border-bottom: 3px solid black; }
  .table-top td {
    text-align: center; }

.table-contract {
  font-size: 14px; }

.out-fivewar-head {
  width: 60%; }

.table-contract td {
  width: 20%;
  padding: 0; }

.table-contract .wide {
  width: 30%; }

.table-contract-white {
  background-color: #ffffff; }

.table-contract-green {
  background-color: #a1e481; }

.table-contract-yellow {
  background-color: #fde765; }

.table-contract-blue {
  background-color: #6699FF; }

.table-contract-red {
  background-color: #e0525e; }

.table-title a {
  color: white;
  text-decoration: none;
  font-weight: 400; }

tr.table-header, td.table-header {
  text-align: center;
  color: white;
  background-color: #505050; }

.grid-container {
  line-height: 1; }
  .grid-container .notes {
    padding: 5px 10px;
    font-size: 12px;
    text-align: center; }

.table-grid {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  padding: 10px 10px;
  font-family: Lato, Arial;
  border: 1px solid black;
  text-align: center;
  table-layout: fixed; }
  .table-grid td {
    padding: 3px 0;
    line-height: 1.3; }
  .table-grid td.out-of-season {
    line-height: 2.3; }

@media (max-width: 600px) {
  .contract-container {
    width: auto; } }

/*NUDGE CSS*/
.popup_wrapper {
  min-width: 300px; }

#my_popup {
  display: none;
  max-width: 600px;
  width: 100%;
  padding: 30px;
  font-size: 18px;
  background-color: #fff;
  text-align: center;
  font-family: Lato, Arial, san serif;
  margin: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 90%; }

#my_popup h2 {
  text-align: center;
  margin-top: 10px; }

.popup-button-container {
  text-align: center; }

.popup-button {
  display: inline-block;
  text-decoration: none;
  line-height: 65px;
  max-width: 235px;
  width: 100%;
  border: 5px solid #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer; }

.popup-button:active {
  opacity: .7; }

.popup-login {
  font-size: 14px;
  margin-top: 30px;
  text-align: center; }

.hello {
  display: flex;
  background: yellow; }

.container-tv {
  font-family: Lato, Arial;
  display: flex;
  flex-direction: column;
  width: 600px;
  margin: auto; }
  .container-tv .fg-tool {
    width: 600px;
    max-width: 100%;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column; }
  .container-tv .ui-autocomplete-input {
    width: 230px;
    height: 30px;
    font-family: Lato, Arial;
    font-size: 18px; }
  .container-tv .ui-menu {
    background-color: #FFFFFF;
    width: 230px;
    border: 1px solid black;
    list-style: none;
    padding: 0;
    list-style-type: none; }
  .container-tv .ui-helper-hidden-accessible {
    display: none; }
  .container-tv .ui-state-focus {
    background-color: #A0A0A0; }
  .container-tv .ui-menu-item {
    padding: 2px; }
  .container-tv .tool-container {
    margin-bottom: 30px; }
  .container-tv .year-in {
    width: 80px;
    height: 30px;
    border-radius: 0;
    font-size: 14px;
    margin-left: 10px; }
  .container-tv .tool-in {
    margin-left: 10px;
    margin-right: 10px;
    height: 30px;
    margin-top: 10px;
    font-size: 18px; }
  .container-tv .grid-tools {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 600px;
    margin-bottom: 30px; }
  .container-tv .button {
    flex: 1 1 auto;
    /*border: 1px solid #A0A0A0;*/
    margin-left: 5px;
    margin-right: 5px;
    background-color: #f5f5f5;
    line-height: 2;
    cursor: pointer;
    text-align: center;
    display: inline-block; }
  .container-tv .tool-color {
    display: flex;
    align-content: center;
    margin: 20px auto;
    width: 60%; }
  .container-tv .color-swatch,
  .container-tv .table-swatch,
  .container-tv .row-swatch,
  .container-tv .header-swatch {
    cursor: pointer;
    font-size: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    text-align: center;
    vertical-align: middle;
    border: 3px solid #303030;
    margin: 0px auto;
    color: black;
    padding: 2px;
    align-self: center;
    align-items: center; }
  .container-tv .color-swatch span {
    width: 100%; }
  .container-tv hr {
    border: 1px solid black;
    height: 0px;
    width: 500px;
    margin: 10px auto; }
  .container-tv .filler {
    text-align: center;
    width: 75%;
    font-size: 20px;
    background-color: black;
    color: white;
    margin: 5px auto;
    padding: 5px; }
  .container-tv .html {
    width: 150px;
    background-color: #336699;
    color: white;
    margin: 20px auto 10px; }
  .container-tv textarea {
    height: 250px;
    display: none; }
  .container-tv .contract-container, .container-tv .grid-container {
    display: none; }

.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"],
[data-team-color="cleveland"] {
  background-color: #D30335;
  color: #fff; }

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

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

#wrapper {
  min-width: 1200px; }

#root-roster-resource .rr-header {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #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; }
  .dark-mode #root-roster-resource .rr-header {
    background-color: #888;
    border-top-color: #1a1a1a;
    border-bottom-color: #1a1a1a; }
    .dark-mode #root-roster-resource .rr-header a {
      color: #000; }
      .dark-mode #root-roster-resource .rr-header a:hover {
        color: #444; }
  #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: 1 0 128px; }

#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: #fff; }

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

.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"],
[data-team-color="cleveland"] {
  background-color: #D30335;
  color: #fff; }

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

.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; }
    .dark-mode #root-roster-resource h1 {
      color: #fff; }
  #root-roster-resource table {
    border-collapse: collapse;
    background-color: #fff; }
    .dark-mode #root-roster-resource table {
      background-color: #1a1a1a; }
    #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; }
      .dark-mode #root-roster-resource table th, .dark-mode #root-roster-resource table td {
        border-color: #555; }
  #root-roster-resource .depth-charts__roster-tables table th, #root-roster-resource .depth-charts__roster-tables table td {
    text-align: center; }
  #root-roster-resource .__roster-resource-nav .depth-charts-nav-header {
    border-left: 3px solid #50ae26;
    padding: 5px;
    margin-top: 10px;
    background-color: #efefef; }
    .dark-mode #root-roster-resource .__roster-resource-nav .depth-charts-nav-header {
      background-color: #3a3a3a; }
    #root-roster-resource .__roster-resource-nav .depth-charts-nav-header .depth-charts-nav-header-sub {
      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;
        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; }
      .dark-mode #root-roster-resource .depth-charts-nav-team div {
        background-color: #fff !important; }
    #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-charts-nav .depth-charts-nav__sub-menu {
      background-color: #50ae26;
      color: #fff;
      padding: 10px;
      font-size: 12px; }
      #root-roster-resource .depth-charts-nav .depth-charts-nav__sub-menu a {
        color: #fff;
        padding: 0 15px; }
        #root-roster-resource .depth-charts-nav .depth-charts-nav__sub-menu a.active {
          text-decoration: underline; }
  #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 {
      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; }
      .dark-mode #root-roster-resource .depth-charts-legend .cell-acquired-recent {
        background-color: black; }
  #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: #fff; }
      #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; }
      .dark-mode #root-roster-resource .depth-charts-standings td[data-stat="W"], .dark-mode #root-roster-resource .depth-charts-standings td[data-stat="L"] {
        background-color: #89b4da75; }
    #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: #fff; }
    #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; }
          .dark-mode #root-roster-resource .depth-charts-roster-breakdown .depth-charts-roster-breakdown-tables th.roster-40 {
            background-color: #665f38; }
      #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: #ccc; }
      .dark-mode #root-roster-resource .depth-charts-recent-transactions td[data-stat="DATE"] {
        background-color: #444; }
  #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; }
      .dark-mode #root-roster-resource .rr-depth-chart-roster-table thead th {
        border-color: #555; }
      #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="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: #fff; }
        #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: #fff; }
      #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; }
      .dark-mode #root-roster-resource .rr-depth-chart-roster-table thead .rr-header__dropdown {
        border-color: #555; }
      #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;
        padding-left: 0;
        padding-right: 0; }
        .dark-mode #root-roster-resource .rr-depth-chart-roster-table td.game-item {
          background-color: #89b4da3d; }
        #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: #fff; }
        #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"], #root-roster-resource .rr-depth-chart-roster-table td.game-item.game-item-override[data-override*="CV-19"] {
          background: gold;
          color: red; }
          .dark-mode #root-roster-resource .rr-depth-chart-roster-table td.game-item.game-item-override[data-override^="IL"], .dark-mode #root-roster-resource .rr-depth-chart-roster-table td.game-item.game-item-override[data-override*="INJ"], .dark-mode #root-roster-resource .rr-depth-chart-roster-table td.game-item.game-item-override[data-override*="CV-19"] {
            background-color: rgba(255, 215, 0, 0.8); }
        #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;
      text-align: left; }
      #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; }
        .dark-mode #root-roster-resource .rr-depth-chart-roster-table [data-stat="PLAYER"].roster-40, .dark-mode #root-roster-resource .rr-depth-chart-roster-table [data-stat="POSITION PLAYERS"].roster-40, .dark-mode #root-roster-resource .rr-depth-chart-roster-table [data-stat="STARTING PITCHERS"].roster-40, .dark-mode #root-roster-resource .rr-depth-chart-roster-table [data-stat="RELIEF PITCHERS"].roster-40, .dark-mode #root-roster-resource .rr-depth-chart-roster-table [data-stat="PITCHERS"].roster-40 {
          background-color: #665f38; }
      #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"] .badge-cv19, #root-roster-resource .rr-depth-chart-roster-table [data-stat="POSITION PLAYERS"] .badge-cv19, #root-roster-resource .rr-depth-chart-roster-table [data-stat="STARTING PITCHERS"] .badge-cv19, #root-roster-resource .rr-depth-chart-roster-table [data-stat="RELIEF PITCHERS"] .badge-cv19, #root-roster-resource .rr-depth-chart-roster-table [data-stat="PITCHERS"] .badge-cv19 {
        font-size: 9px;
        text-align: right;
        margin-left: 5px;
        background-color: #f9c758;
        color: #000;
        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="PLAYER"] .tooltip-wrapper, #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="POSITION PLAYERS"] .tooltip-wrapper, #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="STARTING PITCHERS"] .tooltip-wrapper, #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="RELIEF PITCHERS"] .tooltip-wrapper, #root-roster-resource .rr-depth-chart-roster-table [data-stat="PITCHERS"] .tool-tip-container,
      #root-roster-resource .rr-depth-chart-roster-table [data-stat="PITCHERS"] .tooltip-wrapper {
        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="PLAYER"] .tooltip-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="POSITION PLAYERS"] .tooltip-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="STARTING PITCHERS"] .tooltip-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="RELIEF PITCHERS"] .tooltip-item, #root-roster-resource .rr-depth-chart-roster-table [data-stat="PITCHERS"] .tool-tip-item,
      #root-roster-resource .rr-depth-chart-roster-table [data-stat="PITCHERS"] .tooltip-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; }
        .dark-mode #root-roster-resource .rr-depth-chart-roster-table [data-stat="PLAYER"] .tool-tip-item, .dark-mode
        #root-roster-resource .rr-depth-chart-roster-table [data-stat="PLAYER"] .tooltip-item, .dark-mode #root-roster-resource .rr-depth-chart-roster-table [data-stat="POSITION PLAYERS"] .tool-tip-item, .dark-mode
        #root-roster-resource .rr-depth-chart-roster-table [data-stat="POSITION PLAYERS"] .tooltip-item, .dark-mode #root-roster-resource .rr-depth-chart-roster-table [data-stat="STARTING PITCHERS"] .tool-tip-item, .dark-mode
        #root-roster-resource .rr-depth-chart-roster-table [data-stat="STARTING PITCHERS"] .tooltip-item, .dark-mode #root-roster-resource .rr-depth-chart-roster-table [data-stat="RELIEF PITCHERS"] .tool-tip-item, .dark-mode
        #root-roster-resource .rr-depth-chart-roster-table [data-stat="RELIEF PITCHERS"] .tooltip-item, .dark-mode #root-roster-resource .rr-depth-chart-roster-table [data-stat="PITCHERS"] .tool-tip-item, .dark-mode
        #root-roster-resource .rr-depth-chart-roster-table [data-stat="PITCHERS"] .tooltip-item {
          background-color: rgba(204, 204, 204, 0.9);
          color: #000; }
      #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="PLAYER"] .tooltip-wrapper:hover .tooltip-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="POSITION PLAYERS"] .tooltip-wrapper:hover .tooltip-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="STARTING PITCHERS"] .tooltip-wrapper:hover .tooltip-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="RELIEF PITCHERS"] .tooltip-wrapper:hover .tooltip-item, #root-roster-resource .rr-depth-chart-roster-table [data-stat="PITCHERS"] .tool-tip-container:hover .tool-tip-item,
      #root-roster-resource .rr-depth-chart-roster-table [data-stat="PITCHERS"] .tooltip-wrapper:hover .tooltip-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); }
      .dark-mode #root-roster-resource .rr-depth-chart-roster-table tr.hover .roster-40 {
        background-color: rgba(102, 95, 56, 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; }
      .dark-mode #root-roster-resource .rr-depth-chart-roster-table td[data-stat="HOW ACQUIRED"] {
        background-color: #093909; }
      #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; }
        .dark-mode #root-roster-resource .rr-depth-chart-roster-table td[data-stat="HOW ACQUIRED"].cell-acquired-recent {
          background-color: #1e7b1e; }
    #root-roster-resource .rr-depth-chart-roster-table tr:hover td[data-stat="HOW ACQUIRED"] {
      background-color: rgba(144, 238, 144, 0.5); }
      .dark-mode #root-roster-resource .rr-depth-chart-roster-table tr:hover td[data-stat="HOW ACQUIRED"] {
        background-color: rgba(144, 238, 144, 0.1); }
      #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; }
      .dark-mode #root-roster-resource .rr-depth-chart-roster-table .game-item[data-outcome*="W"] {
        background-color: rgba(0, 255, 255, 0.5); }
    #root-roster-resource .rr-depth-chart-roster-table .game-item[data-outcome*="Sv"] {
      background-color: lawngreen; }
      .dark-mode #root-roster-resource .rr-depth-chart-roster-table .game-item[data-outcome*="Sv"] {
        background-color: rgba(124, 252, 0, 0.5); }
    #root-roster-resource .rr-depth-chart-roster-table .game-item[data-outcome*="H"] {
      background-color: yellow; }
      .dark-mode #root-roster-resource .rr-depth-chart-roster-table .game-item[data-outcome*="H"] {
        background-color: rgba(255, 255, 0, 0.5); }
    #root-roster-resource .rr-depth-chart-roster-table .game-item[data-outcome*="L"] {
      background-color: fuchsia;
      color: #fff; }
      .dark-mode #root-roster-resource .rr-depth-chart-roster-table .game-item[data-outcome*="L"] {
        background-color: rgba(255, 0, 255, 0.5); }
    #root-roster-resource .rr-depth-chart-roster-table .game-item[data-outcome*="BS"] {
      background-color: purple;
      color: #fff; }
      .dark-mode #root-roster-resource .rr-depth-chart-roster-table .game-item[data-outcome*="BS"] {
        background-color: rgba(128, 0, 128, 0.5); }
    #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: #fff; }
        #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; }
        .dark-mode #root-roster-resource .rr-depth-chart-roster-table td.cell-no-options {
          background-color: rgba(255, 215, 0, 0.8); }
      #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; }
        .dark-mode #root-roster-resource .rr-depth-chart-roster-table td[data-stat="Year"], .dark-mode #root-roster-resource .rr-depth-chart-roster-table td[data-stat="Rd"], .dark-mode #root-roster-resource .rr-depth-chart-roster-table td[data-stat="Pick"] {
          background-color: #444; }
      #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; }
        .dark-mode #root-roster-resource .rr-depth-chart-roster-table td[data-stat="Ovr"] {
          background-color: #d9ead363; }
      #root-roster-resource .rr-depth-chart-roster-table td.cell-background-red {
        background-color: red;
        color: #fff; }
        .dark-mode #root-roster-resource .rr-depth-chart-roster-table td.cell-background-red {
          background-color: red; }
      #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.game-item[data-outcome*="W"] {
      background-color: rgba(0, 255, 255, 0.7); }
      .dark-mode #root-roster-resource .rr-depth-chart-roster-table tr:hover td.game-item[data-outcome*="W"] {
        background-color: rgba(0, 255, 255, 0.7); }
    #root-roster-resource .rr-depth-chart-roster-table tr:hover td.game-item[data-outcome*="Sv"] {
      background-color: rgba(124, 252, 0, 0.7); }
      .dark-mode #root-roster-resource .rr-depth-chart-roster-table tr:hover td.game-item[data-outcome*="Sv"] {
        background-color: rgba(124, 252, 0, 0.7); }
    #root-roster-resource .rr-depth-chart-roster-table tr:hover td.game-item[data-outcome*="H"] {
      background-color: rgba(255, 255, 0, 0.7); }
      .dark-mode #root-roster-resource .rr-depth-chart-roster-table tr:hover td.game-item[data-outcome*="H"] {
        background-color: rgba(255, 255, 0, 0.7); }
    #root-roster-resource .rr-depth-chart-roster-table tr:hover td.game-item[data-outcome*="L"] {
      background-color: rgba(255, 0, 255, 0.7);
      color: #fff; }
      .dark-mode #root-roster-resource .rr-depth-chart-roster-table tr:hover td.game-item[data-outcome*="L"] {
        background-color: rgba(255, 0, 255, 0.7); }
    #root-roster-resource .rr-depth-chart-roster-table tr:hover td.game-item[data-outcome*="BS"] {
      background-color: rgba(128, 0, 128, 0.7); }
      .dark-mode #root-roster-resource .rr-depth-chart-roster-table tr:hover td.game-item[data-outcome*="BS"] {
        background-color: rgba(128, 0, 128, 0.7); }
    #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; }
        .dark-mode #root-roster-resource .rr-depth-chart-roster-table.aaa-pp td[data-stat="STATUS"][data-status="Inj"], .dark-mode #root-roster-resource .rr-depth-chart-roster-table.aaa-sp td[data-stat="STATUS"][data-status="Inj"], .dark-mode #root-roster-resource .rr-depth-chart-roster-table.aaa-rp td[data-stat="STATUS"][data-status="Inj"], .dark-mode #root-roster-resource .rr-depth-chart-roster-table.aa-pp td[data-stat="STATUS"][data-status="Inj"], .dark-mode #root-roster-resource .rr-depth-chart-roster-table.aa-sp td[data-stat="STATUS"][data-status="Inj"], .dark-mode #root-roster-resource .rr-depth-chart-roster-table.aa-rp td[data-stat="STATUS"][data-status="Inj"], .dark-mode #root-roster-resource .rr-depth-chart-roster-table.ha-pp td[data-stat="STATUS"][data-status="Inj"], .dark-mode #root-roster-resource .rr-depth-chart-roster-table.ha-pt td[data-stat="STATUS"][data-status="Inj"], .dark-mode #root-roster-resource .rr-depth-chart-roster-table.la-pp td[data-stat="STATUS"][data-status="Inj"], .dark-mode #root-roster-resource .rr-depth-chart-roster-table.la-pt td[data-stat="STATUS"][data-status="Inj"], .dark-mode #root-roster-resource .rr-depth-chart-roster-table.ss-pp td[data-stat="STATUS"][data-status="Inj"], .dark-mode #root-roster-resource .rr-depth-chart-roster-table.ss-pt td[data-stat="STATUS"][data-status="Inj"] {
          background-color: rgba(255, 215, 0, 0.8); }
      #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; }
      .dark-mode #root-roster-resource .rr-depth-chart-roster-table.il-pp th[data-stat="Retro Date"], .dark-mode #root-roster-resource .rr-depth-chart-roster-table.il-sp th[data-stat="Retro Date"], .dark-mode #root-roster-resource .rr-depth-chart-roster-table.il-rp th[data-stat="Retro Date"] {
        background-color: rgba(255, 215, 0, 0.8); }
    #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; }
        .dark-mode #root-roster-resource .rr-depth-chart-roster-table[class*="off-"] td[data-stat="STATUS"][data-status="Inj"] {
          background-color: rgba(255, 215, 0, 0.8); }
    #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; }
      .dark-mode #root-roster-resource .rr-depth-chart-roster-table[class*="off-"] .row-sep {
        background-color: #444;
        border-color: #555; }
  #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: #fff; }
  #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; }
  .dark-mode #root-roster-resource .team-angels, .dark-mode #root-roster-resource [data-team-color="LAA"], .dark-mode #root-roster-resource [data-team-color="angels"] {
    background-color: #B71234;
    color: #fff; }
  .dark-mode #root-roster-resource .team-orioles, .dark-mode #root-roster-resource [data-team-color="BAL"], .dark-mode #root-roster-resource [data-team-color="orioles"] {
    background-color: #ED4C09;
    color: #000; }
  .dark-mode #root-roster-resource .team-redsox, .dark-mode #root-roster-resource [data-team-color="BOS"], .dark-mode #root-roster-resource [data-team-color="red sox"] {
    background-color: #C60C30;
    color: #fff; }
  .dark-mode #root-roster-resource .team-whitesox, .dark-mode #root-roster-resource [data-team-color="CHW"], .dark-mode #root-roster-resource [data-team-color="white sox"] {
    background-color: #C0C0C0;
    color: #000; }
  .dark-mode #root-roster-resource .team-indians, .dark-mode #root-roster-resource [data-team-color="CLE"], .dark-mode #root-roster-resource [data-team-color="indians"] {
    background-color: #D30335;
    color: #fff; }
  .dark-mode #root-roster-resource .team-tigers, .dark-mode #root-roster-resource [data-team-color="DET"], .dark-mode #root-roster-resource [data-team-color="tigers"] {
    background-color: #DE4406;
    color: #fff; }
  .dark-mode #root-roster-resource .team-royals, .dark-mode #root-roster-resource [data-team-color="KCR"], .dark-mode #root-roster-resource [data-team-color="royals"] {
    background-color: #74B4FA;
    color: #000; }
  .dark-mode #root-roster-resource .team-twins, .dark-mode #root-roster-resource [data-team-color="MIN"], .dark-mode #root-roster-resource [data-team-color="twins"] {
    background-color: #072754;
    color: #fff; }
  .dark-mode #root-roster-resource .team-yankees, .dark-mode #root-roster-resource [data-team-color="NYY"], .dark-mode #root-roster-resource [data-team-color="yankees"] {
    background-color: #1C2841;
    color: #fff; }
  .dark-mode #root-roster-resource .team-athletics, .dark-mode #root-roster-resource [data-team-color="OAK"], .dark-mode #root-roster-resource [data-team-color="athletics"] {
    background-color: #003831;
    color: #fff; }
  .dark-mode #root-roster-resource .team-mariners, .dark-mode #root-roster-resource [data-team-color="SEA"], .dark-mode #root-roster-resource [data-team-color="mariners"] {
    background-color: #005C5C;
    color: #fff; }
  .dark-mode #root-roster-resource .team-rays, .dark-mode #root-roster-resource [data-team-color="TBR"], .dark-mode #root-roster-resource [data-team-color="rays"] {
    background-color: #FFD700;
    color: #000; }
  .dark-mode #root-roster-resource .team-rangers, .dark-mode #root-roster-resource [data-team-color="TEX"], .dark-mode #root-roster-resource [data-team-color="rangers"] {
    background-color: #BD1021;
    color: #fff; }
  .dark-mode #root-roster-resource .team-bluejays, .dark-mode #root-roster-resource [data-team-color="TOR"], .dark-mode #root-roster-resource [data-team-color="blue jays"] {
    background-color: #003DA5;
    color: #fff; }
  .dark-mode #root-roster-resource .team-diamondbacks, .dark-mode #root-roster-resource [data-team-color="ARZ"], .dark-mode #root-roster-resource [data-team-color="ARI"], .dark-mode #root-roster-resource [data-team-color="diamondbacks"] {
    background-color: #A71930;
    color: #fff; }
  .dark-mode #root-roster-resource .team-braves, .dark-mode #root-roster-resource [data-team-color="ATL"], .dark-mode #root-roster-resource [data-team-color="braves"] {
    background-color: #B71234;
    color: #fff; }
  .dark-mode #root-roster-resource .team-cubs, .dark-mode #root-roster-resource [data-team-color="CHC"], .dark-mode #root-roster-resource [data-team-color="cubs"] {
    background-color: #003279;
    color: #fff; }
  .dark-mode #root-roster-resource .team-dodgers, .dark-mode #root-roster-resource [data-team-color="LAD"], .dark-mode #root-roster-resource [data-team-color="dodgers"] {
    background-color: #083C6B;
    color: #fff; }
  .dark-mode #root-roster-resource .team-reds, .dark-mode #root-roster-resource [data-team-color="CIN"], .dark-mode #root-roster-resource [data-team-color="reds"] {
    background-color: #C6011F;
    color: #fff; }
  .dark-mode #root-roster-resource .team-rockies, .dark-mode #root-roster-resource [data-team-color="COL"], .dark-mode #root-roster-resource [data-team-color="rockies"] {
    background-color: #333366;
    color: #fff; }
  .dark-mode #root-roster-resource .team-marlins, .dark-mode #root-roster-resource [data-team-color="MIA"], .dark-mode #root-roster-resource [data-team-color="marlins"] {
    background-color: #00a3e0;
    color: #fff; }
  .dark-mode #root-roster-resource .team-astros, .dark-mode #root-roster-resource [data-team-color="HOU"], .dark-mode #root-roster-resource [data-team-color="astros"] {
    background-color: #FF7F00;
    color: #000; }
  .dark-mode #root-roster-resource .team-brewers, .dark-mode #root-roster-resource [data-team-color="MIL"], .dark-mode #root-roster-resource [data-team-color="brewers"] {
    background-color: #13294b;
    color: #fff; }
  .dark-mode #root-roster-resource .team-nationals, .dark-mode #root-roster-resource [data-team-color="WSN"], .dark-mode #root-roster-resource [data-team-color="nationals"] {
    background-color: #BA122B;
    color: #fff; }
  .dark-mode #root-roster-resource .team-mets, .dark-mode #root-roster-resource [data-team-color="NYM"], .dark-mode #root-roster-resource [data-team-color="mets"] {
    background-color: #FB4F14;
    color: #000; }
  .dark-mode #root-roster-resource .team-phillies, .dark-mode #root-roster-resource [data-team-color="PHI"], .dark-mode #root-roster-resource [data-team-color="phillies"] {
    background-color: #BA0C2F;
    color: #fff; }
  .dark-mode #root-roster-resource .team-pirates, .dark-mode #root-roster-resource [data-team-color="PIT"], .dark-mode #root-roster-resource [data-team-color="pirates"] {
    background-color: #FDB829;
    color: #000; }
  .dark-mode #root-roster-resource .team-cardinals, .dark-mode #root-roster-resource [data-team-color="STL"], .dark-mode #root-roster-resource [data-team-color="cardinals"] {
    background-color: #C41E3A;
    color: #fff; }
  .dark-mode #root-roster-resource .team-padres, .dark-mode #root-roster-resource [data-team-color="SDP"], .dark-mode #root-roster-resource [data-team-color="padres"] {
    background-color: #473729;
    color: #fff; }
  .dark-mode #root-roster-resource .team-giants, .dark-mode #root-roster-resource [data-team-color="SFG"], .dark-mode #root-roster-resource [data-team-color="giants"] {
    background-color: #F2552C;
    color: #000; }
  .dark-mode #root-roster-resource [data-team-color="KBO"] {
    background-color: #fff5e8;
    color: blue; }
  .dark-mode #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: #fff; }
  #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;*/ }
    .dark-mode #root-roster-resource .rr-depth-chart-upcoming-schedule th {
      background-color: #555; }
  #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; }

.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"],
[data-team-color="cleveland"] {
  background-color: #D30335;
  color: #fff; }

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

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

#root-roster-resource .closer-depth-charts {
  width: 1150px;
  margin: auto;
  padding-top: 10px;
  font-size: 12px; }
  #root-roster-resource .closer-depth-charts .closer-depth-charts__bullpen-report {
    max-width: 600px; }
  #root-roster-resource .closer-depth-charts .fg-data-grid {
    font-size: 12px; }
    #root-roster-resource .closer-depth-charts .fg-data-grid.table-type-all {
      padding-top: 30px; }
    #root-roster-resource .closer-depth-charts .fg-data-grid .table-wrapper-inner table {
      font-size: 12px; }
    #root-roster-resource .closer-depth-charts .fg-data-grid thead tr:first-child {
      visibility: hidden;
      visibility: collapse;
      font-size: 0;
      height: 0;
      padding: 0; }
      #root-roster-resource .closer-depth-charts .fg-data-grid thead tr:first-child th {
        font-size: 0 !important;
        height: 0 !important;
        padding: 0 !important;
        border: 0 !important; }
    #root-roster-resource .closer-depth-charts .fg-data-grid .closer-depth-charts__table__super-header th:first-child {
      border-right: 5px solid #efefef; }
      .dark-mode #root-roster-resource .closer-depth-charts .fg-data-grid .closer-depth-charts__table__super-header th:first-child {
        border-right-color: #555; }
    #root-roster-resource .closer-depth-charts .fg-data-grid td.row-sep {
      background-color: #efefef;
      height: 10px !important; }
      .dark-mode #root-roster-resource .closer-depth-charts .fg-data-grid td.row-sep {
        background-color: #444;
        border-color: #555; }
    #root-roster-resource .closer-depth-charts .fg-data-grid [data-stat="PROJECTED ROLE"] {
      border-right: 5px solid #efefef; }
      .dark-mode #root-roster-resource .closer-depth-charts .fg-data-grid [data-stat="PROJECTED ROLE"] {
        border-right-color: #555; }
    #root-roster-resource .closer-depth-charts .fg-data-grid th[data-stat="specialBullpenUsage"] {
      background-color: #d9d9d9;
      color: #000; }
    #root-roster-resource .closer-depth-charts .fg-data-grid th {
      background-color: #000;
      color: #fff;
      text-align: center;
      font-size: 10px;
      padding-left: 2px;
      padding-right: 2px; }
    #root-roster-resource .closer-depth-charts .fg-data-grid th[data-stat="PLAYER"] {
      width: 170px; }
    #root-roster-resource .closer-depth-charts .fg-data-grid th[data-stat="PROJECTED ROLE"] {
      width: 120px; }
    #root-roster-resource .closer-depth-charts .fg-data-grid td[data-role="Injured"],
    #root-roster-resource .closer-depth-charts .fg-data-grid td[data-role="10-Day IL"],
    #root-roster-resource .closer-depth-charts .fg-data-grid td[data-role="60-Day IL"],
    #root-roster-resource .closer-depth-charts .fg-data-grid td[data-role="COVID-19 IL"] {
      background-color: gold;
      color: red; }
      .dark-mode #root-roster-resource .closer-depth-charts .fg-data-grid td[data-role="Injured"], .dark-mode
      #root-roster-resource .closer-depth-charts .fg-data-grid td[data-role="10-Day IL"], .dark-mode
      #root-roster-resource .closer-depth-charts .fg-data-grid td[data-role="60-Day IL"], .dark-mode
      #root-roster-resource .closer-depth-charts .fg-data-grid td[data-role="COVID-19 IL"] {
        background-color: rgba(255, 215, 0, 0.8); }
    #root-roster-resource .closer-depth-charts .fg-data-grid td {
      border-width: 2px;
      text-align: center; }
      #root-roster-resource .closer-depth-charts .fg-data-grid td.game-item {
        background-color: #cfe2f3; }
        .dark-mode #root-roster-resource .closer-depth-charts .fg-data-grid td.game-item {
          background-color: #89b4da3d; }
        #root-roster-resource .closer-depth-charts .fg-data-grid td.game-item.game-item-override[data-override="AAA"], #root-roster-resource .closer-depth-charts .fg-data-grid td.game-item.game-item-override[data-override="AA"] {
          color: red;
          background-color: #efefef; }
        #root-roster-resource .closer-depth-charts .fg-data-grid td.game-item.game-item-override[data-override="LAA"] {
          background-color: #B71234;
          color: #fff; }
        #root-roster-resource .closer-depth-charts .fg-data-grid td.game-item.game-item-override[data-override="BAL"] {
          background-color: #ED4C09;
          color: #000; }
        #root-roster-resource .closer-depth-charts .fg-data-grid td.game-item.game-item-override[data-override="BOS"] {
          background-color: #C60C30;
          color: #fff; }
        #root-roster-resource .closer-depth-charts .fg-data-grid td.game-item.game-item-override[data-override="CHW"] {
          background-color: #C0C0C0;
          color: #000; }
        #root-roster-resource .closer-depth-charts .fg-data-grid td.game-item.game-item-override[data-override="CLE"] {
          background-color: #D30335;
          color: #fff; }
        #root-roster-resource .closer-depth-charts .fg-data-grid td.game-item.game-item-override[data-override="DET"] {
          background-color: #DE4406;
          color: #fff; }
        #root-roster-resource .closer-depth-charts .fg-data-grid td.game-item.game-item-override[data-override="KCR"] {
          background-color: #74B4FA;
          color: #000; }
        #root-roster-resource .closer-depth-charts .fg-data-grid td.game-item.game-item-override[data-override="MIN"] {
          background-color: #072754;
          color: #fff; }
        #root-roster-resource .closer-depth-charts .fg-data-grid td.game-item.game-item-override[data-override="NYY"] {
          background-color: #1C2841;
          color: #fff; }
        #root-roster-resource .closer-depth-charts .fg-data-grid td.game-item.game-item-override[data-override="OAK"] {
          background-color: #003831;
          color: #fff; }
        #root-roster-resource .closer-depth-charts .fg-data-grid td.game-item.game-item-override[data-override="SEA"] {
          background-color: #005C5C;
          color: #fff; }
        #root-roster-resource .closer-depth-charts .fg-data-grid td.game-item.game-item-override[data-override="TBR"] {
          background-color: #FFD700;
          color: #000; }
        #root-roster-resource .closer-depth-charts .fg-data-grid td.game-item.game-item-override[data-override="TEX"] {
          background-color: #BD1021;
          color: #fff; }
        #root-roster-resource .closer-depth-charts .fg-data-grid td.game-item.game-item-override[data-override="TOR"] {
          background-color: #003DA5;
          color: #fff; }
        #root-roster-resource .closer-depth-charts .fg-data-grid td.game-item.game-item-override[data-override="ARI"] {
          background-color: #A71930;
          color: #fff; }
        #root-roster-resource .closer-depth-charts .fg-data-grid td.game-item.game-item-override[data-override="ATL"] {
          background-color: #B71234;
          color: #fff; }
        #root-roster-resource .closer-depth-charts .fg-data-grid td.game-item.game-item-override[data-override="CHC"] {
          background-color: #003279;
          color: #fff; }
        #root-roster-resource .closer-depth-charts .fg-data-grid td.game-item.game-item-override[data-override="CIN"] {
          background-color: #C6011F;
          color: #fff; }
        #root-roster-resource .closer-depth-charts .fg-data-grid td.game-item.game-item-override[data-override="COL"] {
          background-color: #333366;
          color: #fff; }
        #root-roster-resource .closer-depth-charts .fg-data-grid td.game-item.game-item-override[data-override="MIA"] {
          background-color: #00a3e0;
          color: #fff; }
        #root-roster-resource .closer-depth-charts .fg-data-grid td.game-item.game-item-override[data-override="HOU"] {
          background-color: #FF7F00;
          color: #000; }
        #root-roster-resource .closer-depth-charts .fg-data-grid td.game-item.game-item-override[data-override="LAD"] {
          background-color: #083C6B;
          color: #fff; }
        #root-roster-resource .closer-depth-charts .fg-data-grid td.game-item.game-item-override[data-override="MIL"] {
          background-color: #13294b;
          color: #fff; }
        #root-roster-resource .closer-depth-charts .fg-data-grid td.game-item.game-item-override[data-override="WSN"] {
          background-color: #BA122B;
          color: #fff; }
        #root-roster-resource .closer-depth-charts .fg-data-grid td.game-item.game-item-override[data-override="NYM"] {
          background-color: #FB4F14;
          color: #000; }
        #root-roster-resource .closer-depth-charts .fg-data-grid td.game-item.game-item-override[data-override="PHI"] {
          background-color: #BA0C2F;
          color: #fff; }
        #root-roster-resource .closer-depth-charts .fg-data-grid td.game-item.game-item-override[data-override="PIT"] {
          background-color: #FDB829;
          color: #000; }
        #root-roster-resource .closer-depth-charts .fg-data-grid td.game-item.game-item-override[data-override="STL"] {
          background-color: #C41E3A;
          color: #fff; }
        #root-roster-resource .closer-depth-charts .fg-data-grid td.game-item.game-item-override[data-override="SDP"] {
          background-color: #002147;
          color: #fff; }
        #root-roster-resource .closer-depth-charts .fg-data-grid td.game-item.game-item-override[data-override="SFG"] {
          background-color: #F2552C;
          color: #000; }
        #root-roster-resource .closer-depth-charts .fg-data-grid td.game-item.game-item-override[data-override^="IL"], #root-roster-resource .closer-depth-charts .fg-data-grid td.game-item.game-item-override[data-override*="INJ"] {
          background: gold;
          color: red; }
          .dark-mode #root-roster-resource .closer-depth-charts .fg-data-grid td.game-item.game-item-override[data-override^="IL"], .dark-mode #root-roster-resource .closer-depth-charts .fg-data-grid td.game-item.game-item-override[data-override*="INJ"] {
            background-color: rgba(255, 215, 0, 0.8); }
        #root-roster-resource .closer-depth-charts .fg-data-grid td.game-item.game-item-override[data-override="SUSP"] {
          background-color: red;
          color: #fff; }
    #root-roster-resource .closer-depth-charts .fg-data-grid th[data-stat="specialBullpenUsage"] {
      width: 58px; }
    #root-roster-resource .closer-depth-charts .fg-data-grid .game-item[data-outcome*="W"] {
      background-color: aqua; }
      .dark-mode #root-roster-resource .closer-depth-charts .fg-data-grid .game-item[data-outcome*="W"] {
        background-color: rgba(0, 255, 255, 0.5); }
    #root-roster-resource .closer-depth-charts .fg-data-grid .game-item[data-outcome*="Sv"] {
      background-color: lawngreen; }
      .dark-mode #root-roster-resource .closer-depth-charts .fg-data-grid .game-item[data-outcome*="Sv"] {
        background-color: rgba(124, 252, 0, 0.5); }
    #root-roster-resource .closer-depth-charts .fg-data-grid .game-item[data-outcome*="H"] {
      background-color: yellow; }
      .dark-mode #root-roster-resource .closer-depth-charts .fg-data-grid .game-item[data-outcome*="H"] {
        background-color: rgba(255, 255, 0, 0.5); }
    #root-roster-resource .closer-depth-charts .fg-data-grid .game-item[data-outcome*="L"] {
      background-color: fuchsia;
      color: #fff; }
      .dark-mode #root-roster-resource .closer-depth-charts .fg-data-grid .game-item[data-outcome*="L"] {
        background-color: rgba(255, 0, 255, 0.5); }
    #root-roster-resource .closer-depth-charts .fg-data-grid .game-item[data-outcome*="B"] {
      background-color: purple;
      color: #fff; }
      .dark-mode #root-roster-resource .closer-depth-charts .fg-data-grid .game-item[data-outcome*="B"] {
        background-color: rgba(128, 0, 128, 0.5); }
    #root-roster-resource .closer-depth-charts .fg-data-grid td[data-stat="PLAYER"] {
      text-align: left; }
      #root-roster-resource .closer-depth-charts .fg-data-grid td[data-stat="PLAYER"].roster-40 {
        background-color: #ddd9c3; }
        .dark-mode #root-roster-resource .closer-depth-charts .fg-data-grid td[data-stat="PLAYER"].roster-40 {
          background-color: #665f38; }
      #root-roster-resource .closer-depth-charts .fg-data-grid td[data-stat="PLAYER"].roster-active {
        background-color: #dfdfef; }
        .dark-mode #root-roster-resource .closer-depth-charts .fg-data-grid td[data-stat="PLAYER"].roster-active {
          background-color: #454575; }
      #root-roster-resource .closer-depth-charts .fg-data-grid td[data-stat="PLAYER"].roster-il {
        color: red; }
        #root-roster-resource .closer-depth-charts .fg-data-grid td[data-stat="PLAYER"].roster-il a {
          color: red; }
          #root-roster-resource .closer-depth-charts .fg-data-grid td[data-stat="PLAYER"].roster-il a:hover {
            color: #000; }
    #root-roster-resource .closer-depth-charts .fg-data-grid tr:hover td.game-item {
      background-color: rgba(207, 226, 243, 0.4); }
    #root-roster-resource .closer-depth-charts .fg-data-grid tr:hover td.game-item[data-outcome*="W"] {
      background-color: rgba(0, 255, 255, 0.4); }
    #root-roster-resource .closer-depth-charts .fg-data-grid tr:hover td.game-item[data-outcome*="Sv"] {
      background-color: rgba(124, 252, 0, 0.4); }
    #root-roster-resource .closer-depth-charts .fg-data-grid tr:hover td.game-item[data-outcome*="H"] {
      background-color: rgba(255, 255, 0, 0.4); }
    #root-roster-resource .closer-depth-charts .fg-data-grid tr:hover td.game-item[data-outcome*="L"] {
      background-color: rgba(255, 0, 255, 0.4);
      color: #fff; }
    #root-roster-resource .closer-depth-charts .fg-data-grid tr:hover td.game-item[data-outcome*="BS"] {
      background-color: rgba(128, 0, 128, 0.4);
      color: #fff; }
    #root-roster-resource .closer-depth-charts .fg-data-grid tr:hover td[data-stat="PLAYER"].roster-40 {
      background-color: rgba(221, 217, 195, 0.4); }
      .dark-mode #root-roster-resource .closer-depth-charts .fg-data-grid tr:hover td[data-stat="PLAYER"].roster-40 {
        background-color: rgba(102, 95, 56, 0.4); }
    #root-roster-resource .closer-depth-charts .fg-data-grid tr:hover td[data-stat="PLAYER"].roster-active {
      background-color: rgba(223, 223, 239, 0.4); }
      .dark-mode #root-roster-resource .closer-depth-charts .fg-data-grid tr:hover td[data-stat="PLAYER"].roster-active {
        background-color: rgba(69, 69, 117, 0.4); }
    #root-roster-resource .closer-depth-charts .fg-data-grid .badge {
      font-size: 9px;
      margin-left: 3px;
      margin-bottom: 2px;
      background-color: #000;
      color: #fff;
      padding: 7px;
      float: right; }
    #root-roster-resource .closer-depth-charts .fg-data-grid .tool-tip-container,
    #root-roster-resource .closer-depth-charts .fg-data-grid .tooltip-wrapper {
      display: inline-block;
      position: relative;
      cursor: default; }
    #root-roster-resource .closer-depth-charts .fg-data-grid .tool-tip-item,
    #root-roster-resource .closer-depth-charts .fg-data-grid .tooltip-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; }
      .dark-mode #root-roster-resource .closer-depth-charts .fg-data-grid .tool-tip-item, .dark-mode
      #root-roster-resource .closer-depth-charts .fg-data-grid .tooltip-item {
        background-color: rgba(204, 204, 204, 0.9);
        color: #000; }
    #root-roster-resource .closer-depth-charts .fg-data-grid .tool-tip-container:hover .tool-tip-item,
    #root-roster-resource .closer-depth-charts .fg-data-grid .tooltip-wrapper:hover .tooltip-item {
      display: block;
      text-align: center; }
    #root-roster-resource .closer-depth-charts .fg-data-grid .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 .closer-depth-charts .badge[data-tag="Unavailable"] {
    background-color: #000; }
    .dark-mode #root-roster-resource .closer-depth-charts .badge[data-tag="Unavailable"] {
      background-color: #888; }
  #root-roster-resource .closer-depth-charts .badge[data-tag="On The Hot Seat"] {
    background-color: #ce2431; }
  #root-roster-resource .closer-depth-charts .badge[data-tag="High Usage Alert"] {
    background-color: #336699; }
  #root-roster-resource .closer-depth-charts .badge[data-tag="Reliever On The Rise"] {
    background-color: #50ae26;
    position: relative; }
    #root-roster-resource .closer-depth-charts .badge[data-tag="Reliever On The Rise"]:after {
      content: '';
      display: block;
      position: absolute;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-bottom: 10px solid #fff;
      left: 2px;
      top: 5px; }
  #root-roster-resource .closer-depth-charts td .badge[data-tag="Reliever On The Rise"] {
    position: relative; }
    #root-roster-resource .closer-depth-charts td .badge[data-tag="Reliever On The Rise"]:after {
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-bottom: 7px solid #fff;
      left: 2px;
      top: 4px; }
  #root-roster-resource .closer-depth-charts .closer-depth-charts__legend {
    display: flex;
    font-size: 14px;
    align-items: center;
    justify-content: center;
    padding: 10px; }
    #root-roster-resource .closer-depth-charts .closer-depth-charts__legend .legend-label {
      margin-right: 10px; }
    #root-roster-resource .closer-depth-charts .closer-depth-charts__legend .legend-item {
      display: flex;
      align-items: center; }
    #root-roster-resource .closer-depth-charts .closer-depth-charts__legend .badge {
      padding: 10px;
      margin-right: 5px; }

#root-roster-resource .closer-depth-charts__bullpen-report .table-scroll {
  overflow-x: auto; }

#root-roster-resource .closer-depth-charts__bullpen-report .table-fixed {
  display: none; }

#root-roster-resource .closer-depth-charts__bullpen-report .fg-data-grid {
  border-collapse: collapse;
  font-family: "segoe ui", arial,sans-serif;
  font-size: 12px;
  width: 100%; }
  #root-roster-resource .closer-depth-charts__bullpen-report .fg-data-grid .table-wrapper-inner table {
    width: 100%;
    table-layout: fixed; }
  #root-roster-resource .closer-depth-charts__bullpen-report .fg-data-grid th {
    width: 36px; }
  #root-roster-resource .closer-depth-charts__bullpen-report .fg-data-grid th[data-stat="TEAM"] {
    width: 36px; }
  #root-roster-resource .closer-depth-charts__bullpen-report .fg-data-grid th[data-stat="PLAYER"] {
    width: 120px; }
  #root-roster-resource .closer-depth-charts__bullpen-report .fg-data-grid th[data-stat="PROJECTED ROLE"] {
    width: 120px; }
  #root-roster-resource .closer-depth-charts__bullpen-report .fg-data-grid th[data-stat="TEAM"] {
    width: 40px; }
  #root-roster-resource .closer-depth-charts__bullpen-report .fg-data-grid th[data-stat="THR"] {
    width: 29px; }
  #root-roster-resource .closer-depth-charts__bullpen-report .fg-data-grid th[data-stat="specialBullpenUsage"],
  #root-roster-resource .closer-depth-charts__bullpen-report .fg-data-grid td[data-stat="specialBullpenUsage"] {
    width: 42px;
    font-size: 10px; }

#root-roster-resource.bullpen-report {
  width: 100%;
  max-width: 600px; }
  #root-roster-resource.bullpen-report .closer-depth-charts {
    width: 100%; }
    #root-roster-resource.bullpen-report .closer-depth-charts .closer-depth-charts__bullpen-report .table-scroll {
      overflow-x: auto; }
    #root-roster-resource.bullpen-report .closer-depth-charts .closer-depth-charts__bullpen-report .table-fixed {
      display: none; }
    #root-roster-resource.bullpen-report .closer-depth-charts .closer-depth-charts__bullpen-report .fg-data-grid {
      border-collapse: collapse;
      font-family: "segoe ui", arial,sans-serif;
      font-size: 12px;
      width: 100%; }
      #root-roster-resource.bullpen-report .closer-depth-charts .closer-depth-charts__bullpen-report .fg-data-grid .table-wrapper-inner table {
        width: 100%;
        table-layout: fixed; }
      #root-roster-resource.bullpen-report .closer-depth-charts .closer-depth-charts__bullpen-report .fg-data-grid th {
        width: 36px; }
      #root-roster-resource.bullpen-report .closer-depth-charts .closer-depth-charts__bullpen-report .fg-data-grid th[data-stat="TEAM"] {
        width: 36px; }
      #root-roster-resource.bullpen-report .closer-depth-charts .closer-depth-charts__bullpen-report .fg-data-grid th[data-stat="PLAYER"] {
        width: 120px; }
      #root-roster-resource.bullpen-report .closer-depth-charts .closer-depth-charts__bullpen-report .fg-data-grid th[data-stat="PROJECTED ROLE"] {
        width: 120px; }
      #root-roster-resource.bullpen-report .closer-depth-charts .closer-depth-charts__bullpen-report .fg-data-grid th[data-stat="TEAM"] {
        width: 40px; }
      #root-roster-resource.bullpen-report .closer-depth-charts .closer-depth-charts__bullpen-report .fg-data-grid th[data-stat="THR"] {
        width: 29px; }
      #root-roster-resource.bullpen-report .closer-depth-charts .closer-depth-charts__bullpen-report .fg-data-grid th[data-stat="specialBullpenUsage"],
      #root-roster-resource.bullpen-report .closer-depth-charts .closer-depth-charts__bullpen-report .fg-data-grid td[data-stat="specialBullpenUsage"] {
        width: 42px;
        font-size: 10px; }

#menu-team *,
#access * {
  box-sizing: border-box;
  font-size: 14px; }

#menu-splits * {
  box-sizing: border-box;
  font-size: 12px; }

.menu-team, #menu-saber-library {
  list-style: none;
  padding: 0;
  background-color: #f9f9f9;
  border: 1.5px solid #cdcdcd;
  cursor: default;
  z-index: 100;
  font-family: 'Lato', arial, sans-serif; }
  .dark-mode .menu-team, .dark-mode #menu-saber-library {
    background-color: #3a3a3a; }

.menu-team a, #menu-saber-library a {
  text-decoration: none; }

#menu-saber-library a {
  display: block; }

.menu-team li, #menu-saber-library li {
  display: inline-block;
  position: relative;
  padding: 8px 10px;
  margin: 0;
  background-color: #f9f9f9;
  border-right: 1px solid #cdcdcd; }
  .dark-mode .menu-team li, .dark-mode #menu-saber-library li {
    background-color: #3a3a3a; }

.menu-team-header {
  min-width: 80px;
  text-align: center; }
  .menu-team-header:hover {
    background-color: #50ae26;
    color: #fff; }
  .menu-team-header a:hover {
    color: #fff; }

.menu-team-sub.hidden, #menu-saber-library .sub-menu {
  display: none; }

#access ul li:hover > ul {
  display: block; }

.menu-team-sub, #menu-saber-library .sub-menu {
  position: absolute;
  padding: 0;
  top: 100%;
  left: -1px;
  min-width: 120px;
  text-align: left;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2), 0 5px 5px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  z-index: 100; }
  .menu-team-sub a:hover, #menu-saber-library .sub-menu a:hover {
    color: #000; }

#menu-saber-library .sub-menu {
  min-width: 200px;
  left: -4px; }
  #menu-saber-library .sub-menu a {
    font-size: 12px; }

.menu-team-sub li, #menu-saber-library .sub-menu li {
  display: block;
  border: 1px solid #cdcdcd;
  font-size: 12px; }
  .menu-team-sub li:hover, #menu-saber-library .sub-menu li:hover {
    background-color: rgba(0, 0, 0, 0.1); }

.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; }
  .dark-mode .menu-button, .dark-mode .menu-fill, .dark-mode .menu-label, .dark-mode .reset {
    background-color: #888; }

.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-size: contain;
  width: 13px;
  height: 19px;
  opacity: .25;
  background-repeat: no-repeat;
  display: inline-block;
  position: relative;
  top: 9px; }
  .dark-mode .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%20fill=%22white%22/%3E%3Cpath%20d=%22M0%200h24v24H0z%22%20fill=%22none%22/%3E%3C/svg%3E");
    opacity: .40; }
  .comment-box.digit-3 {
    display: none; }

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

.intro-ts {
  color: #888 !important;
  font-size: 14px;
  font-weight: 400 !important; }
  .dark-mode .intro-ts {
    color: #aaa !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; }
    .dark-mode .intro-headline-container .intro-header-sub {
      background-color: #444; }
    .intro-headline-container .intro-header-sub a {
      text-decoration: none; }
  .intro-headline-container.com .intro-header-sub {
    /*display: none;*/ }

.intro-header {
  display: flex;
  border-bottom: 4px solid #50ae26;
  font-size: 16px;
  margin-top: 20px; }
  .intro-header .intro-header-text {
    text-align: center;
    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; }
  .dark-mode .intro-headline-author {
    color: #aaa; }
  .intro-headline-author a {
    color: #888; }
    .dark-mode .intro-headline-author a {
      color: #aaa; }
    .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; }
    .dark-mode .fg-left .fg-mini-nav-box {
      background-color: #444; }
    .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*/
.intro-team-prospects-toggle {
  text-align: center;
  margin-top: 10px;
  font-size: 12px; }

#blogcontent .fullpostentry [class^="team-box"] {
  margin: auto;
  padding: 0; }

.team-box-button {
  background-color: #f5f5f5;
  line-height: 1;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  padding: 5px;
  border: 1px solid #eee; }
  .dark-mode .team-box-button {
    background-color: #888; }

.team-box-button.team-highlight {
  background-color: #50ae26;
  color: white; }

@media (max-width: 600px) {
  #blogcontent .box-team div {
    padding: 0;
    text-align: center; } }

.leader-box-container {
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-size: 14px;
  cursor: default;
  margin-top: 10px;
  margin-bottom: 10px;
  /*display: fl;*/ }
  .leader-box-container a {
    text-decoration: none; }
  .leader-box-container .leader-box {
    display: inline-block;
    width: 25%;
    text-align: center; }
    .leader-box-container .leader-box > div {
      border: 1px solid #cdcdcd;
      display: inline-block; }
    .leader-box-container .leader-box .leader-box-header {
      margin: 7px 0 10px; }
    .leader-box-container .leader-box .leader-box-control {
      margin: auto; }
      .leader-box-container .leader-box .leader-box-control div {
        display: inline-block;
        cursor: pointer;
        font-size: 12px;
        padding: 2px 5px;
        background-color: #efefef;
        border: 1px solid #cdcdcd;
        text-align: left; }
        .dark-mode .leader-box-container .leader-box .leader-box-control div {
          background-color: #888; }
        .leader-box-container .leader-box .leader-box-control div.active {
          background-color: #50ae26;
          color: #fff; }
    .leader-box-container .leader-box .leader-box-number {
      margin-right: 5px; }
    .leader-box-container .leader-box table {
      margin: 10px;
      text-align: left;
      min-width: 170px; }
      .leader-box-container .leader-box table td {
        padding: 2px 5px; }
        .leader-box-container .leader-box table td:last-child {
          text-align: right; }

@media (max-width: 900px) {
  .leader-box-container {
    /*display: fl;*/ }
    .leader-box-container .leader-box {
      width: 50%; }
      .leader-box-container .leader-box:not(:last-child) {
        margin-bottom: 20px; } }

@media (max-width: 430px) {
  .leader-box-container {
    /*display: fl;*/ }
    .leader-box-container .leader-box {
      width: 100%;
      /*margin-bottom: 20px;*/ } }

/*#leaders-box {
    display: none;
}*/
.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 {
        padding-top: 10px; }
    .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; }
        .dark-mode .prospects-page-wrapper .col-1 #root-prospects-leaders .minor-league-leaders-link {
          background-color: #444; }
  .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 [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; }
        .dark-mode .prospects-page-wrapper .col-2 #root-mini-board .link-the-board {
          background-color: #444; }
    .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; } }

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

.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; }
    .dark-mode .fg-modal .fg-modal-content {
      background-color: #333; }
  .fg-modal .fg-modal-close {
    color: #fff;
    position: absolute;
    right: -40px;
    top: -40px;
    font-size: 30px;
    cursor: pointer; }

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

#rootSearch {
  min-width: 181px; }

.search-bar {
  font-family: Lato, arial, helvetica, sans-serif;
  box-sizing: border-box;
  color: #000;
  width: 100%; }
  .dark-mode .search-bar {
    color: #fff; }
  .search-bar * {
    box-sizing: inherit; }
  @media (max-width: 400px) {
    .search-bar {
      flex: 1; } }
  .search-bar .search-bar-input-wrapper {
    position: relative; }
    .search-bar .search-bar-input-wrapper input.search-query {
      font-size: 16px;
      padding: 7px 10px;
      font-family: Lato, arial, helvetica, sans-serif;
      border: 4px solid #000;
      width: 100%; }
      .search-bar .search-bar-input-wrapper input.search-query:focus {
        outline: none; }
      @media (max-width: 520px) {
        .search-bar .search-bar-input-wrapper input.search-query {
          width: 100%; } }
    .search-bar .search-bar-input-wrapper i.material-icons {
      position: absolute;
      right: 0;
      font-size: 28px;
      padding: 7px 4px 6px 4px;
      cursor: pointer; }
      @media (min-width: 640px) {
        .search-bar .search-bar-input-wrapper i.material-icons {
          display: none; } }
  .search-bar h4 {
    margin: 0;
    text-align: center; }
  .search-bar .search-term-highlight {
    text-decoration: underline;
    -webkit-text-decoration-style: dotted;
    -webkit-text-decoration-color: #555;
    text-decoration-style: dotted;
    text-decoration-color: #555; }
  .search-bar .search-results {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    left: 0;
    background-color: #fff;
    padding: 10px;
    border: 1px solid #aaa;
    z-index: 10;
    font-size: 14px;
    min-width: 320px;
    max-width: 960px;
    width: 100%;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3), 0 6px 6px rgba(0, 0, 0, 0.1); }
    .dark-mode .search-bar .search-results {
      background-color: #333; }
    .classic-mode .search-bar .search-results {
      background-color: #F5F5DC; }
    @media (max-width: 640px) {
      .search-bar .search-results {
        flex-direction: column;
        font-size: 11px; } }
    @media (max-width: 340px) {
      .search-bar .search-results {
        padding: 0 10px 10px; } }
    .search-bar .search-results ul {
      flex: 0 0 33.333333%;
      padding: 10px;
      margin: 0; }
      @media (max-width: 640px) {
        .search-bar .search-results ul {
          padding: 0 10px; } }
      .search-bar .search-results ul li {
        padding: 4px;
        display: flex;
        justify-content: space-between; }
        @media (max-width: 640px) {
          .search-bar .search-results ul li {
            padding: 1px; } }
        .search-bar .search-results ul li.li-highlight {
          background-color: #dedede; }
          .dark-mode .search-bar .search-results ul li.li-highlight {
            background-color: #666; }
        .search-bar .search-results ul li.li-active-player {
          font-weight: 600; }
    .search-bar .search-results .team {
      width: 100%;
      flex: 0 0 100%;
      text-align: left; }
      .search-bar .search-results .team:before {
        content: 'MLB Team';
        display: block;
        padding: 10px;
        text-align: center;
        font-weight: 600;
        font-size: 12px; }
    .search-bar .search-results .minor:before {
      content: 'Minor League Players';
      display: block;
      padding: 10px;
      text-align: center;
      font-weight: 600;
      font-size: 12px; }
    .search-bar .search-results .major:before {
      content: 'Major League Players';
      display: block;
      padding: 10px;
      text-align: center;
      font-weight: 600;
      font-size: 12px; }
    .search-bar .search-results .international:before {
      content: 'International Players';
      display: block;
      padding: 10px;
      text-align: center;
      font-weight: 600;
      font-size: 12px; }
    .search-bar .search-results .blog:before {
      content: 'Articles';
      display: block;
      padding: 10px;
      text-align: center;
      font-weight: 600;
      font-size: 12px; }
    .search-bar .search-results .action-button-view-all {
      width: 100%;
      flex: 0 0 100%;
      margin-top: 15px;
      background-color: #ddd;
      font-size: 12px;
      padding: 5px;
      text-align: center; }
      .dark-mode .search-bar .search-results .action-button-view-all {
        background-color: #888; }
  .search-bar .search-full-screen {
    width: 100%;
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    height: 100%;
    min-height: 100%; }
    .classic-mode .search-bar .search-full-screen {
      background-color: #F5F5DC; }
    @media (max-width: 640px) {
      .search-bar .search-full-screen {
        padding: 20px 0;
        height: initial; } }
    .search-bar .search-full-screen input.search-query {
      font-size: 16px;
      padding: 8px;
      width: 60%;
      margin-bottom: 10px;
      border: 1px solid #aaa; }
    .search-bar .search-full-screen-wrapper-players, .search-bar .search-full-screen-wrapper-articles {
      width: 100%;
      flex: 0 0 42%; }
      @media (max-width: 640px) {
        .search-bar .search-full-screen-wrapper-players, .search-bar .search-full-screen-wrapper-articles {
          flex: auto; } }
    .search-bar .search-full-screen .search-results {
      max-width: initial; }
    .search-bar .search-full-screen-players {
      display: flex;
      justify-content: space-around;
      flex-direction: row;
      width: 100%; }
      @media (max-width: 640px) {
        .search-bar .search-full-screen-players {
          flex-direction: column; } }
      .search-bar .search-full-screen-players.search-results {
        position: static;
        background-color: #fff;
        padding: 0;
        border: none;
        z-index: 0;
        font-size: 14px;
        box-shadow: none; }
        .classic-mode .search-bar .search-full-screen-players.search-results {
          background-color: #F5F5DC; }
      .search-bar .search-full-screen-players ul {
        flex: 0 1 33.33333%;
        padding: 0 20px;
        /*max-width: 360px;*/ }
        .search-bar .search-full-screen-players ul li {
          padding: 4px;
          display: flex;
          justify-content: space-between; }
          .search-bar .search-full-screen-players ul li:hover, .search-bar .search-full-screen-players ul li:active {
            /*background-color: #dedede;*/ }
          .search-bar .search-full-screen-players ul li.li-highlight {
            background-color: #dedede; }
          .search-bar .search-full-screen-players ul li.li-active-player {
            font-weight: 600; }
    .search-bar .search-full-screen-articles {
      width: 100%;
      text-align: left;
      overflow-y: auto;
      flex: 1;
      display: flex;
      flex-wrap: wrap;
      padding: 10px; }
      @media (max-width: 640px) {
        .search-bar .search-full-screen-articles {
          flex-direction: column; } }
      .search-bar .search-full-screen-articles ul {
        flex: 0 1 50%;
        margin: auto; }
        @media (max-width: 640px) {
          .search-bar .search-full-screen-articles ul {
            width: 100%; } }
        .search-bar .search-full-screen-articles ul li {
          display: flex;
          align-items: center;
          padding: 5px 0; }
          .search-bar .search-full-screen-articles ul li .blogs-title {
            padding: 5px 5px 2px; }
          .search-bar .search-full-screen-articles ul li .blogs-byline {
            display: inline-block;
            font-size: 13px;
            padding-left: 5px;
            color: #888;
            /*margin: 2px;*/ }
          .search-bar .search-full-screen-articles ul li .blogs-byline-sep {
            margin: 0 5px;
            color: #888; }
          .search-bar .search-full-screen-articles ul li .blogs-date {
            font-size: 13px;
            display: inline-block;
            color: #888; }
      .search-bar .search-full-screen-articles .page-controls {
        width: 100%;
        flex: 0 0 100%;
        margin-top: 10px; }
  .search-bar .badge {
    background-color: #50ae26;
    padding: 2px 0;
    margin: 10px;
    width: 20px;
    flex: 0 0 20px;
    color: #fff;
    text-align: center;
    font-size: 10px;
    cursor: default; }
  .search-bar .fg-modal .fg-modal-content {
    width: 100%;
    height: 90%;
    max-width: 900px;
    overflow-y: auto; }
  .search-bar .fg-modal .fg-modal-close {
    right: 0;
    top: 0;
    color: #000;
    cursor: pointer; }
    .dark-mode .search-bar .fg-modal .fg-modal-close {
      color: #fff; }

.dark-mode .search-full-screen-wrapper-players .search-full-screen-players.search-results {
  background-color: initial; }

.tools-search-page .search-full-screen-wrapper-players {
  min-height: 313px; }

.tools-search-page .search-full-screen-wrapper-articles {
  min-height: 358px; }

.side-bar {
  /*MODULES*/
  /*#leaders-box {
    display: none;
}*/ }
  .side-bar ul, .side-bar li {
    list-style: none;
    padding: 0;
    margin: 0; }
  .side-bar #top {
    margin-bottom: 0; }
  .side-bar #content * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .side-bar body {
    font-family: lato, Arial, helvetica neue, sans-serif; }
  .side-bar a {
    text-decoration: none; }
    .side-bar a.link-inactive {
      color: #999; }
  .side-bar .comment-container {
    /*position: absolute;*/
    display: inline-block;
    /*top: 0;*/
    margin-left: 5px; }
    .side-bar .comment-container.digit-3 {
      display: none; }
  .side-bar .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-size: contain;
    width: 13px;
    height: 19px;
    opacity: .25;
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    top: 9px; }
    .dark-mode .side-bar .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%20fill=%22white%22/%3E%3Cpath%20d=%22M0%200h24v24H0z%22%20fill=%22none%22/%3E%3C/svg%3E");
      opacity: .40; }
    .side-bar .comment-box.digit-3 {
      display: none; }
  .side-bar .comment-count {
    /*position: absolute;*/
    /*top: 3px;
    left: 1px;*/
    font-size: 11px;
    margin-left: 1px;
    margin-top: -1px;
    /*width: 100%;*/
    text-align: center;
    color: #888;
    display: inline-block; }
    .dark-mode .side-bar .comment-count {
      color: #aaa; }
  .side-bar .intro-ts {
    color: #888 !important;
    font-size: 14px;
    font-weight: 400 !important; }
    .dark-mode .side-bar .intro-ts {
      color: #aaa !important; }
  .side-bar .intro-ts-hot {
    color: #ce2431;
    font-weight: 600; }
  .side-bar .intro-headline-cat,
  .side-bar .intro-feature-cat {
    margin-bottom: 5px; }
    .side-bar .intro-headline-cat span,
    .side-bar .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; }
    .side-bar .intro-headline-cat.ig span,
    .side-bar .intro-feature-cat.ig span {
      color: #50ae26;
      background-color: #fff;
      border: 1px solid #50ae26; }
    .side-bar .intro-headline-cat.trade span,
    .side-bar .intro-feature-cat.trade span {
      color: #fff;
      background-color: #000;
      border: 1px solid #000; }
  .side-bar .intro-headline-container {
    display: inline-block;
    float: left;
    width: 100%; }
    .side-bar .intro-headline-container .intro-header-sub {
      background-color: #ccc;
      text-align: center;
      padding: 7px 0;
      font-size: 14px;
      margin-bottom: 5px; }
      .dark-mode .side-bar .intro-headline-container .intro-header-sub {
        background-color: #444; }
      .side-bar .intro-headline-container .intro-header-sub a {
        text-decoration: none; }
    .side-bar .intro-headline-container.com .intro-header-sub {
      /*display: none;*/ }
  .side-bar .intro-header {
    display: flex;
    border-bottom: 4px solid #50ae26;
    font-size: 16px;
    margin-top: 20px; }
    .side-bar .intro-header .intro-header-text {
      text-align: center;
      display: inline-block;
      height: 40px;
      padding: 10px 20px;
      font-family: lato, Arial;
      background-color: #50ae26;
      color: #fff; }
      .side-bar .intro-header .intro-header-text a {
        color: #fff; }
        .side-bar .intro-header .intro-header-text a:hover {
          color: #000; }
  .side-bar .intro-headline {
    width: 100%; }
    .side-bar .intro-headline .intro-post-container {
      display: inline-block;
      width: 100%;
      padding: 0 5px; }
      .side-bar .intro-headline .intro-post-container .intro-post-column {
        display: inline-block;
        width: 50%;
        float: left; }
    .side-bar .intro-headline .intro-headline-post {
      padding: 10px 6px 17px;
      margin-right: 10px;
      border-bottom: 1px solid #ddd; }
    .side-bar .intro-headline .intro-headline-title {
      font-size: 15px; }
  .side-bar .intro-headline-author {
    font-size: 13px;
    position: relative;
    top: 2px;
    color: #888;
    font-weight: 400; }
    .dark-mode .side-bar .intro-headline-author {
      color: #aaa; }
    .side-bar .intro-headline-author a {
      color: #888; }
      .dark-mode .side-bar .intro-headline-author a {
        color: #aaa; }
      .side-bar .intro-headline-author a:hover {
        color: #50ae26; }
  .side-bar .intro-misc {
    display: inline-block;
    float: left;
    padding-right: 10px; }
    .side-bar .intro-misc .intro-header {
      font-size: 16px;
      position: relative; }
      .side-bar .intro-misc .intro-header .intro-header-text {
        color: #fff;
        background-color: #50ae26;
        padding: 12px 20px 8px; }
      .side-bar .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; }
    .side-bar .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; }
      .side-bar .intro-misc .podcast-container .podcast-title {
        font-size: 16px;
        padding: 5px 0; }
      .side-bar .intro-misc .podcast-container .podcast-episode {
        font-size: 14px;
        white-space: pre-line; }
      .side-bar .intro-misc .podcast-container .podcast-date {
        color: #aaa;
        display: none; }
    .side-bar .intro-misc .top-list {
      -webkit-padding-start: 25px;
      -webkit-margin-before: 0; }
      .side-bar .intro-misc .top-list li {
        list-style: decimal; }
    .side-bar .intro-misc .box-team {
      margin: auto;
      text-align: center; }
      .side-bar .intro-misc .box-team .team-lg {
        text-align: center;
        margin-top: 10px;
        font-weight: 600;
        /*text-decoration: underline;*/
        width: 100%; }
      .side-bar .intro-misc .box-team table {
        width: 100%;
        height: 40%; }
        .side-bar .intro-misc .box-team table td {
          /*padding: 0 20px;*/ }
    .side-bar .intro-misc .team-box-bottom {
      font-size: 14px; }
      .side-bar .intro-misc .team-box-bottom hr {
        border: 1px solid #ddd; }
      .side-bar .intro-misc .team-box-bottom ul {
        max-width: 180px;
        margin: auto; }
        .side-bar .intro-misc .team-box-bottom ul li {
          margin-bottom: 10px; }
    .side-bar .intro-misc.intro-tool-container {
      width: 100%;
      max-width: initial; }
      .side-bar .intro-misc.intro-tool-container .intro-header {
        margin-top: 0; }
  .side-bar .box-featured {
    display: block; }
    .side-bar .box-featured .featured-main {
      width: 68%;
      display: inline-block;
      float: left;
      padding: 0 10px;
      /*margin-top: 10px;*/ }
      .side-bar .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; }
      .side-bar .box-featured .featured-main .featured-one .intro-feature-lg .intro-feature-title {
        font-size: 24px;
        font-weight: 600; }
      .side-bar .box-featured .featured-main .featured-one .intro-feature-lg .intro-feature-author {
        position: relative;
        margin-top: 5px; }
        .side-bar .box-featured .featured-main .featured-one .intro-feature-lg .intro-feature-author a {
          color: #888; }
        .side-bar .box-featured .featured-main .featured-one .intro-feature-lg .intro-feature-author .comment-container .comment-box {
          width: 14px;
          top: 8px; }
        .side-bar .box-featured .featured-main .featured-one .intro-feature-lg .intro-feature-author .comment-container .comment-count {
          font-size: 14px; }
      .side-bar .box-featured .featured-main .featured-one .intro-feature-lg .post-excerpt {
        margin-top: 10px; }
      .side-bar .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; }
        .side-bar .box-featured .featured-main .featured-sub .intro-feature-sm {
          width: 31%; }
          .side-bar .box-featured .featured-main .featured-sub .intro-feature-sm .intro-feature-title {
            font-size: 16px; }
          .side-bar .box-featured .featured-main .featured-sub .intro-feature-sm .intro-headline-author {
            margin-top: 5px; }
          .side-bar .box-featured .featured-main .featured-sub .intro-feature-sm .intro-feature-author {
            position: relative;
            margin-top: 5px; }
            .side-bar .box-featured .featured-main .featured-sub .intro-feature-sm .intro-feature-author a {
              color: #888; }
          .side-bar .box-featured .featured-main .featured-sub .intro-feature-sm .post-excerpt {
            font-size: 13px;
            margin-top: 15px; }
        .side-bar .box-featured .featured-main .featured-sub .intro-feature-sm:first-child .post-excerpt {
          padding-bottom: 10px; }
    .side-bar .box-featured .intro-photo {
      width: 32%;
      padding: 0; }
      .side-bar .box-featured .intro-photo .featured-container .featured-border {
        margin: 5px 10px 0;
        overflow: hidden; }
  .side-bar .box-row {
    clear: both;
    overflow-y: auto; }
    .side-bar .box-row.row-1 .intro-headline .intro-post-container {
      width: 65.8%; }
    .side-bar .box-row.row-1 .intro-headline-container {
      overflow-y: auto; }
    .side-bar .box-row.row-1 .box-ra {
      width: 100%;
      margin: auto;
      margin-top: 20px; }
      .side-bar .box-row.row-1 .box-ra div {
        margin: auto; }
    .side-bar .box-row.row-2 .intro-headline-container {
      width: 66%;
      /*width: 100%;*/
      overflow-y: auto;
      margin-right: 5px; }
      .side-bar .box-row.row-2 .intro-headline-container .intro-headline {
        display: inline-block;
        width: 100%;
        /*width: 66%;*/
        float: left; }
      .side-bar .box-row.row-2 .intro-headline-container.social-media {
        display: inline-block;
        width: 32%;
        overflow: visible; }
        .side-bar .box-row.row-2 .intro-headline-container.social-media .icon-sm {
          display: inline-block;
          width: 20%; }
        .side-bar .box-row.row-2 .intro-headline-container.social-media > div:last-child {
          text-align: center;
          margin-top: 30px; }
          .side-bar .box-row.row-2 .intro-headline-container.social-media > div:last-child:after {
            content: '';
            border-bottom: 1px solid #ddd;
            display: block;
            margin-top: 30px; }
        .side-bar .box-row.row-2 .intro-headline-container.social-media .sprite {
          background: url("/images/sm-sprite.png");
          margin-right: 5px; }
          .side-bar .box-row.row-2 .intro-headline-container.social-media .sprite.tw {
            width: 50px;
            height: 50px;
            background-position: -150px 0; }
          .side-bar .box-row.row-2 .intro-headline-container.social-media .sprite.fb {
            width: 50px;
            height: 50px;
            background-position: 0 0; }
          .side-bar .box-row.row-2 .intro-headline-container.social-media .sprite.ig {
            width: 50px;
            height: 50px;
            background-position: -50px 0; }
          .side-bar .box-row.row-2 .intro-headline-container.social-media .sprite.yt {
            width: 50px;
            height: 50px;
            background-position: -200px 0; }
          .side-bar .box-row.row-2 .intro-headline-container.social-media .sprite.em {
            width: 50px;
            height: 50px;
            background-position: -100px 0; }
    .side-bar .box-row.row-2 .box-ra {
      width: 33%;
      display: inline-block;
      text-align: center;
      margin-top: 50px; }
      .side-bar .box-row.row-2 .box-ra > div {
        margin: auto; }
    .side-bar .box-row.row-3 .com {
      /*width: 33.333%; original CSS */
      width: 30%;
      margin-right: 20px; }
      .side-bar .box-row.row-3 .com .intro-post-column {
        width: 100%; }
    .side-bar .box-row.row-3 .intro-misc {
      width: 33.333%; }
    .side-bar .box-row.row-3 .box-ra {
      /*margin-top: 50px;*/
      float: left;
      width: 33.3333%;
      min-width: 310px; }
      .side-bar .box-row.row-3 .box-ra.ra-wide {
        margin-top: 100px; }
    .side-bar .box-row.row-3 .ra-900 {
      display: none; }
    .side-bar .box-row.row-4 {
      margin-top: 10px; }
      .side-bar .box-row.row-4 .intro-team {
        width: 30%; }
      .side-bar .box-row.row-4 .box-row-top {
        width: 70%;
        display: inline-block;
        float: left;
        /*for ZiPS*/ }
        .side-bar .box-row.row-4 .box-row-top .intro-chat-container {
          width: 50%; }
        .side-bar .box-row.row-4 .box-row-top .intro-podcast {
          width: 50%; }
        .side-bar .box-row.row-4 .box-row-top .intro-team {
          width: 45%; }
    .side-bar .box-row.row-hof .intro-headline .intro-post-container .intro-post-column {
      width: 33%; }
    .side-bar .box-row.row-5 .essential-articles {
      width: 32%;
      /*padding-right: 10px;*/ }
      .side-bar .box-row.row-5 .essential-articles .intro-headline .intro-post-column {
        width: 100%; }
    .side-bar .box-row.row-5 .shop-fg-ra {
      max-width: 300px;
      float: left;
      margin: 80px 10px 0 0; }
    .side-bar .box-row.row-5 .box-ra {
      /*margin-top: 50px;*/
      float: left;
      width: 33.3333%;
      min-width: 310px; }
      .side-bar .box-row.row-5 .box-ra.ra-wide {
        margin-top: 100px; }
    .side-bar .box-row.row-5 .ra-900 {
      display: none; }
    .side-bar .box-row.row-5 .site-news {
      width: 32%; }
      .side-bar .box-row.row-5 .site-news .intro-headline .intro-post-column {
        width: 100%; }
  .side-bar .box-ra {
    margin-top: 90px; }
  .side-bar .intro-photo {
    display: inline-block;
    /*padding: 0 5px;*/ }
    .side-bar .intro-photo .featured-container .featured-border {
      border: 2px solid #50ae26;
      margin-bottom: 0;
      padding: 10px;
      min-height: 150px;
      position: relative;
      overflow: auto; }
    .side-bar .intro-photo .featured-container .featured-title {
      font-size: 16px;
      margin-bottom: 10px;
      text-align: center; }
    .side-bar .intro-photo .featured-container .featured-author {
      margin-top: 5px;
      position: relative;
      font-size: 14px;
      color: #888;
      padding-right: 13px; }
      .side-bar .intro-photo .featured-container .featured-author a {
        color: #888; }
    .side-bar .intro-photo .featured-container .feature-image {
      height: 150px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: 50%;
      border: 1px solid #aaa; }
    .side-bar .intro-photo .featured-container.lg {
      margin-top: 0; }
      .side-bar .intro-photo .featured-container.lg .post-excerpt {
        font-size: 14px;
        margin-top: 10px;
        padding: 0 15px; }
      .side-bar .intro-photo .featured-container.lg img {
        margin-bottom: -30%; }
    .side-bar .intro-photo .featured-container .img-900 {
      display: none; }
    .side-bar .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; }
  .side-bar .fg-left {
    display: inline-block;
    width: 33%;
    min-width: 320px;
    float: left;
    text-align: center; }
    .side-bar .fg-left .intro-photo {
      width: 100%;
      /*margin-left: 5px;*/
      margin: auto;
      width: 300px;
      margin-top: 20px;
      /*padding: 0 20px;*/ }
    .side-bar .fg-left .fg-mini-nav-box {
      background-color: #ccc;
      width: 300px;
      padding: 10px;
      font-size: 14px;
      margin: auto;
      margin-top: 10px;
      text-align: left; }
      .dark-mode .side-bar .fg-left .fg-mini-nav-box {
        background-color: #444; }
      .side-bar .fg-left .fg-mini-nav-box-title {
        text-align: center;
        text-decoration: underline;
        font-size: 13px;
        margin-bottom: 10px; }
      .side-bar .fg-left .fg-mini-nav-box ul {
        line-height: 1.2;
        list-style-type: disc; }
        .side-bar .fg-left .fg-mini-nav-box ul li {
          margin: 5px 0;
          list-style-type: disc;
          margin-left: 15px; }
  .side-bar .intro-chat-today {
    width: 70%;
    font-size: 16px;
    margin: 90px auto 20px; }
    .side-bar .intro-chat-today .intro-chat-today-title {
      text-align: center;
      color: #000;
      margin-bottom: 10px; }
    .side-bar .intro-chat-today .intro-chat-today-table {
      border: 2px solid #50ae26;
      padding: 5px; }
      .side-bar .intro-chat-today .intro-chat-today-table table {
        width: 100%; }
        .side-bar .intro-chat-today .intro-chat-today-table table td {
          padding: 5px; }
  .side-bar .gallery.tht {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .side-bar .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; }
      .side-bar .gallery.tht .intro-photo .featured-container {
        margin: 0;
        width: 100%; }
      .side-bar .gallery.tht .intro-photo .featured-border {
        border: 0;
        margin-top: 10px;
        width: 100%; }
      .side-bar .gallery.tht .intro-photo .featured-title {
        font-size: 16px;
        margin-top: 10px;
        text-align: left;
        width: 100%; }
        .side-bar .gallery.tht .intro-photo .featured-title a:hover {
          color: #8e001c; }
      .side-bar .gallery.tht .intro-photo a {
        width: 100%; }
      .side-bar .gallery.tht .intro-photo .feature-image {
        width: 100%;
        height: 130px;
        margin: initial; }
  .side-bar .tool .swiper-button-next, .side-bar .tool .swiper-button-prev,
  .side-bar .swiper-leaders .swiper-button-next,
  .side-bar .swiper-leaders .swiper-button-prev {
    height: 30px;
    top: 50%; }
  .side-bar .tool .swiper-button-next,
  .side-bar .swiper-leaders .swiper-button-next {
    right: 5px; }
  .side-bar .tool .swiper-button-prev,
  .side-bar .swiper-leaders .swiper-button-prev {
    left: 5px; }
  .side-bar .tool .swiper-pagination,
  .side-bar .swiper-leaders .swiper-pagination {
    bottom: 0px; }
  .side-bar .tools-header {
    text-align: center;
    font-size: 18px;
    margin-bottom: 10px; }
  .side-bar .tools-image {
    text-align: center; }
    .side-bar .tools-image img {
      border: 1px solid #ccc; }
  .side-bar .tools-desc {
    text-align: center;
    margin-top: 10px; }
  .side-bar .swiper-leaders-container {
    width: 100%;
    position: relative; }
  .side-bar .swiper-leaders {
    font-family: lato, Arial, sans-serif; }
  .side-bar .slide-label {
    text-align: center;
    font-size: 13px; }
  .side-bar .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; }
  .side-bar .leaders-sm-inside a {
    text-decoration: none; }
  .side-bar .leader-sm-inside a:hover {
    color: #50ae26; }
  .side-bar .swiper-container {
    margin: 15px 0;
    padding-bottom: 10px; }
  .side-bar .swiper-pagination {
    bottom: 0px; }
  .side-bar .swiper-pagination-bullet {
    border-radius: 0; }
  .side-bar .swiper-pagination-bullet-active {
    background: #50ae26; }
  .side-bar .swiper-leaders-header {
    text-align: center; }
  .side-bar .swiper-button-next,
  .side-bar .swiper-button-prev {
    top: 40px;
    height: 15px; }
  .side-bar .swiper-button-next {
    right: 50px; }
  .side-bar .swiper-button-prev {
    left: 50px; }
  .side-bar .intro-chat-container {
    width: 32%;
    max-width: initial; }
    .side-bar .intro-chat-container table {
      width: 100%; }
  .side-bar .chat-table {
    border-collapse: collapse;
    font-size: 14px;
    width: 300px;
    margin-top: 5px; }
    .side-bar .chat-table tr td.td-day {
      font-weight: 600; }
    .side-bar .chat-table tr td:last-child {
      font-size: 14px;
      font-weight: 400; }
  .side-bar .chat-table td {
    padding: 9px 8px; }
  .side-bar .chat-day {
    border-bottom: 1px solid #ddd; }
  .side-bar .header-img {
    background: url("/images/headers_verticals3.png");
    width: 200px;
    height: 20px;
    background-position: -3px -10px;
    background-size: 240px; }
  .side-bar .ra-wide {
    margin: 30px auto 10px;
    text-align: center;
    display: block; }
    .side-bar .ra-wide.ra-member.ra-member-hide {
      display: none; }
    .side-bar .ra-wide div {
      margin: auto; }
  .side-bar .fg .intro-header {
    margin-top: 0; }
  .side-bar .fg .intro-post-container {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .side-bar .fg .header-img {
    width: 115px; }
  .side-bar .rg .intro-header {
    border-color: #825a3f; }
    .side-bar .rg .intro-header .intro-header-text {
      background-color: #825a3f; }
    .side-bar .rg .intro-header .header-img {
      background-position: 0 -52px;
      width: 136px; }
  .side-bar .rg .intro-headline-cat span {
    background-color: #825a3f;
    border: 1px solid #825a3f; }
  .side-bar .rg a:hover {
    color: #825a3f; }
  .side-bar .tht .intro-header {
    border-color: #8e001c; }
    .side-bar .tht .intro-header .intro-header-text {
      background-color: #8e001c;
      padding: 7px 20px; }
    .side-bar .tht .intro-header .header-img {
      background-position: 0 -136px;
      height: 26px;
      width: 180px; }
  .side-bar .tht .intro-headline .intro-headline-cat span {
    background-color: #8e001c; }
  .side-bar .tht.featured-container .featured-border {
    border-color: #8e001c; }
  .side-bar .tht .featured-container .featured-border {
    border-color: #8e001c; }
  .side-bar .tht a:hover {
    color: #8e001c; }
  .side-bar .com .intro-header {
    border-color: #336699; }
    .side-bar .com .intro-header .intro-header-text {
      background-color: #336699; }
    .side-bar .com .intro-header .header-img {
      background-position: 0 -94px;
      width: 225px; }
  .side-bar .com .intro-headline .intro-headline-cat span {
    background-color: #336699;
    border: 1px solid #336699; }
  .side-bar .com a:hover {
    color: #336699; }
  .side-bar .banner-rg {
    max-width: 650px;
    margin: 30px auto 5px;
    background-color: #825a3f;
    color: #fff; }
    .side-bar .banner-rg a {
      display: inline-block;
      color: #fff;
      padding: 20px; }
      .side-bar .banner-rg a:hover {
        color: #000; }
  @media all and (max-width: 980px) {
    .side-bar .box-row.row-1 .intro-headline .intro-post-container {
      width: 62%; }
    .side-bar .box-row.row-2 .intro-headline-container .intro-headline {
      width: 100%; }
    .side-bar .box-row.row-2 .intro-headline-container.social-media {
      width: 100%; }
      .side-bar .box-row.row-2 .intro-headline-container.social-media > div:last-child:after {
        content: initial; }
    .side-bar .box-row.row-5 .shop-fg-ra {
      width: 275px; } }
  @media all and (max-width: 960px) {
    .side-bar .box-row.row-3 .intro-headline-container {
      width: 33%; }
    .side-bar .box-row.row-3 .intro-misc {
      width: 30%; } }
  @media all and (max-width: 900px) {
    .side-bar .intro-headline-container {
      margin: 10px 0;
      width: 100%; }
      .side-bar .intro-headline-container .intro-headline .intro-post-column {
        /*width: 100%;*/ }
    .side-bar .box-featured .featured-main {
      width: 100%;
      flex: 1 1 auto;
      padding: 0 10px;
      margin-bottom: 20px; }
      .side-bar .box-featured .featured-main .featured-one {
        margin-bottom: 20px; }
      .side-bar .box-featured .featured-main .featured-sub .intro-feature-sm:first-child .post-excerpt {
        padding-bottom: 0; }
    .side-bar .box-featured .intro-photo {
      width: 100%;
      clear: both; }
      .side-bar .box-featured .intro-photo .featured-container .featured-border {
        margin: auto; }
    .side-bar .box-ra {
      width: 100%;
      margin-top: 0;
      /*width: 100%;*/
      text-align: center; }
      .side-bar .box-ra div {
        margin: auto; }
      .side-bar .box-ra.ra-wide {
        margin: 20px 0; }
    .side-bar .box-row.row-1 .fg-left {
      width: 100%; }
      .side-bar .box-row.row-1 .fg-left .intro-photo {
        width: initial; }
    .side-bar .box-row.row-1 .intro-headline .intro-post-container {
      width: 100%; }
    .side-bar .box-row.row-1 .box-ra {
      margin: 20px 0; }
    .side-bar .box-row.row-2 .intro-headline-container {
      width: 100%; }
      .side-bar .box-row.row-2 .intro-headline-container .intro-headline {
        width: 100%;
        float: none; }
    .side-bar .box-row.row-2 .box-ra {
      width: 100%;
      clear: both;
      margin-top: 20px; }
      .side-bar .box-row.row-2 .box-ra.ra-member {
        display: none; }
    .side-bar .box-row.row-3 .ra-wide {
      display: none; }
    .side-bar .box-row.row-3 .ra-900 {
      display: block;
      width: 100%;
      text-align: center; }
      .side-bar .box-row.row-3 .ra-900 div {
        margin: auto; }
    .side-bar .box-row.row-3 .intro-misc {
      /*width: 50%; Non-ZiPS*/
      width: 100%; }
    .side-bar .box-row.row-3 .intro-headline-container.com {
      /*width: 50%; Non-ZIPS*/
      width: 100%;
      margin: 0;
      padding-right: 10px; }
    .side-bar .box-row.row-3.ra-member {
      display: none; }
    .side-bar .box-row.row-4 .box-row-top {
      width: 100%; }
      .side-bar .box-row.row-4 .box-row-top .intro-team {
        width: 50%; }
    .side-bar .box-row.row-4 .intro-team {
      width: 100%; }
    .side-bar .box-row.row-5 .essential-articles {
      width: 100%; }
    .side-bar .box-row.row-5 .shop-fg-ra {
      margin: auto;
      display: block;
      float: none; }
    .side-bar .box-row.row-5 .site-news {
      width: 100%; }
    .side-bar .box-row.row-5 .box-ra {
      width: 100%;
      margin-top: 10px; }
    .side-bar .intro-photo {
      display: block; }
      .side-bar .intro-photo .featured-container {
        margin-top: 0;
        margin-bottom: 20px; }
        .side-bar .intro-photo .featured-container.lg {
          width: initial;
          margin-bottom: 0; }
        .side-bar .intro-photo .featured-container .featured-border {
          flex-direction: row;
          margin: auto;
          width: initial;
          max-width: 600px;
          min-height: 0; }
          .side-bar .intro-photo .featured-container .featured-border .img-wide {
            display: none; }
        .side-bar .intro-photo .featured-container .featured-title {
          font-size: 16px;
          width: 66.666%;
          display: inline-block;
          float: left;
          padding: 10px 20px; }
        .side-bar .intro-photo .featured-container .feature-image {
          margin: 0;
          max-height: 200px; }
        .side-bar .intro-photo .featured-container .img-900 {
          display: inline-block;
          width: 33.333%;
          float: left; }
          .side-bar .intro-photo .featured-container .img-900 .feature-image {
            width: 100%;
            display: inline-block; }
        .side-bar .intro-photo .featured-container .img-bottom {
          display: none; }
    .side-bar .intro-post-container {
      width: 100%; }
      .side-bar .intro-post-container .intro-post-column {
        width: 50%; }
    .side-bar .com .intro-post-container {
      margin: 0; }
      .side-bar .com .intro-post-container .intro-post-column {
        width: 100%; }
    .side-bar .gallery.tht {
      padding: 0 10px;
      display: block; }
      .side-bar .gallery.tht .intro-photo .featured-border {
        min-height: initial;
        margin: 0; }
        .side-bar .gallery.tht .intro-photo .featured-border > a:first-child {
          float: left;
          display: inline-block;
          width: 33.333%; }
        .side-bar .gallery.tht .intro-photo .featured-border .featured-title {
          margin: 0;
          padding: 30px 20px 0;
          width: 66.666%; }
        .side-bar .gallery.tht .intro-photo .featured-border .feature-image {
          /*width: 300px;*/ }
    .side-bar .intro-misc {
      /*max-width: initial;*/ }
      .side-bar .intro-misc.intro-team {
        width: 100%; }
      .side-bar .intro-misc .box-team {
        display: block; }
        .side-bar .intro-misc .box-team div {
          display: inline-block;
          width: 100%;
          padding: 0 5%; }
        .side-bar .intro-misc .box-team table {
          max-width: 300px;
          margin: auto; }
    .side-bar .intro-chat-container {
      width: 48%; }
    .side-bar .tool .tools-image img {
      width: 250px; }
    .side-bar .ra-member {
      display: none; } }
  @media all and (max-width: 800px) {
    .side-bar .ra-wide {
      display: none; }
    .side-bar .box-ra:before, .side-bar .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; }
    .side-bar .box-ra:after {
      content: ''; }
    .side-bar #Bottom_panROS {
      display: none; } }
  @media (max-width: 650px) {
    .side-bar .banner-rg {
      margin: 10px; } }
  @media all and (max-width: 600px) {
    .side-bar #top {
      margin-bottom: 5px; }
    .side-bar .box-featured .featured-main .featured-sub {
      display: block; }
      .side-bar .box-featured .featured-main .featured-sub .intro-feature-sm {
        width: initial; }
        .side-bar .box-featured .featured-main .featured-sub .intro-feature-sm .post-excerpt {
          margin-bottom: 20px; }
    .side-bar .intro-photo {
      max-width: 300px;
      margin: auto; }
      .side-bar .intro-photo .featured-container {
        margin-bottom: 20px; }
        .side-bar .intro-photo .featured-container.tht {
          margin-bottom: 20px; }
        .side-bar .intro-photo .featured-container .featured-title {
          width: 100%;
          display: block;
          float: none;
          padding-top: 0; }
        .side-bar .intro-photo .featured-container .img-900 {
          display: none; }
        .side-bar .intro-photo .featured-container .img-bottom {
          display: inline;
          clear: both; }
    .side-bar .intro-headline {
      padding: 0 10px;
      width: initial; }
      .side-bar .intro-headline .intro-post-container .intro-post-column {
        width: 100%; }
      .side-bar .intro-headline .intro-headline-post {
        width: 100%; }
    .side-bar .box-row.row-3 .intro-headline-container.com {
      width: 100%;
      padding-right: 0; }
    .side-bar .box-row.row-3 .intro-misc {
      width: 100%; }
    .side-bar .box-row.row-1 .fg-left {
      display: block;
      float: none; }
      .side-bar .box-row.row-1 .fg-left .img-wide {
        display: inline; }
      .side-bar .box-row.row-1 .fg-left .intro-photo {
        padding: 0; }
    .side-bar .box-row.row-4 .intro-team,
    .side-bar .box-row.row-4 .box-row-top .intro-team {
      width: 100%; }
    .side-bar .box-row.row-4 .box-row-top .intro-chat-container {
      width: 100%; }
    .side-bar .box-row.row-4 .box-row-top .intro-podcast {
      width: 100%; }
    .side-bar .box-row.row-4 .intro-team-prospects-toggle {
      text-align: center;
      margin-top: 10px; }
    .side-bar .box-row.row-hof .intro-headline .intro-post-container .intro-post-column {
      width: 100%; }
    .side-bar .intro-misc,
    .side-bar .essential-articles,
    .side-bar .site-news {
      width: 100%;
      max-width: initial;
      padding-right: 0; }
      .side-bar .intro-misc .intro-header-sub-head,
      .side-bar .essential-articles .intro-header-sub-head,
      .side-bar .site-news .intro-header-sub-head {
        padding: 0 10px; }
      .side-bar .intro-misc .podcast-list,
      .side-bar .essential-articles .podcast-list,
      .side-bar .site-news .podcast-list {
        padding: 0 10px; }
      .side-bar .intro-misc .chat-table,
      .side-bar .essential-articles .chat-table,
      .side-bar .site-news .chat-table {
        width: 80%;
        margin: auto; }
      .side-bar .intro-misc .box-team,
      .side-bar .essential-articles .box-team,
      .side-bar .site-news .box-team {
        width: 100%;
        text-align: center; }
        .side-bar .intro-misc .box-team div,
        .side-bar .essential-articles .box-team div,
        .side-bar .site-news .box-team div {
          width: 100%;
          max-width: 350px;
          margin: auto;
          text-align: left; }
    .side-bar .catchall300 {
      border: none !important;
      outline: none; }
    .side-bar .gallery.tht .intro-photo {
      padding-bottom: 5px;
      border-bottom: 1px solid #ddd;
      max-width: 100%; }
      .side-bar .gallery.tht .intro-photo .featured-border .featured-title {
        padding: 0; }
      .side-bar .gallery.tht .intro-photo .featured-border .feature-image {
        display: none; } }
  .side-bar .intro-team-prospects-toggle {
    text-align: center;
    margin-top: 10px;
    font-size: 12px; }
  .side-bar #blogcontent .fullpostentry [class^="team-box"] {
    margin: auto;
    padding: 0; }
  .side-bar .team-box-button {
    background-color: #f5f5f5;
    line-height: 1;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    padding: 5px;
    border: 1px solid #eee; }
    .dark-mode .side-bar .team-box-button {
      background-color: #888; }
  .side-bar .team-box-button.team-highlight {
    background-color: #50ae26;
    color: white; }
  @media (max-width: 600px) {
    .side-bar #blogcontent .box-team div {
      padding: 0;
      text-align: center; } }
  .side-bar .leader-box-container {
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-size: 14px;
    cursor: default;
    margin-top: 10px;
    margin-bottom: 10px;
    /*display: fl;*/ }
    .side-bar .leader-box-container a {
      text-decoration: none; }
    .side-bar .leader-box-container .leader-box {
      display: inline-block;
      width: 25%;
      text-align: center; }
      .side-bar .leader-box-container .leader-box > div {
        border: 1px solid #cdcdcd;
        display: inline-block; }
      .side-bar .leader-box-container .leader-box .leader-box-header {
        margin: 7px 0 10px; }
      .side-bar .leader-box-container .leader-box .leader-box-control {
        margin: auto; }
        .side-bar .leader-box-container .leader-box .leader-box-control div {
          display: inline-block;
          cursor: pointer;
          font-size: 12px;
          padding: 2px 5px;
          background-color: #efefef;
          border: 1px solid #cdcdcd;
          text-align: left; }
          .dark-mode .side-bar .leader-box-container .leader-box .leader-box-control div {
            background-color: #888; }
          .side-bar .leader-box-container .leader-box .leader-box-control div.active {
            background-color: #50ae26;
            color: #fff; }
      .side-bar .leader-box-container .leader-box .leader-box-number {
        margin-right: 5px; }
      .side-bar .leader-box-container .leader-box table {
        margin: 10px;
        text-align: left;
        min-width: 170px; }
        .side-bar .leader-box-container .leader-box table td {
          padding: 2px 5px; }
          .side-bar .leader-box-container .leader-box table td:last-child {
            text-align: right; }
  @media (max-width: 900px) {
    .side-bar .leader-box-container {
      /*display: fl;*/ }
      .side-bar .leader-box-container .leader-box {
        width: 50%; }
        .side-bar .leader-box-container .leader-box:not(:last-child) {
          margin-bottom: 20px; } }
  @media (max-width: 430px) {
    .side-bar .leader-box-container {
      /*display: fl;*/ }
      .side-bar .leader-box-container .leader-box {
        width: 100%;
        /*margin-bottom: 20px;*/ } }

#root-side-bar {
  box-sizing: border-box;
  /*height: 300px;*/
  display: flex;
  flex-direction: column;
  width: 320px;
  float: left;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-top: 20px; }
  #root-side-bar * {
    box-sizing: inherit; }
  #root-side-bar .player-box-mini-wrapper {
    border: 1px solid #50ae26;
    margin: 10px 0;
    font-size: 14px;
    padding-bottom: 10px; }
    #root-side-bar .player-box-mini-wrapper .player-box-mini-title {
      background-color: #50ae26;
      color: #fff;
      padding: 5px;
      font-size: 13px; }
    #root-side-bar .player-box-mini-wrapper .player-box-mini-box {
      padding: 0 7px 0; }
  #root-side-bar .recent_body {
    background-color: #fff; }
    .dark-mode #root-side-bar .recent_body {
      background-color: #1a1a1a; }
    .classic-mode #root-side-bar .recent_body {
      background-color: #F5F5DC; }
  #root-side-bar .links {
    margin: 10px 0; }
    #root-side-bar .links .recent_header {
      font-size: 16px;
      padding: 3px 0; }
    #root-side-bar .links .recent_body {
      text-align: center; }
    #root-side-bar .links.regular-feature .recent_body, #root-side-bar .links.draft-tools .recent_body {
      text-align: left; }
      #root-side-bar .links.regular-feature .recent_body .feature-title, #root-side-bar .links.draft-tools .recent_body .feature-title {
        font-size: 16px;
        margin-top: 6px; }
        #root-side-bar .links.regular-feature .recent_body .feature-title:first-child, #root-side-bar .links.draft-tools .recent_body .feature-title:first-child {
          margin-top: 2px; }
      #root-side-bar .links.regular-feature .recent_body .feature-description, #root-side-bar .links.draft-tools .recent_body .feature-description {
        padding: 4px 0;
        font-size: 12px;
        color: gray; }
    #root-side-bar .links.draft-tools .recent_body {
      text-align: left; }
      #root-side-bar .links.draft-tools .recent_body .feature-title {
        margin: 0;
        padding: 2px 0; }
  #root-side-bar .catchall300 {
    text-align: center; }

#ra-mobile-unit-1 .catchall300,
#ra-mobile-unit-2 .catchall300,
#ra-mobile-unit-3 .catchall300,
#ra-mobile-unit-4 .catchall300,
#ra-mobile-unit-5 .catchall300 {
  border: 0;
  /*border: 10px solid lightgray;
        margin: 10px 0;*/ }

/*BLOG COLORS*/
.rg #root-side-bar .player-box-mini-wrapper {
  border-color: #825a3f; }
  .rg #root-side-bar .player-box-mini-wrapper .player-box-mini-title {
    background-color: #825a3f; }

#blogcontent .fg-ra-mobile {
  text-align: center; }
  #blogcontent .fg-ra-mobile:before, #blogcontent .fg-ra-mobile:after {
    width: 300px;
    margin-left: auto;
    margin-right: auto; }

.player-box-mini {
  width: 100%;
  margin-top: 10px; }
  .player-box-mini table {
    width: 100%;
    border: 2px solid #cecece;
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 14px; }
    .dark-mode .player-box-mini table {
      border-color: #444; }
    .classic-mode .player-box-mini table {
      background-color: #fff; }
    .player-box-mini table th, .player-box-mini table td {
      text-align: right;
      border: 1px solid #cecece;
      padding: 2px 5px; }
      .dark-mode .player-box-mini table th, .dark-mode .player-box-mini table td {
        border-color: #444; }
    .player-box-mini table th {
      background-color: #cecece; }
      .dark-mode .player-box-mini table th {
        background-color: #444; }

.recent-blog-posts {
  margin: 10px 0; }
  .recent-blog-posts .intro-headline {
    padding: 0 5px; }
    .recent-blog-posts .intro-headline .intro-headline-post {
      padding: 4px 0;
      border: 0; }
      .recent-blog-posts .intro-headline .intro-headline-post:last-child {
        border: 0; }
      .recent-blog-posts .intro-headline .intro-headline-post .intro-headline-title {
        font-size: 14px; }
      .recent-blog-posts .intro-headline .intro-headline-post .intro-headline-author {
        top: initial;
        font-size: 12px;
        margin-top: 4px; }
        .recent-blog-posts .intro-headline .intro-headline-post .intro-headline-author .intro-ts {
          font-size: 13px; }
        .recent-blog-posts .intro-headline .intro-headline-post .intro-headline-author .comment-box {
          top: 2px;
          position: absolute; }
        .recent-blog-posts .intro-headline .intro-headline-post .intro-headline-author .comment-count {
          margin-left: 14px; }
  .recent-blog-posts .recent_logo {
    display: block;
    margin: auto; }

.blog-categories-authors {
  margin: 20px 0; }
  .blog-categories-authors ul {
    width: 49%;
    display: inline-block;
    float: left;
    font-size: 14px;
    border: 2px solid #cecece; }
    .dark-mode .blog-categories-authors ul {
      border-color: #444; }
    .blog-categories-authors ul li {
      padding: 2px 4px; }
    .blog-categories-authors ul.list-categories {
      float: right; }
      .blog-categories-authors ul.list-categories:before {
        display: block;
        content: 'Categories';
        background-color: #cecece;
        padding: 2px 4px;
        font-weight: 600; }
        .dark-mode .blog-categories-authors ul.list-categories:before {
          background-color: #444; }
      .blog-categories-authors ul.list-categories li {
        padding: 3px 5px; }
    .blog-categories-authors ul.list-authors:before {
      display: block;
      content: 'Authors';
      background-color: #cecece;
      padding: 2px 4px;
      font-weight: 600; }
      .dark-mode .blog-categories-authors ul.list-authors:before {
        background-color: #444; }
    .blog-categories-authors ul.list-authors .post-count {
      font-size: 11px; }
  .blog-categories-authors .list-sep {
    width: 2%; }

#root-membership-wpa {
  text-align: center; }

.membership-wpa {
  display: inline-block;
  text-align: center;
  max-width: 312px;
  margin-left: auto;
  margin-right: auto; }
  .membership-wpa svg {
    background-color: #fff; }
  .membership-wpa .membership-wpa__title {
    text-align: center;
    background-color: #50ae26;
    color: #fff;
    padding: 5px 0;
    margin-top: 5px; }
  .membership-wpa .x-axis {
    color: #000; }
    .membership-wpa .x-axis path, .membership-wpa .x-axis line {
      stroke: #aaa; }
  .membership-wpa .y-axis text {
    font-size: 12px; }
  .membership-wpa .rect__plot {
    fill: none;
    stroke: #aaa;
    stroke-width: 1; }
  .membership-wpa .rect__inn-away {
    fill: #fff; }
  .membership-wpa .rect__inn-home {
    fill: #ccc; }
  .membership-wpa .line__grid {
    stroke: #aaa;
    stroke-dasharray: 2 2;
    stroke-width: .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; }
        .dark-mode .membership-wpa .membership-wpa__panel .membership-wpa__panel__call-to-action a {
          color: #000; }
        .membership-wpa .membership-wpa__panel .membership-wpa__panel__call-to-action a:hover {
          color: #000;
          background-color: rgba(255, 216, 0, 0.85); }
        .membership-wpa .membership-wpa__panel .membership-wpa__panel__call-to-action a:last-child {
          margin-left: 10px; }

.ra-membership-house-wrapper {
  background-color: #50ae26;
  text-align: center;
  font-family: Lato, arial, helvetica, sans-serif;
  -webkit-text-size-adjust: none; }
  .ra-membership-house-wrapper .ra-membership-house-copy p {
    margin: 15px auto;
    text-align: left;
    font-weight: 400;
    line-height: 1.2; }
    .ra-membership-house-wrapper .ra-membership-house-copy p a {
      color: #fff; }
  .ra-membership-house-wrapper .ra-membership-house-copy .button {
    background-color: #ffd800;
    color: #000;
    margin-bottom: 20px;
    line-height: 50px;
    display: inline-block;
    padding: 0 20px;
    font-weight: 400; }

@charset "UTF-8";
.prospects-list-build .fg-button {
  width: 120px;
  font-size: 13px;
  padding: 5px;
  display: inline-block;
  margin-left: 20px;
  margin-bottom: 20px; }

.prospects-list-controls {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
  font-family: Lato, arial, helvetica, sans-serif;
  font-size: 14px;
  /*padding: 0 0 30px 0px;*/
  /*border-top: 1px solid;*/
  border: 1px solid #cecece;
  margin: 10px 0;
  margin-top: 30px;
  background-color: #efefef;
  box-sizing: border-box;
  padding-bottom: 15px; }
  .dark-mode .prospects-list-controls {
    background-color: #2a2a2a; }
  .prospects-list-controls * {
    box-sizing: inherit; }
  .prospects-list-controls .prospects-list-controls-header {
    width: 100%;
    border-bottom: 1px solid;
    padding: 5px;
    margin-bottom: 20px; }
  .prospects-list-controls-detail-level {
    /*display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        flex: 1;
        min-width: 400px;*/
    /*margin-left: 20px;
            position: relative;
            cursor: pointer;

            &:hover {
                color: $color-fg;
            }

            &.isActive {
                &:before {
                    content: '⚾';
                    position: absolute;
                    font-size: 14px;
                    left: -24px;
                }
            }
        }*/ }
    .prospects-list-controls-detail-level-main {
      display: flex;
      justify-content: space-around;
      flex-wrap: wrap;
      flex: 1;
      width: 320px;
      margin-bottom: 20px; }
    .prospects-list-controls-detail-level-graph {
      display: flex;
      /*margin-top: 20px;*/
      /*margin-bottom: 20px;*/
      justify-content: center; }
    .prospects-list-controls-detail-level .prospects-list-depth-button {
      text-align: center;
      padding: 5px;
      margin: 0;
      flex: 0 0 100px;
      font-size: 12px; }
  .prospects-list-controls-dropdown {
    margin: 0 10px;
    font-size: 12px;
    text-align: center;
    /*flex: 1;*/ }
    .prospects-list-controls-dropdown .fg-dropdown {
      width: 100px;
      font-size: 12px; }
      .prospects-list-controls-dropdown .fg-dropdown ul {
        max-height: 300px; }
  .prospects-list-controls .label {
    font-size: 12px;
    text-align: center;
    text-decoration: underline;
    margin-bottom: 8px;
    width: 100%; }

#tool-caps-prospects-list {
  box-sizing: border-box; }
  #tool-caps-prospects-list * {
    box-sizing: inherit; }
  #tool-caps-prospects-list.button-expand-is-hidden .button-expand {
    /*display: none;*/ }
  #tool-caps-prospects-list .header-name {
    margin: 0 0 5px 5px;
    font-size: 20px;
    display: inline-block; }
  #tool-caps-prospects-list .header-video {
    float: right;
    font-size: 12px;
    line-height: 40px;
    font-family: lato, arial; }
  #tool-caps-prospects-list .prospects-list-tldr {
    font-style: italic; }
  #tool-caps-prospects-list .button-expand {
    font-family: Lato, arial, helvetica, sans-serif;
    font-size: 12px;
    background: #50ae26;
    display: inline-block;
    padding: 6px;
    color: #fff;
    position: relative;
    padding-right: 28px;
    margin-top: 8px;
    cursor: pointer; }
    #tool-caps-prospects-list .button-expand:hover {
      opacity: .9; }
    #tool-caps-prospects-list .button-expand .material-icons {
      font-size: 24px;
      position: absolute;
      right: 3px;
      bottom: 3px; }
  #tool-caps-prospects-list .button-expand-wrapper {
    text-align: right; }
  #tool-caps-prospects-list .detail-hidden {
    display: none; }
  #tool-caps-prospects-list .prospects-list-outcome-graphic {
    /*display: none;*/
    background-color: #fff; }
  #tool-caps-prospects-list .is-expanded {
    display: block; }

.prospects-list-svg .axis {
  color: #333; }

.prospects-list-svg text {
  font-family: Lato, arial, helvetica, sans-serif;
  font-size: 14px; }
  @media (max-width: 600px) {
    .prospects-list-svg text {
      font-size: 12px; } }

.prospects-list-svg .svg-title {
  font-size: 16px;
  font-weight: 600; }
  @media (max-width: 600px) {
    .prospects-list-svg .svg-title {
      font-size: 12px; } }

.prospects-list-svg .area-blue {
  fill: none;
  stroke: #74b4fa;
  stroke-width: 3px; }

.prospects-list-svg .area-yellow {
  fill: none;
  stroke: #f9c758;
  stroke-width: 3px; }

.prospects-list-svg .area-red {
  fill: none;
  stroke: #ce2431;
  stroke-width: 3px; }

#root-custom-date-range-app {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  padding: 14px 0 4px; }
  #root-custom-date-range-app .fg-date-picker {
    display: flex;
    justify-content: center; }
    #root-custom-date-range-app .fg-date-picker .fg-date-picker-item {
      flex: 0 0 20%; }
    #root-custom-date-range-app .fg-date-picker .fg-date-picker-item-label {
      display: none; }
    #root-custom-date-range-app .fg-date-picker .start, #root-custom-date-range-app .fg-date-picker .end {
      width: 100px;
      margin: 0 5px;
      padding: 4px; }
  #root-custom-date-range-app .calendar-wrapper {
    position: absolute;
    font-size: 14px;
    z-index: 10;
    margin-top: 7px;
    left: 50%;
    margin-left: -50%;
    line-height: 1.5;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.81);
    -moz-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.81);
    box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.81); }
  #root-custom-date-range-app .fg-button.telerik-clone {
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin: 0em;
    font: 400 12px Arial;
    -webkit-appearance: push-button;
    align-items: flex-start;
    text-align: center;
    cursor: default;
    color: buttontext;
    background-color: buttonface;
    box-sizing: border-box;
    padding: 2px 6px 3px;
    border-width: 2px;
    border-style: outset;
    border-color: buttonface;
    border-image: initial;
    flex: 0 0 auto;
    -webkit-appearance: button;
    user-select: none;
    white-space: pre;
    align-items: flex-start;
    text-align: center;
    cursor: default;
    color: buttontext;
    background-color: buttonface;
    box-sizing: border-box;
    padding: 1px 7px 2px;
    border-width: 1px;
    border-style: solid;
    border-color: #d8d8d8 #d1d1d1 #bababa;
    border-image: initial; }
  #root-custom-date-range-app .alert-new {
    display: flex;
    background-color: #f9c758;
    font-size: 12px;
    padding: 5px;
    margin-right: 5px; }
    #root-custom-date-range-app .alert-new i {
      font-size: 14px;
      padding: 3px; }

.ppr-wrapper button {
  border: 0;
  cursor: pointer;
  padding: 7px 15px;
  font-size: 14px;
  font-family: lato, Arial, Helvetica, sans-serif;
  background-color: #ccc; }
  .ppr-wrapper button:focus {
    outline: 0; }

.ppr-wrapper .ppr-title {
  font-size: 18px;
  margin-bottom: 20px;
  text-align: center; }
  .ppr-wrapper .ppr-title:after {
    display: block;
    content: '';
    width: 50%;
    border-bottom: 1px solid #c0c0c0;
    margin: 5px auto; }

.ppr-wrapper .ppr-control-wrapper {
  font-family: Lato, Arial, Helvetica, sans-serif; }

.ppr-wrapper .control-position {
  font-size: 14px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  z-index: 100; }
  .ppr-wrapper .control-position button {
    padding: 5px;
    flex: 1 0 auto;
    border: 1px solid #ccc;
    background-color: #eee; }

.ppr-wrapper .control-team-wrapper {
  margin-top: 20px;
  text-align: center; }
  .ppr-wrapper .control-team-wrapper select {
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding: 3px; }

.ppr-wrapper .ppr-control-reint-timestamp {
  font-size: 12px;
  margin-top: 5px; }

.ppr-wrapper .depth-textarea {
  width: 100%;
  height: 500px;
  line-height: 1.5;
  font-size: 14px; }

.ppr-wrapper button.active {
  background-color: #50ae26;
  color: #fff; }

.ppr-wrapper button.inactive {
  color: #aaa;
  cursor: default; }

.ppr-wrapper .ppr-writer-button-wrapper {
  display: flex;
  position: relative;
  margin-top: 20px; }

.ppr-wrapper .button-publish {
  position: absolute;
  right: 0;
  background-color: #50ae26;
  border: 2px solid #50ae26;
  color: #fff; }
  .ppr-wrapper .button-publish:active, .ppr-wrapper .button-publish:focus {
    outline: none; }
  .ppr-wrapper .button-publish:hover {
    opacity: .85; }

.ppr-wrapper .button-unpublish {
  position: absolute;
  right: 0;
  background-color: #fff;
  border: 2px solid #50ae26;
  color: #50ae26; }
  .ppr-wrapper .button-unpublish:active, .ppr-wrapper .button-unpublish:focus {
    outline: none; }
  .ppr-wrapper .button-unpublish:hover {
    background-color: #50ae26;
    color: #fff; }

.ppr-wrapper .save-wrapper {
  height: 20px;
  text-align: right;
  font-size: 12px;
  font-family: Lato, arial, helvetica, sans-serif;
  margin: 15px 0; }
  .ppr-wrapper .save-wrapper button {
    margin-left: 10px;
    border: 1px solid #ccc;
    background-color: #eee; }

.ppr-wrapper .ppr-body {
  /*font-family: Georgia, 'Times New Roman', Times, serif;*/ }

.button-preview {
  position: absolute;
  right: 100px;
  border: 2px solid #ccc; }

#writer .ppr-wrapper button.inactive {
  color: #000;
  cursor: pointer; }

@media (max-width: 600px) {
  .ppr-wrapper .control-position button {
    flex: 0 0 auto;
    width: 25%; } }

.membership-push-wide-spacer {
  height: 0;
  overflow: hidden;
  transition: height 500ms; }
  .membership-push-wide-spacer.is-visible {
    height: 300px;
    animation: expand 800ms; }
  .membership-push-wide-spacer.is-closed {
    height: 0; }

.header_ra-content__app {
  height: 0;
  transition: height 500ms; }
  .header_ra-content__app.is-visible {
    animation: expand 800ms;
    height: 300px;
    overflow: hidden; }
  .header_ra-content__app.is-closed {
    height: 0;
    overflow: hidden; }
    .header_ra-content__app.is-closed .membership-push-wide-app__close {
      display: none; }

.membership-push-wide-app {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  background-color: #ffd800;
  height: 300px;
  width: 100%;
  bottom: 0;
  padding-bottom: 10px;
  z-index: 100;
  font-size: 18px;
  text-align: center;
  color: #000; }
  .membership-push-wide-app__copy-main {
    max-width: 1000px;
    margin: 0 auto;
    padding: 10px 30px;
    text-align: left; }
    .membership-push-wide-app__copy-main a {
      font-weight: 600; }
      .dark-mode .membership-push-wide-app__copy-main a {
        color: #000; }
  .membership-push-wide-app__close {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    padding: 3px; }
    .membership-push-wide-app__close:hover {
      color: rgba(0, 0, 0, 0.5); }
    .membership-push-wide-app__close .material-icons {
      font-size: 26px; }
  .membership-push-wide-app a.membership-push-wide-app__call-to-action {
    display: inline-block;
    background-color: #50ae26;
    padding: 8px 20px;
    margin: 0 auto;
    color: #fff; }
    .membership-push-wide-app a.membership-push-wide-app__call-to-action:hover {
      background-color: rgba(80, 174, 38, 0.8);
      color: #fff; }
  .membership-push-wide-app .membership-push-wide-app__call-to-action__sign-in {
    margin-top: 10px;
    font-size: 14px; }
    .membership-push-wide-app .membership-push-wide-app__call-to-action__sign-in a {
      font-weight: 600; }
      .dark-mode .membership-push-wide-app .membership-push-wide-app__call-to-action__sign-in a {
        color: #000; }
  .membership-push-wide-app .copy_0_p {
    font-size: 26px; }
    @media (max-width: 600px) {
      .membership-push-wide-app .copy_0_p {
        font-size: 18px; } }
  .membership-push-wide-app .copy_1_p {
    font-size: 20px;
    margin: 10px; }
    @media (max-width: 600px) {
      .membership-push-wide-app .copy_1_p {
        font-size: 16px; } }

@keyframes slideIn {
  from {
    bottom: -100%; }
  to {
    bottom: 0; } }

@keyframes expand {
  from {
    height: 0; }
  to {
    height: 300px; } }

@keyframes close {
  from {
    height: 300px; }
  to {
    height: 0; } }

@keyframes fadeIn {
  from {
    opacity: 0%; }
  to {
    opacity: 100%; } }

