@charset "UTF-8";
.select_l {
  width: 100%;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  border: solid 1px #c5c5c5;
  background: #f6f8f9;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f6f8f9 0%, #e5e5e5 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f6f8f9 0%, #e5e5e5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f6f8f9 0%, #e5e5e5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f6f8f9", endColorstr="#e5e5e5", GradientType=0);
  /* IE6-9 */
}

/*subscription*/
/*gls*/
/*gls*/
/*dcast*/
/*total*/
/*pitch tempo*/
/*hotzone*/
/*WPA*/
/* table restructure */
/* table 日本語化時にセル分け */
/*
**restructure
*/
.table_resp table {
  background: #333;
}

.table-responsive {
  max-width: 1280px;
  margin: auto;
}
.table-responsive table {
  border-spacing: 0;
  border: none;
  width: 100%;
  background: #333;
}
.table-responsive table tr:nth-child(odd) td {
  background: #f2f2f2;
}
.table-responsive table tr th {
  background: #804040;
  color: white;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  border: solid 1px #333;
  padding: 5px;
  z-index: 2;
  white-space: nowrap;
}
.table-responsive table tr th a {
  color: inherit;
}
.table-responsive table tr td {
  font-size: 0.9rem;
  font-family: Heebo, sans-serif;
  font-weight: 300;
  background: #fff;
  border: solid 1px #c5c5c5;
  color: #1a1a1a;
  padding: 5px;
  z-index: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
}
.table-responsive table tr td.nowrap {
  white-space: nowrap;
}
.table-responsive table tr td.ja {
  text-align: left;
}
.table-responsive table.pitchtempo tr th {
  white-space: nowrap;
}
.table-responsive table.pitchtempo tr th.pt_head-empty {
  background: #304846;
}
.table-responsive table.pitchtempo tr th.pt_head-empty.bottom {
  background: #3f5f5c;
}
.table-responsive table.pitchtempo tr th.pt_head-onbase {
  background: #313b6f;
}
.table-responsive table.pitchtempo tr th.pt_head-onbase.bottom {
  background: #3d498a;
}
.table-responsive table.pitchtempo tr td {
  white-space: nowrap;
}
.table-responsive table.pitchtempo tr:nth-child(odd) td {
  background: #fff;
}
.table-responsive table.pitchtempo.pitchtempo-player-bs tr td:nth-child(n+5), .table-responsive table.pitchtempo.pitchtempo-player-ps tr td:nth-child(n+5) {
  text-align: right;
}
.table-responsive table.pitchtempo.pitchtempo-player-bs tr:nth-child(even) td, .table-responsive table.pitchtempo.pitchtempo-player-ps tr:nth-child(even) td {
  background: #f2f2f2;
}
.table-responsive table.pitchtempo.pitchtempo-player-bs tr:nth-child(even) td:nth-child(n+6), .table-responsive table.pitchtempo.pitchtempo-player-ps tr:nth-child(even) td:nth-child(n+6) {
  background: #e3edec;
}
.table-responsive table.pitchtempo.pitchtempo-player-bs tr:nth-child(even) td:nth-child(n+13), .table-responsive table.pitchtempo.pitchtempo-player-ps tr:nth-child(even) td:nth-child(n+13) {
  background: #eaecf6;
}
.table-responsive table.pitchtempo.pitchtempo-team-bs tr td:nth-child(n+3), .table-responsive table.pitchtempo.pitchtempo-team-ps tr td:nth-child(n+3) {
  text-align: right;
}
.table-responsive table.pitchtempo.pitchtempo-team-bs tr:nth-child(even) td, .table-responsive table.pitchtempo.pitchtempo-team-ps tr:nth-child(even) td {
  background: #f2f2f2;
}
.table-responsive table.pitchtempo.pitchtempo-team-bs tr:nth-child(even) td:nth-child(n+4), .table-responsive table.pitchtempo.pitchtempo-team-ps tr:nth-child(even) td:nth-child(n+4) {
  background: #e3edec;
}
.table-responsive table.pitchtempo.pitchtempo-team-bs tr:nth-child(even) td:nth-child(n+11), .table-responsive table.pitchtempo.pitchtempo-team-ps tr:nth-child(even) td:nth-child(n+11) {
  background: #eaecf6;
}
.table-responsive table.pitchtempo.pitchtempo-league-bs tr td:nth-child(n+3), .table-responsive table.pitchtempo.pitchtempo-league-ps tr td:nth-child(n+3) {
  text-align: right;
}
.table-responsive table.pitchtempo.pitchtempo-league-bs tr:nth-child(even) td, .table-responsive table.pitchtempo.pitchtempo-league-ps tr:nth-child(even) td {
  background: #f2f2f2;
}
.table-responsive table.pitchtempo.pitchtempo-league-bs tr:nth-child(even) td:nth-child(n+4), .table-responsive table.pitchtempo.pitchtempo-league-ps tr:nth-child(even) td:nth-child(n+4) {
  background: #e3edec;
}
.table-responsive table.pitchtempo.pitchtempo-league-bs tr:nth-child(even) td:nth-child(n+11), .table-responsive table.pitchtempo.pitchtempo-league-ps tr:nth-child(even) td:nth-child(n+11) {
  background: #eaecf6;
}
.table-responsive table.pitchtempo.teampage-pitchtempo tr:nth-child(odd) td {
  background: #fff;
}
.table-responsive table.pitchtempo.teampage-pitchtempo tr:nth-child(even) td {
  background: #f2f2f2;
}
.table-responsive table.pitchtempo.teampage-pitchtempo tr:nth-child(even) td:nth-child(n+3) {
  background: #e3edec;
}
.table-responsive table.pitchtempo.teampage-pitchtempo tr:nth-child(even) td:nth-child(n+10) {
  background: #eaecf6;
}

.table-group {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.table_nav {
  display: flex;
  justify-content: flex-start;
  gap: 40px;
  align-items: center;
  background: #1a1a1a;
  border: solid 1px #1a1a1a;
  font-family: "Barlow Condensed", sans-serif;
  color: #fff;
  width: 100%;
  max-width: 1280px;
  padding: 5px 10px;
  margin: auto;
}
.table_nav ul {
  display: flex;
  gap: 20px;
  color: inherit;
}
.table_nav ul li {
  color: inherit;
  white-space: nowrap;
}
.table_nav ul li label {
  color: #fff;
  margin-left: 5px;
}
.table_nav ul li a {
  font-weight: 500;
  color: #666;
}
.table_nav ul li a:link, .table_nav ul li a:visited {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.table_nav ul li a.current {
  color: #fff;
  border-bottom: solid 3px #ff9900;
}
.table_nav.player-list_pitcher-nav ul, .table_nav.player-list_catcher-nav ul, .table_nav.player-list_infielder-nav ul, .table_nav.player-list_outfielder-nav ul {
  display: flex;
  gap: 20px;
  color: inherit;
}
.table_nav.player-list_pitcher-nav ul li, .table_nav.player-list_catcher-nav ul li, .table_nav.player-list_infielder-nav ul li, .table_nav.player-list_outfielder-nav ul li {
  color: inherit;
  white-space: nowrap;
}
.table_nav.player-list_pitcher-nav ul li.current, .table_nav.player-list_catcher-nav ul li.current, .table_nav.player-list_infielder-nav ul li.current, .table_nav.player-list_outfielder-nav ul li.current {
  color: #fff;
}
.table_nav.player-list_pitcher-nav ul li.current a, .table_nav.player-list_catcher-nav ul li.current a, .table_nav.player-list_infielder-nav ul li.current a, .table_nav.player-list_outfielder-nav ul li.current a {
  font-size: 1.2rem;
  color: inherit;
}
.table_nav.player-list_pitcher-nav ul li a, .table_nav.player-list_catcher-nav ul li a, .table_nav.player-list_infielder-nav ul li a, .table_nav.player-list_outfielder-nav ul li a {
  color: #a0a0a0;
  font-weight: 500;
}
.table_nav.player-list_pitcher-nav ul li a:link, .table_nav.player-list_pitcher-nav ul li a:visited, .table_nav.player-list_catcher-nav ul li a:link, .table_nav.player-list_catcher-nav ul li a:visited, .table_nav.player-list_infielder-nav ul li a:link, .table_nav.player-list_infielder-nav ul li a:visited, .table_nav.player-list_outfielder-nav ul li a:link, .table_nav.player-list_outfielder-nav ul li a:visited {
  color: #a0a0a0;
  text-decoration: underline;
}
.table_nav.player-list_pitcher-nav ul li a:hover, .table_nav.player-list_catcher-nav ul li a:hover, .table_nav.player-list_infielder-nav ul li a:hover, .table_nav.player-list_outfielder-nav ul li a:hover {
  color: #a0a0a0;
  text-decoration: none;
}
.table_nav.player-list_pitcher-nav ul:last-child li:first-child, .table_nav.player-list_catcher-nav ul:last-child li:first-child, .table_nav.player-list_infielder-nav ul:last-child li:first-child, .table_nav.player-list_outfielder-nav ul:last-child li:first-child {
  display: block;
}

.table_basic {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}
.table_basic tr:nth-child(odd) td {
  background: #f2f2f2;
}
.table_basic tr:last-child td {
  border-bottom: solid 1px #c5c5c5;
}
.table_basic tr th {
  background: #804040;
  color: white;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  border: solid 1px #333;
  padding: 5px;
  z-index: 2;
}
.table_basic tr th a {
  color: inherit;
}
.table_basic tr td {
  font-size: 0.85rem;
  font-family: Heebo, sans-serif;
  font-weight: 300;
  background: #fff;
  border: solid 1px #c5c5c5;
  padding: 5px;
  z-index: 1;
}
.table_basic tr td.left {
  text-align: left;
}
.table_basic tr td.center {
  text-align: center;
}
.table_basic tr td.right {
  text-align: right;
}
.table_basic tr td.nowrap {
  white-space: nowrap;
}

.btn_update-flex {
  display: flex;
}
.btn_update-flex-item {
  display: block;
}

@media screen and (max-width:479.98px) {
  .table_resp {
    overflow-x: auto;
  }
  .table_resp table tr th {
    border-right: solid 1px #333;
    border-bottom: solid 1px #333;
    position: relative;
    z-index: 998;
  }
  .table_resp table tr th::before {
    content: "";
    position: absolute;
    display: block;
    width: calc(100% + 2px);
    height: 1px;
    top: -1px;
    left: -1px;
    background: #333;
    z-index: 997;
  }
  .table_resp table tr td {
    border-right: solid 1px #c5c5c5;
    border-bottom: solid 1px #c5c5c5;
    position: initial;
  }
  .table-responsive {
    overflow-x: auto;
  }
  .table-responsive table tr th {
    border-right: solid 1px #333;
    border-bottom: solid 1px #333;
    position: relative;
    z-index: 998;
  }
  .table-responsive table tr th::before {
    content: "";
    position: absolute;
    display: block;
    width: calc(100% + 2px);
    height: 1px;
    top: -1px;
    left: -1px;
    background: #333;
    z-index: 997;
  }
  .table-responsive table tr td {
    border-right: solid 1px #c5c5c5;
    border-bottom: solid 1px #c5c5c5;
    position: initial;
  }
  .table-responsive table.pitchtempo.pitchtempo-player-bs th.th_sticky {
    position: sticky;
    left: -1px;
    z-index: 999;
  }
  .table-responsive table.pitchtempo.pitchtempo-player-bs th.th_sticky::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    border-right: solid 1px #333;
    border-bottom: solid 1px #333;
    z-index: -1;
  }
  .table-responsive table.pitchtempo.pitchtempo-player-bs th.th_nosticky {
    position: sticky;
    left: -155px;
    z-index: 999;
  }
  .table-responsive table.pitchtempo.pitchtempo-player-bs th.th_nosticky::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    border-right: solid 1px #333;
    border-bottom: solid 1px #333;
    z-index: -1;
  }
  .table-responsive table.pitchtempo.pitchtempo-player-bs td:nth-child(-n+3) {
    min-width: 30px;
    max-width: 30px;
    width: 30px;
  }
  .table-responsive table.pitchtempo.pitchtempo-player-bs td:nth-child(4) {
    position: sticky;
    left: -1px;
    min-width: 120px;
    max-width: 120px;
    width: 120px;
    white-space: break-spaces;
  }
  .table-responsive table.pitchtempo.pitchtempo-player-bs td:nth-child(4)::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    border-right: solid 1px #c5c5c5;
    border-bottom: solid 1px #c5c5c5;
    z-index: -1;
  }
  .table-responsive table.pitchtempo.pitchtempo-player-bs td:nth-child(5) {
    min-width: 64px;
    max-width: 64px;
    width: 64px;
    text-align: right;
  }
  .table-responsive table.pitchtempo.pitchtempo-player-ps th.th_sticky {
    position: sticky;
    left: -1px;
    z-index: 999;
  }
  .table-responsive table.pitchtempo.pitchtempo-player-ps th.th_sticky::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    border-right: solid 1px #333;
    border-bottom: solid 1px #333;
    z-index: -1;
  }
  .table-responsive table.pitchtempo.pitchtempo-player-ps th.th_nosticky {
    position: sticky;
    left: -155px;
    z-index: 999;
  }
  .table-responsive table.pitchtempo.pitchtempo-player-ps th.th_nosticky::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    border-right: solid 1px #333;
    border-bottom: solid 1px #333;
    z-index: -1;
  }
  .table-responsive table.pitchtempo.pitchtempo-player-ps td:nth-child(-n+3) {
    min-width: 30px;
    max-width: 30px;
    width: 30px;
  }
  .table-responsive table.pitchtempo.pitchtempo-player-ps td:nth-child(4) {
    position: sticky;
    left: -1px;
    min-width: 120px;
    max-width: 120px;
    width: 120px;
    white-space: break-spaces;
  }
  .table-responsive table.pitchtempo.pitchtempo-player-ps td:nth-child(4)::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    border-right: solid 1px #c5c5c5;
    border-bottom: solid 1px #c5c5c5;
    z-index: -1;
  }
  .table-responsive table.pitchtempo.pitchtempo-player-ps td:nth-child(5) {
    min-width: 64px;
    max-width: 64px;
    width: 64px;
    text-align: right;
  }
  .table-responsive table.pitchtempo.pitchtempo-team-bs th.th_sticky {
    position: sticky;
    left: -1px;
    z-index: 999;
  }
  .table-responsive table.pitchtempo.pitchtempo-team-bs th.th_sticky::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    border-right: solid 1px #333;
    border-bottom: solid 1px #333;
    z-index: -1;
  }
  .table-responsive table.pitchtempo.pitchtempo-team-bs th.th_nosticky {
    position: sticky;
    left: -95px;
    z-index: 999;
  }
  .table-responsive table.pitchtempo.pitchtempo-team-bs th.th_nosticky::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    border-right: solid 1px #333;
    border-bottom: solid 1px #333;
    z-index: -1;
  }
  .table-responsive table.pitchtempo.pitchtempo-team-bs td:nth-child(1) {
    min-width: 30px;
    max-width: 30px;
    width: 30px;
  }
  .table-responsive table.pitchtempo.pitchtempo-team-bs td:nth-child(2) {
    position: sticky;
    left: -1px;
    min-width: 128px;
    max-width: 128px;
    width: 128px;
    white-space: break-spaces;
  }
  .table-responsive table.pitchtempo.pitchtempo-team-bs td:nth-child(2)::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    border-right: solid 1px #c5c5c5;
    border-bottom: solid 1px #c5c5c5;
    z-index: -1;
  }
  .table-responsive table.pitchtempo.pitchtempo-team-bs td:nth-child(3) {
    min-width: 64px;
    max-width: 64px;
    width: 64px;
    text-align: right;
  }
  .table-responsive table.pitchtempo.pitchtempo-team-ps th.th_sticky {
    position: sticky;
    left: -1px;
    z-index: 999;
  }
  .table-responsive table.pitchtempo.pitchtempo-team-ps th.th_sticky::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    border-right: solid 1px #333;
    border-bottom: solid 1px #333;
    z-index: -1;
  }
  .table-responsive table.pitchtempo.pitchtempo-team-ps th.th_nosticky {
    position: sticky;
    left: -95px;
    z-index: 999;
  }
  .table-responsive table.pitchtempo.pitchtempo-team-ps th.th_nosticky::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    border-right: solid 1px #333;
    border-bottom: solid 1px #333;
    z-index: -1;
  }
  .table-responsive table.pitchtempo.pitchtempo-team-ps td:nth-child(1) {
    min-width: 30px;
    max-width: 30px;
    width: 30px;
  }
  .table-responsive table.pitchtempo.pitchtempo-team-ps td:nth-child(2) {
    position: sticky;
    left: -1px;
    min-width: 128px;
    max-width: 128px;
    width: 128px;
    white-space: break-spaces;
  }
  .table-responsive table.pitchtempo.pitchtempo-team-ps td:nth-child(2)::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    border-right: solid 1px #c5c5c5;
    border-bottom: solid 1px #c5c5c5;
    z-index: -1;
  }
  .table-responsive table.pitchtempo.pitchtempo-team-ps td:nth-child(3) {
    min-width: 64px;
    max-width: 64px;
    width: 64px;
    text-align: right;
  }
  .table-responsive table.pitchtempo.pitchtempo-league-bs th.th_sticky {
    position: sticky;
    left: -1px;
    z-index: 999;
  }
  .table-responsive table.pitchtempo.pitchtempo-league-bs th.th_sticky::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    border-right: solid 1px #333;
    border-bottom: solid 1px #333;
    z-index: -1;
  }
  .table-responsive table.pitchtempo.pitchtempo-league-bs th.th_nosticky {
    position: sticky;
    left: -95px;
    z-index: 999;
  }
  .table-responsive table.pitchtempo.pitchtempo-league-bs th.th_nosticky::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    border-right: solid 1px #333;
    border-bottom: solid 1px #333;
    z-index: -1;
  }
  .table-responsive table.pitchtempo.pitchtempo-league-bs td:nth-child(1) {
    min-width: 30px;
    max-width: 30px;
    width: 30px;
  }
  .table-responsive table.pitchtempo.pitchtempo-league-bs td:nth-child(2) {
    position: sticky;
    left: -1px;
    min-width: 120px;
    max-width: 120px;
    width: 120px;
    white-space: break-spaces;
  }
  .table-responsive table.pitchtempo.pitchtempo-league-bs td:nth-child(2)::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    border-right: solid 1px #c5c5c5;
    border-bottom: solid 1px #c5c5c5;
    z-index: -1;
  }
  .table-responsive table.pitchtempo.pitchtempo-league-bs td:nth-child(3) {
    min-width: 64px;
    max-width: 64px;
    width: 64px;
    text-align: right;
  }
  .table-responsive table.pitchtempo.pitchtempo-league-ps th.th_sticky {
    position: sticky;
    left: -1px;
    z-index: 999;
  }
  .table-responsive table.pitchtempo.pitchtempo-league-ps th.th_sticky::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    border-right: solid 1px #333;
    border-bottom: solid 1px #333;
    z-index: -1;
  }
  .table-responsive table.pitchtempo.pitchtempo-league-ps th.th_nosticky {
    position: sticky;
    left: -103px;
    z-index: 999;
  }
  .table-responsive table.pitchtempo.pitchtempo-league-ps th.th_nosticky::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    border-right: solid 1px #333;
    border-bottom: solid 1px #333;
    z-index: -1;
  }
  .table-responsive table.pitchtempo.pitchtempo-league-ps td:nth-child(1) {
    min-width: 30px;
    max-width: 30px;
    width: 30px;
  }
  .table-responsive table.pitchtempo.pitchtempo-league-ps td:nth-child(2) {
    position: sticky;
    left: -1px;
    min-width: 120px;
    max-width: 120px;
    width: 120px;
    white-space: break-spaces;
  }
  .table-responsive table.pitchtempo.pitchtempo-league-ps td:nth-child(2)::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    border-right: solid 1px #c5c5c5;
    border-bottom: solid 1px #c5c5c5;
    z-index: -1;
  }
  .table-responsive table.pitchtempo.pitchtempo-league-ps td:nth-child(3) {
    min-width: 72px;
    max-width: 72px;
    width: 72px;
    text-align: right;
  }
  .table-group .table-group_item .player-list_pitcher-table th:nth-child(2),
  .table-group .table-group_item .player-list_catcher-table th:nth-child(2),
  .table-group .table-group_item .player-list_infielder-table th:nth-child(2),
  .table-group .table-group_item .player-list_outfielder-table th:nth-child(2) {
    position: sticky;
    left: -1px;
    z-index: 999;
  }
  .table-group .table-group_item .player-list_pitcher-table th:nth-child(2)::before,
  .table-group .table-group_item .player-list_catcher-table th:nth-child(2)::before,
  .table-group .table-group_item .player-list_infielder-table th:nth-child(2)::before,
  .table-group .table-group_item .player-list_outfielder-table th:nth-child(2)::before {
    content: "";
    position: absolute;
    display: block;
    width: calc(100% + 2px);
    height: 1px;
    top: -1px;
    left: -1px;
    background: #333;
    z-index: 997;
  }
  .table-group .table-group_item .player-list_pitcher-table th:nth-child(2)::after,
  .table-group .table-group_item .player-list_catcher-table th:nth-child(2)::after,
  .table-group .table-group_item .player-list_infielder-table th:nth-child(2)::after,
  .table-group .table-group_item .player-list_outfielder-table th:nth-child(2)::after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    right: -1px;
    width: 1px;
    height: 100%;
    background: #333;
  }
  .table-group .table-group_item .player-list_pitcher-table td:nth-child(2),
  .table-group .table-group_item .player-list_catcher-table td:nth-child(2),
  .table-group .table-group_item .player-list_infielder-table td:nth-child(2),
  .table-group .table-group_item .player-list_outfielder-table td:nth-child(2) {
    position: sticky;
    left: -1px;
    z-index: 0;
  }
  .table-group .table-group_item .player-list_pitcher-table td:nth-child(2)::after,
  .table-group .table-group_item .player-list_catcher-table td:nth-child(2)::after,
  .table-group .table-group_item .player-list_infielder-table td:nth-child(2)::after,
  .table-group .table-group_item .player-list_outfielder-table td:nth-child(2)::after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    right: -1px;
    width: 1px;
    height: 100%;
    background: #c5c5c5;
  }
  .table_nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    overflow-x: auto;
  }
  .table_nav::-webkit-scrollbar {
    display: none;
  }
  .table_nav ul:last-child li:first-child {
    display: none;
  }
  .table_nav ul:last-child {
    position: sticky;
    margin-left: -1px;
    left: -1px;
  }
  .btn_update-flex {
    flex-direction: row-reverse;
    align-items: center;
    width: 100%;
    gap: 5px;
    margin: 10px auto;
  }
  .btn_update-flex-item:nth-child(1) {
    text-align: right;
  }
}
@media screen and (min-width:480px) and (max-width:1279.98px) {
  .table_resp {
    overflow-x: auto;
  }
  .table-responsive {
    overflow-x: auto;
  }
  .table-responsive table tr th {
    border-right: solid 1px #333;
    border-bottom: solid 1px #333;
    position: relative;
    z-index: 998;
    border-right: solid 1px #333;
    border-bottom: solid 1px #333;
  }
  .table-responsive table tr th::before {
    content: "";
    position: absolute;
    display: block;
    width: calc(100% + 2px);
    height: 1px;
    top: -1px;
    left: -1px;
    background: #333;
    z-index: 997;
  }
  .table-responsive table tr td {
    border-right: solid 1px #c5c5c5;
    border-bottom: solid 1px #c5c5c5;
    position: initial;
  }
  .table-responsive table.pitchtempo.pitchtempo-player-bs th.th_sticky {
    position: sticky;
    left: -1px;
    z-index: 999;
  }
  .table-responsive table.pitchtempo.pitchtempo-player-bs th.th_sticky::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    border-right: solid 1px #333;
    border-bottom: solid 1px #333;
    z-index: -1;
  }
  .table-responsive table.pitchtempo.pitchtempo-player-bs th.th_nosticky {
    position: sticky;
    left: -155px;
    z-index: 999;
  }
  .table-responsive table.pitchtempo.pitchtempo-player-bs th.th_nosticky::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    border-right: solid 1px #333;
    border-bottom: solid 1px #333;
    z-index: -1;
  }
  .table-responsive table.pitchtempo.pitchtempo-player-bs td:nth-child(-n+3) {
    min-width: 30px;
    max-width: 30px;
    width: 30px;
  }
  .table-responsive table.pitchtempo.pitchtempo-player-bs td:nth-child(4) {
    position: sticky;
    left: -1px;
    min-width: 120px;
    max-width: 120px;
    width: 120px;
    white-space: break-spaces;
  }
  .table-responsive table.pitchtempo.pitchtempo-player-bs td:nth-child(4)::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    border-right: solid 1px #c5c5c5;
    border-bottom: solid 1px #c5c5c5;
    z-index: -1;
  }
  .table-responsive table.pitchtempo.pitchtempo-player-bs td:nth-child(5) {
    min-width: 64px;
    max-width: 64px;
    width: 64px;
    text-align: right;
  }
  .table-responsive table.pitchtempo.pitchtempo-player-ps th.th_sticky {
    position: sticky;
    left: -1px;
    z-index: 999;
  }
  .table-responsive table.pitchtempo.pitchtempo-player-ps th.th_sticky::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    border-right: solid 1px #333;
    border-bottom: solid 1px #333;
    z-index: -1;
  }
  .table-responsive table.pitchtempo.pitchtempo-player-ps th.th_nosticky {
    position: sticky;
    left: -155px;
    z-index: 999;
  }
  .table-responsive table.pitchtempo.pitchtempo-player-ps th.th_nosticky::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    border-right: solid 1px #333;
    border-bottom: solid 1px #333;
    z-index: -1;
  }
  .table-responsive table.pitchtempo.pitchtempo-player-ps td:nth-child(-n+3) {
    min-width: 30px;
    max-width: 30px;
    width: 30px;
  }
  .table-responsive table.pitchtempo.pitchtempo-player-ps td:nth-child(4) {
    position: sticky;
    left: -1px;
    min-width: 120px;
    max-width: 120px;
    width: 120px;
    white-space: break-spaces;
  }
  .table-responsive table.pitchtempo.pitchtempo-player-ps td:nth-child(4)::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    border-right: solid 1px #c5c5c5;
    border-bottom: solid 1px #c5c5c5;
    z-index: -1;
  }
  .table-responsive table.pitchtempo.pitchtempo-player-ps td:nth-child(5) {
    min-width: 64px;
    max-width: 64px;
    width: 64px;
    text-align: right;
  }
  .table-responsive table.pitchtempo.pitchtempo-team-bs th.th_sticky {
    position: sticky;
    left: -1px;
    z-index: 999;
  }
  .table-responsive table.pitchtempo.pitchtempo-team-bs th.th_sticky::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    border-right: solid 1px #333;
    border-bottom: solid 1px #333;
    z-index: -1;
  }
  .table-responsive table.pitchtempo.pitchtempo-team-bs th.th_nosticky {
    position: sticky;
    left: -95px;
    z-index: 999;
  }
  .table-responsive table.pitchtempo.pitchtempo-team-bs th.th_nosticky::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    border-right: solid 1px #333;
    border-bottom: solid 1px #333;
    z-index: -1;
  }
  .table-responsive table.pitchtempo.pitchtempo-team-bs td:nth-child(1) {
    min-width: 30px;
    max-width: 30px;
    width: 30px;
  }
  .table-responsive table.pitchtempo.pitchtempo-team-bs td:nth-child(2) {
    position: sticky;
    left: -1px;
    min-width: 128px;
    max-width: 128px;
    width: 128px;
    white-space: break-spaces;
  }
  .table-responsive table.pitchtempo.pitchtempo-team-bs td:nth-child(2)::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    border-right: solid 1px #c5c5c5;
    border-bottom: solid 1px #c5c5c5;
    z-index: -1;
  }
  .table-responsive table.pitchtempo.pitchtempo-team-bs td:nth-child(3) {
    min-width: 64px;
    max-width: 64px;
    width: 64px;
    text-align: right;
  }
  .table-responsive table.pitchtempo.pitchtempo-team-ps th.th_sticky {
    position: sticky;
    left: -1px;
    z-index: 999;
  }
  .table-responsive table.pitchtempo.pitchtempo-team-ps th.th_sticky::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    border-right: solid 1px #333;
    border-bottom: solid 1px #333;
    z-index: -1;
  }
  .table-responsive table.pitchtempo.pitchtempo-team-ps th.th_nosticky {
    position: sticky;
    left: -95px;
    z-index: 999;
  }
  .table-responsive table.pitchtempo.pitchtempo-team-ps th.th_nosticky::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    border-right: solid 1px #333;
    border-bottom: solid 1px #333;
    z-index: -1;
  }
  .table-responsive table.pitchtempo.pitchtempo-team-ps td:nth-child(1) {
    min-width: 30px;
    max-width: 30px;
    width: 30px;
  }
  .table-responsive table.pitchtempo.pitchtempo-team-ps td:nth-child(2) {
    position: sticky;
    left: -1px;
    min-width: 128px;
    max-width: 128px;
    width: 128px;
    white-space: break-spaces;
  }
  .table-responsive table.pitchtempo.pitchtempo-team-ps td:nth-child(2)::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    border-right: solid 1px #c5c5c5;
    border-bottom: solid 1px #c5c5c5;
    z-index: -1;
  }
  .table-responsive table.pitchtempo.pitchtempo-team-ps td:nth-child(3) {
    min-width: 64px;
    max-width: 64px;
    width: 64px;
    text-align: right;
  }
  .table-responsive table.pitchtempo.pitchtempo-league-bs th.th_sticky {
    position: sticky;
    left: -1px;
    z-index: 999;
  }
  .table-responsive table.pitchtempo.pitchtempo-league-bs th.th_sticky::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    border-right: solid 1px #333;
    border-bottom: solid 1px #333;
    z-index: -1;
  }
  .table-responsive table.pitchtempo.pitchtempo-league-bs th.th_nosticky {
    position: sticky;
    left: -95px;
    z-index: 999;
  }
  .table-responsive table.pitchtempo.pitchtempo-league-bs th.th_nosticky::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    border-right: solid 1px #333;
    border-bottom: solid 1px #333;
    z-index: -1;
  }
  .table-responsive table.pitchtempo.pitchtempo-league-bs td:nth-child(1) {
    min-width: 30px;
    max-width: 30px;
    width: 30px;
  }
  .table-responsive table.pitchtempo.pitchtempo-league-bs td:nth-child(2) {
    position: sticky;
    left: -1px;
    min-width: 120px;
    max-width: 120px;
    width: 120px;
    white-space: break-spaces;
  }
  .table-responsive table.pitchtempo.pitchtempo-league-bs td:nth-child(2)::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    border-right: solid 1px #c5c5c5;
    border-bottom: solid 1px #c5c5c5;
    z-index: -1;
  }
  .table-responsive table.pitchtempo.pitchtempo-league-bs td:nth-child(3) {
    min-width: 64px;
    max-width: 64px;
    width: 64px;
    text-align: right;
  }
  .table-responsive table.pitchtempo.pitchtempo-league-ps th.th_sticky {
    position: sticky;
    left: -1px;
    z-index: 999;
  }
  .table-responsive table.pitchtempo.pitchtempo-league-ps th.th_sticky::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    border-right: solid 1px #333;
    border-bottom: solid 1px #333;
    z-index: -1;
  }
  .table-responsive table.pitchtempo.pitchtempo-league-ps th.th_nosticky {
    position: sticky;
    left: -103px;
    z-index: 999;
  }
  .table-responsive table.pitchtempo.pitchtempo-league-ps th.th_nosticky::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    border-right: solid 1px #333;
    border-bottom: solid 1px #333;
    z-index: -1;
  }
  .table-responsive table.pitchtempo.pitchtempo-league-ps td:nth-child(1) {
    min-width: 30px;
    max-width: 30px;
    width: 30px;
  }
  .table-responsive table.pitchtempo.pitchtempo-league-ps td:nth-child(2) {
    position: sticky;
    left: -1px;
    min-width: 120px;
    max-width: 120px;
    width: 120px;
    white-space: break-spaces;
  }
  .table-responsive table.pitchtempo.pitchtempo-league-ps td:nth-child(2)::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    border-right: solid 1px #c5c5c5;
    border-bottom: solid 1px #c5c5c5;
    z-index: -1;
  }
  .table-responsive table.pitchtempo.pitchtempo-league-ps td:nth-child(3) {
    min-width: 72px;
    max-width: 72px;
    width: 72px;
    text-align: right;
  }
  .table-group .table-group_item .player-list_pitcher-table th:nth-child(2),
  .table-group .table-group_item .player-list_catcher-table th:nth-child(2),
  .table-group .table-group_item .player-list_infielder-table th:nth-child(2),
  .table-group .table-group_item .player-list_outfielder-table th:nth-child(2) {
    position: sticky;
    left: -1px;
    z-index: 999;
  }
  .table-group .table-group_item .player-list_pitcher-table th:nth-child(2)::before,
  .table-group .table-group_item .player-list_catcher-table th:nth-child(2)::before,
  .table-group .table-group_item .player-list_infielder-table th:nth-child(2)::before,
  .table-group .table-group_item .player-list_outfielder-table th:nth-child(2)::before {
    content: "";
    position: absolute;
    display: block;
    width: calc(100% + 2px);
    height: 1px;
    top: -1px;
    left: -1px;
    background: #333;
    z-index: 997;
  }
  .table-group .table-group_item .player-list_pitcher-table th:nth-child(2)::after,
  .table-group .table-group_item .player-list_catcher-table th:nth-child(2)::after,
  .table-group .table-group_item .player-list_infielder-table th:nth-child(2)::after,
  .table-group .table-group_item .player-list_outfielder-table th:nth-child(2)::after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    right: -1px;
    width: 1px;
    height: 100%;
    background: #333;
  }
  .table-group .table-group_item .player-list_pitcher-table td:nth-child(2),
  .table-group .table-group_item .player-list_catcher-table td:nth-child(2),
  .table-group .table-group_item .player-list_infielder-table td:nth-child(2),
  .table-group .table-group_item .player-list_outfielder-table td:nth-child(2) {
    position: sticky;
    left: -1px;
    z-index: 0;
  }
  .table-group .table-group_item .player-list_pitcher-table td:nth-child(2)::after,
  .table-group .table-group_item .player-list_catcher-table td:nth-child(2)::after,
  .table-group .table-group_item .player-list_infielder-table td:nth-child(2)::after,
  .table-group .table-group_item .player-list_outfielder-table td:nth-child(2)::after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    right: -1px;
    width: 1px;
    height: 100%;
    background: #c5c5c5;
  }
  .table_nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    overflow-x: auto;
  }
  .table_nav::-webkit-scrollbar {
    display: none;
  }
  .table_nav ul:last-child li:first-child {
    display: none;
  }
  .table_nav ul:last-child {
    position: sticky;
    margin-left: -1px;
    left: -1px;
  }
  .btn_update-flex {
    max-width: 1280px;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    padding: 0 2rem;
    margin: auto;
    margin-bottom: 10px;
  }
  .btn_update-flex-item:nth-child(1) {
    text-align: right;
  }
}
@media screen and (min-width:1280px) {
  .btn_update-flex {
    width: 100%;
    max-width: 1280px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-end;
    margin: 10px auto;
  }
  .btn_update-flex-item {
    display: block;
  }
}
@media screen and (min-width:1080px) and (max-width:1279.98px) {
  .table_resp table {
    background: #333;
  }
  .table-responsive {
    max-width: 100%;
    margin: auto;
  }
  .table-responsive table {
    border-spacing: 0;
    border: none;
    width: 100%;
    background: #333;
  }
  .table-responsive table tr:nth-child(odd) td {
    background: #f2f2f2;
  }
  .table-responsive table tr th {
    background: #804040;
    color: white;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 500;
    font-size: 0.95rem;
    border: solid 1px #333;
    padding: 5px;
    z-index: 2;
    white-space: nowrap;
  }
  .table-responsive table tr th a {
    color: inherit;
  }
  .table-responsive table tr td {
    font-size: 0.85rem;
    font-family: Heebo, sans-serif;
    font-weight: 300;
    background: #fff;
    border: solid 1px #c5c5c5;
    color: #1a1a1a;
    padding: 5px;
    z-index: 1;
    text-align: center;
    vertical-align: middle;
  }
  .table-responsive table tr td.nowrap {
    white-space: nowrap;
  }
  .table-responsive table tr td.ja {
    font-size: 0.85rem;
    text-align: left;
    min-width: 80px;
    white-space: normal;
  }
  .table-responsive table.pitchtempo tr th {
    white-space: nowrap;
  }
  .table-responsive table.pitchtempo tr th.pt_head-empty {
    background: #304846;
  }
  .table-responsive table.pitchtempo tr th.pt_head-empty.bottom {
    background: #3f5f5c;
  }
  .table-responsive table.pitchtempo tr th.pt_head-onbase {
    background: #313b6f;
  }
  .table-responsive table.pitchtempo tr th.pt_head-onbase.bottom {
    background: #3d498a;
  }
  .table-responsive table.pitchtempo tr td {
    white-space: nowrap;
  }
  .table-responsive table.pitchtempo tr:nth-child(odd) td {
    background: #fff;
  }
  .table-responsive table.pitchtempo.pitchtempo-player-bs tr td:nth-child(n+5), .table-responsive table.pitchtempo.pitchtempo-player-ps tr td:nth-child(n+5) {
    text-align: right;
  }
  .table-responsive table.pitchtempo.pitchtempo-player-bs tr:nth-child(even) td, .table-responsive table.pitchtempo.pitchtempo-player-ps tr:nth-child(even) td {
    background: #f2f2f2;
  }
  .table-responsive table.pitchtempo.pitchtempo-player-bs tr:nth-child(even) td:nth-child(n+6), .table-responsive table.pitchtempo.pitchtempo-player-ps tr:nth-child(even) td:nth-child(n+6) {
    background: #e3edec;
  }
  .table-responsive table.pitchtempo.pitchtempo-player-bs tr:nth-child(even) td:nth-child(n+13), .table-responsive table.pitchtempo.pitchtempo-player-ps tr:nth-child(even) td:nth-child(n+13) {
    background: #eaecf6;
  }
  .table-responsive table.pitchtempo.pitchtempo-team-bs tr td:nth-child(n+3), .table-responsive table.pitchtempo.pitchtempo-team-ps tr td:nth-child(n+3) {
    text-align: right;
  }
  .table-responsive table.pitchtempo.pitchtempo-team-bs tr:nth-child(even) td, .table-responsive table.pitchtempo.pitchtempo-team-ps tr:nth-child(even) td {
    background: #f2f2f2;
  }
  .table-responsive table.pitchtempo.pitchtempo-team-bs tr:nth-child(even) td:nth-child(n+4), .table-responsive table.pitchtempo.pitchtempo-team-ps tr:nth-child(even) td:nth-child(n+4) {
    background: #e3edec;
  }
  .table-responsive table.pitchtempo.pitchtempo-team-bs tr:nth-child(even) td:nth-child(n+11), .table-responsive table.pitchtempo.pitchtempo-team-ps tr:nth-child(even) td:nth-child(n+11) {
    background: #eaecf6;
  }
  .table-responsive table.pitchtempo.pitchtempo-league-bs tr td:nth-child(n+3), .table-responsive table.pitchtempo.pitchtempo-league-ps tr td:nth-child(n+3) {
    text-align: right;
  }
  .table-responsive table.pitchtempo.pitchtempo-league-bs tr:nth-child(even) td, .table-responsive table.pitchtempo.pitchtempo-league-ps tr:nth-child(even) td {
    background: #f2f2f2;
  }
  .table-responsive table.pitchtempo.pitchtempo-league-bs tr:nth-child(even) td:nth-child(n+4), .table-responsive table.pitchtempo.pitchtempo-league-ps tr:nth-child(even) td:nth-child(n+4) {
    background: #e3edec;
  }
  .table-responsive table.pitchtempo.pitchtempo-league-bs tr:nth-child(even) td:nth-child(n+11), .table-responsive table.pitchtempo.pitchtempo-league-ps tr:nth-child(even) td:nth-child(n+11) {
    background: #eaecf6;
  }
  .table-responsive table.pitchtempo.teampage-pitchtempo tr:nth-child(odd) td {
    background: #fff;
  }
  .table-responsive table.pitchtempo.teampage-pitchtempo tr:nth-child(even) td {
    background: #f2f2f2;
  }
  .table-responsive table.pitchtempo.teampage-pitchtempo tr:nth-child(even) td:nth-child(n+3) {
    background: #e3edec;
  }
  .table-responsive table.pitchtempo.teampage-pitchtempo tr:nth-child(even) td:nth-child(n+10) {
    background: #eaecf6;
  }
  .table-group {
    display: flex;
    flex-direction: row;
    gap: 40px;
  }
  .table_nav {
    display: flex;
    justify-content: flex-start;
    gap: 40px;
    align-items: center;
    background: #1a1a1a;
    border: solid 1px #1a1a1a;
    font-family: "Barlow Condensed", sans-serif;
    color: #fff;
    width: 100%;
    max-width: 100%;
    padding: 5px 10px;
    margin: auto;
  }
  .table_nav ul {
    display: flex;
    gap: 20px;
    color: inherit;
  }
  .table_nav ul li {
    color: inherit;
    white-space: nowrap;
  }
  .table_nav ul li label {
    color: #fff;
    margin-left: 5px;
  }
  .table_nav ul li a {
    font-weight: 500;
    color: #666;
  }
  .table_nav ul li a:link, .table_nav ul li a:visited {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
  }
  .table_nav ul li a.current {
    color: #fff;
    border-bottom: solid 3px #ff9900;
  }
  .table_nav.player-list_pitcher-nav ul, .table_nav.player-list_catcher-nav ul, .table_nav.player-list_infielder-nav ul, .table_nav.player-list_outfielder-nav ul {
    display: flex;
    gap: 20px;
    color: inherit;
  }
  .table_nav.player-list_pitcher-nav ul li, .table_nav.player-list_catcher-nav ul li, .table_nav.player-list_infielder-nav ul li, .table_nav.player-list_outfielder-nav ul li {
    color: inherit;
    white-space: nowrap;
  }
  .table_nav.player-list_pitcher-nav ul li.current, .table_nav.player-list_catcher-nav ul li.current, .table_nav.player-list_infielder-nav ul li.current, .table_nav.player-list_outfielder-nav ul li.current {
    color: #fff;
  }
  .table_nav.player-list_pitcher-nav ul li.current a, .table_nav.player-list_catcher-nav ul li.current a, .table_nav.player-list_infielder-nav ul li.current a, .table_nav.player-list_outfielder-nav ul li.current a {
    font-size: 1.2rem;
    color: inherit;
  }
  .table_nav.player-list_pitcher-nav ul li a, .table_nav.player-list_catcher-nav ul li a, .table_nav.player-list_infielder-nav ul li a, .table_nav.player-list_outfielder-nav ul li a {
    color: #a0a0a0;
    font-weight: 500;
  }
  .table_nav.player-list_pitcher-nav ul li a:link, .table_nav.player-list_pitcher-nav ul li a:visited, .table_nav.player-list_catcher-nav ul li a:link, .table_nav.player-list_catcher-nav ul li a:visited, .table_nav.player-list_infielder-nav ul li a:link, .table_nav.player-list_infielder-nav ul li a:visited, .table_nav.player-list_outfielder-nav ul li a:link, .table_nav.player-list_outfielder-nav ul li a:visited {
    color: #a0a0a0;
    text-decoration: underline;
  }
  .table_nav.player-list_pitcher-nav ul li a:hover, .table_nav.player-list_catcher-nav ul li a:hover, .table_nav.player-list_infielder-nav ul li a:hover, .table_nav.player-list_outfielder-nav ul li a:hover {
    color: #a0a0a0;
    text-decoration: none;
  }
  .table_nav.player-list_pitcher-nav ul:last-child li:first-child, .table_nav.player-list_catcher-nav ul:last-child li:first-child, .table_nav.player-list_infielder-nav ul:last-child li:first-child, .table_nav.player-list_outfielder-nav ul:last-child li:first-child {
    display: block;
  }
  .table_basic {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
  }
  .table_basic tr:nth-child(odd) td {
    background: #f2f2f2;
  }
  .table_basic tr:last-child td {
    border-bottom: solid 1px #c5c5c5;
  }
  .table_basic tr th {
    background: #804040;
    color: white;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 500;
    border: solid 1px #333;
    padding: 5px;
    z-index: 2;
  }
  .table_basic tr th a {
    color: inherit;
  }
  .table_basic tr td {
    font-size: 0.85rem;
    font-family: Heebo, sans-serif;
    font-weight: 300;
    background: #fff;
    border: solid 1px #c5c5c5;
    padding: 5px;
    z-index: 1;
  }
  .table_basic tr td.left {
    text-align: left;
  }
  .table_basic tr td.center {
    text-align: center;
  }
  .table_basic tr td.right {
    text-align: right;
  }
  .table_basic tr td.nowrap {
    white-space: nowrap;
  }
  .btn_update-flex {
    display: flex;
    margin-bottom: 20px;
  }
  .btn_update-flex-item {
    display: block;
  }
}/*# sourceMappingURL=table_basic.css.map */