.glib-stats-box-live .table--flex .table__cell--col_live_score {
  padding-left: 10px;
}
.glib-stats-box-live .table--flex .table__header .table__cell-- {
  padding-left: 10px;
}
.table__foot {
  line-height: 28px;
  display: flex;
  padding: 0 10px;
}
.table--scroll .table__cell--participant_name,
.table--scroll .table__cell--player_name {
  box-shadow: 3px 0 4px 0 rgba(#fe7b8f, 0.08);
}
.table__wrapper {
  overflow: auto;
  display: grid;
  color: #ffffff;
  font-weight: bold;
  border: 2px solid #404040;
}
.table__wrapper:last-child .table__body:last-of-type .table__row:last-child {
  border-bottom: 1px solid #404040;
}
.table__body {
  display: grid;
  grid-auto-rows: 29px;
}
.table__row {
  display: flex;
  border-bottom: 1px solid #404040;
}
.table__row:last-child {
  border-bottom: none;
}
.table__row > div {
  background-color: #545454;
  color: #ffff;
}
.table__row .cell--sorted {
  background-color: #fff;
}
.table__row.highlight > * {
  background-color: #fff;
}
.table__row--highlighted .table__cell {
  background-color: #fff;
}
.table__row .table__cell--form,
.table__row .table__cell--last_5 {
  justify-content: flex-start;
}
.table__row .table__cell--assists {
  color: #fff;
}
.hockey .table__row .table__cell--assists,
.floorball .table__row .table__cell--assists {
  color: #ffffff;
}
.table__row .table__cell--highlight-light {
  background-color: #fff;
}
.table__row,
.table__header {
  display: flex;
}
.table--flex .table__row,
.table--flex .table__header,
div[class^="glib-stats-box-ht_ft"] .table__row,
div[class^="glib-stats-box-ht_ft"] .table__header,
div[class^="glib-stats-box-over_under-"] .table__row,
div[class^="glib-stats-box-over_under-"] .table__header,
div[class^="glib-stats-box-top_sc"] .table__row,
div[class^="glib-stats-box-top_sc"] .table__header {
  display: flex;
}
div[class^="glib-stats-box-ht_ft"] .table__row.filtered-out,
div[class^="glib-stats-box-ht_ft"] .table__row.hidden,
div[class^="glib-stats-box-over_under-"] .table__row.filtered-out,
div[class^="glib-stats-box-over_under-"] .table__row.hidden,
div[class^="glib-stats-box-top_sc"] .table__row.filtered-out,
div[class^="glib-stats-box-top_sc"] .table__row.hidden {
  display: none;
}
.table.table-type-6 .table__row .table__cell--goals,
.table.table-type-17 .table__row .table__cell--goals,
.table.table-type-18 .table__row .table__cell--goals,
.table.table-type-6 .table__row .table__cell--avg_goals_match,
.table.table-type-17 .table__row .table__cell--avg_goals_match,
.table.table-type-18 .table__row .table__cell--avg_goals_match {
  color: #fff;
}
.table.table-type-6 .form__cell--loss,
.table.table-type-17 .form__cell--loss,
.table.table-type-18 .form__cell--loss {
  background-color: #FFCF3F;
}
.table__header {
  user-select: none;
  z-index: 2;
  top: 0;
  height: 28px;
  border-bottom: 2px solid #A57C00;
  margin: 1px 0;
}
.table__header ~ .table__header {
  border-top: 1px solid #A57C00;
}
.table__header > div {
  background-color:#3a3a3a;
}
.table__header > div:not(.table__cell--form):not(.table__cell--last_5):hover {
  text-decoration: none;
  cursor: unset;
}
.table__header .cell--sorted::after {
  content: "";
  border: 4px solid transparent;
  border-bottom-color: #A57C00;
  position: relative;
  bottom: 2px;
  margin-left: 2px;
}
.table__header .cell--reverseSorted::after {
  content: "";
  transform: rotate(180deg);
  border: 4px solid transparent;
  border-bottom-color: #A57C00;
  position: relative;
  margin-left: 2px;
  top: 2px;
}
.table__header--info {
  flex: 1;
  height: 28px;
  background-color: #545454;
  display: flex;
  align-items: center;
  padding: 0 10px;
  text-transform: uppercase;
  color: #fff!important;
}
.table__header--info:first-of-type {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.table__header .table__cell--form,
.table__header .table__cell--last_5 {
  display: flex;
}
.table__cell {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  overflow: hidden;
  line-height: 14px;
}
.table--flex .table__cell--rank,
div[class^="glib-stats-box-ht_ft"] .table__cell--rank,
div[class^="glib-stats-box-over_under-"] .table__cell--rank,
div[class^="glib-stats-box-top_sc"] .table__cell--rank {
  position: sticky;
  position: -webkit-sticky;
  z-index: 1;
  left: 0;
}
.table__cell--participant_name,
.table__cell--player_name {
  justify-content: flex-start;
  left: 32px;
  flex: 1;
  padding: 0 10px;
}
.table--flex .table__cell--participant_name,
.table--flex .table__cell--player_name,
div[class^="glib-stats-box-ht_ft"] .table__cell--participant_name,
div[class^="glib-stats-box-ht_ft"] .table__cell--player_name,
div[class^="glib-stats-box-over_under-"] .table__cell--participant_name,
div[class^="glib-stats-box-over_under-"] .table__cell--player_name,
div[class^="glib-stats-box-top_sc"] .table__cell--participant_name,
div[class^="glib-stats-box-top_sc"] .table__cell--player_name {
  position: sticky;
  position: -webkit-sticky;
  width: 100px;
  z-index: 1;
}
.table__cell--team_name {
  justify-content: flex-start;
  flex: 1;
  padding: 0 10px;
}
.table--flex .table__cell--team_name,
div[class^="glib-stats-box-ht_ft"] .table__cell--team_name,
div[class^="glib-stats-box-over_under-"] .table__cell--team_name,
div[class^="glib-stats-box-top_sc"] .table__cell--team_name {
  width: 100px;
}
.table__cell--goals,
.table__cell--goals_for {
  width: auto;
}
.table--flex .table__cell--goals,
.table--flex .table__cell--goals_for,
div[class^="glib-stats-box-ht_ft"] .table__cell--goals,
div[class^="glib-stats-box-ht_ft"] .table__cell--goals_for,
div[class^="glib-stats-box-over_under-"] .table__cell--goals,
div[class^="glib-stats-box-over_under-"] .table__cell--goals_for,
div[class^="glib-stats-box-top_sc"] .table__cell--goals,
div[class^="glib-stats-box-top_sc"] .table__cell--goals_for {
  width: 48px;
}
.american-football .table--flex .table__cell--goals,
.american-football .table--flex .table__cell--goals_for,
.american-football div[class^="glib-stats-box-ht_ft"] .table__cell--goals,
.american-football div[class^="glib-stats-box-ht_ft"] .table__cell--goals_for,
.american-football div[class^="glib-stats-box-over_under-"] .table__cell--goals,
.american-football div[class^="glib-stats-box-over_under-"] .table__cell--goals_for,
.american-football div[class^="glib-stats-box-top_sc"] .table__cell--goals,
.american-football div[class^="glib-stats-box-top_sc"] .table__cell--goals_for,
.aussie-rules .table--flex .table__cell--goals,
.aussie-rules .table--flex .table__cell--goals_for,
.aussie-rules div[class^="glib-stats-box-ht_ft"] .table__cell--goals,
.aussie-rules div[class^="glib-stats-box-ht_ft"] .table__cell--goals_for,
.aussie-rules div[class^="glib-stats-box-over_under-"] .table__cell--goals,
.aussie-rules div[class^="glib-stats-box-over_under-"] .table__cell--goals_for,
.aussie-rules div[class^="glib-stats-box-top_sc"] .table__cell--goals,
.aussie-rules div[class^="glib-stats-box-top_sc"] .table__cell--goals_for,
.basketball .table--flex .table__cell--goals,
.basketball .table--flex .table__cell--goals_for,
.basketball div[class^="glib-stats-box-ht_ft"] .table__cell--goals,
.basketball div[class^="glib-stats-box-ht_ft"] .table__cell--goals_for,
.basketball div[class^="glib-stats-box-over_under-"] .table__cell--goals,
.basketball div[class^="glib-stats-box-over_under-"] .table__cell--goals_for,
.basketball div[class^="glib-stats-box-top_sc"] .table__cell--goals,
.basketball div[class^="glib-stats-box-top_sc"] .table__cell--goals_for,
.cricket .table--flex .table__cell--goals,
.cricket .table--flex .table__cell--goals_for,
.cricket div[class^="glib-stats-box-ht_ft"] .table__cell--goals,
.cricket div[class^="glib-stats-box-ht_ft"] .table__cell--goals_for,
.cricket div[class^="glib-stats-box-over_under-"] .table__cell--goals,
.cricket div[class^="glib-stats-box-over_under-"] .table__cell--goals_for,
.cricket div[class^="glib-stats-box-top_sc"] .table__cell--goals,
.cricket div[class^="glib-stats-box-top_sc"] .table__cell--goals_for {
  width: 70px;
}
.table__cell--name {
  width: 80px;
  padding: 0 10px;
}
.table__cell--form,
.table__cell--last_5 {
  width: 120px;
  padding: 0 10px;
}
.table__cell--winning_percentage,
.table__cell--for_against_percentage,
.table__cell--goals_for_against_diff,
.table__cell--net_rr,
.table__cell--m {
  width: auto;
}
.table--flex .table__cell--winning_percentage,
.table--flex .table__cell--for_against_percentage,
.table--flex .table__cell--goals_for_against_diff,
.table--flex .table__cell--net_rr,
.table--flex .table__cell--m,
div[class^="glib-stats-box-ht_ft"] .table__cell--winning_percentage,
div[class^="glib-stats-box-ht_ft"] .table__cell--for_against_percentage,
div[class^="glib-stats-box-ht_ft"] .table__cell--goals_for_against_diff,
div[class^="glib-stats-box-ht_ft"] .table__cell--net_rr,
div[class^="glib-stats-box-ht_ft"] .table__cell--m,
div[class^="glib-stats-box-over_under-"] .table__cell--winning_percentage,
div[class^="glib-stats-box-over_under-"] .table__cell--for_against_percentage,
div[class^="glib-stats-box-over_under-"] .table__cell--goals_for_against_diff,
div[class^="glib-stats-box-over_under-"] .table__cell--net_rr,
div[class^="glib-stats-box-over_under-"] .table__cell--m,
div[class^="glib-stats-box-top_sc"] .table__cell--winning_percentage,
div[class^="glib-stats-box-top_sc"] .table__cell--for_against_percentage,
div[class^="glib-stats-box-top_sc"] .table__cell--goals_for_against_diff,
div[class^="glib-stats-box-top_sc"] .table__cell--net_rr,
div[class^="glib-stats-box-top_sc"] .table__cell--m {
  width: 48px;
}
.table__cell .team_name_span {
  display: flex;
}
.table__cell .team_name_span a {
  overflow: hidden;
  text-overflow: ellipsis;
}
.table__cell:first-child{
  width:50px;
}
.table__cell:nth-child(2){
  width:150px;
}
.table__cell .dw-icon {
  display: flex;
  flex-shrink: 0;
  width: 11px;
  height: 11px;
  background-image: url(/res/_fs/build/advancing.90ce8a4.svg);
  background-position: center;
  margin-left: 5px;
  cursor: default;
}
.table__cell .dw-icon.desc {
  transform: rotate(180deg);
}
.table__cell .dw-icon:hover {
  opacity: .6;
}
.table__cell .glib-live-rank {
  line-height: 14px;
}
.table__cell .form__cell {
  display: flex;
  flex-flow: column nowrap;
  cursor: pointer;
  justify-self: center;
  align-items: center;
  color: #fff;
  width: 18px;
  height: 18px;
  margin-right: 2px;
  background-repeat: no-repeat;
  border-radius: 2px;
  overflow: hidden;
  text-align: center;
  line-height: 18px;
  position: relative;
}
.table__cell .form__cell:hover {
  text-decoration: underline;
}
.table__cell .form__cell:first-child {
  margin-left: 20px;
}
.table__cell .form__cell--upcoming {
  background-color: #b9b9b9;
  margin-left: 0 !important;
}
.table__cell .form__cell--win {
  background-color: #44ac45;
}
.table-type-6 .table__cell .form__cell--win:before,
.table-type-17 .table__cell .form__cell--win:before,
.table-type-18 .table__cell .form__cell--win:before {
  content: "+";
}
.table__cell .form__cell--otWin {
  background-color: #44ac45;
}
.table__cell .form__cell--loss {
  background-color: #eb3f30;
}
.table-type-6 .table__cell .form__cell--loss:before,
.table-type-17 .table__cell .form__cell--loss:before,
.table-type-18 .table__cell .form__cell--loss:before {
  content: "-";
}
.table__cell .form__cell--otLoss {
  background-color: #eb3f30;
}
.table__cell .form__cell--draw {
  background-color: #ffb22f;
}
.pid_42 .table__cell .form__cell--draw {
  line-height: 14px;
}
.table__cell .form__cell--otWin:before,
.table__cell .form__cell--otLoss:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #ffb22f;
  position: absolute;
  top: 8px;
  right: 0;
}
.table-type-6 .table__cell .form__cell,
.table-type-17 .table__cell .form__cell,
.table-type-18 .table__cell .form__cell {
  text-decoration: none;
}
.table-type-6 .table__cell .form__cell:before,
.table-type-17 .table__cell .form__cell:before,
.table-type-18 .table__cell .form__cell:before {
  font-weight: bold;
}
.table__showMore {
  line-height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  max-width: 100vw;
}
.table__showMore.hidden {
  display: none;
}
.table__showMore a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}
.table__showMore a::after {
  content: "";
  display: flex;
  width: 4px;
  height: 4px;
  border-style: solid;
  border-width: 0.15625em 0.15625em 0 0;
  margin-left: 6px;
  transform: rotate(135deg);
}
.table .cell--block {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  align-items: center;
  max-width: 100%;
}
.table .team-logo {
  display: flex;
  flex-shrink: 0;
}
.table .link-inactive {
  text-decoration: underline;
  cursor: default;
}
.table .glib-live-value {
  color: #3c3dd1;
}
@media screen and (min-width: 800px) {
  .table--scroll .table__cell--participant_name,
  .table--scroll .table__cell--player_name {
    box-shadow: none;
  }
}
.filter {
  background-color: #fff;
  user-select: none;
}
.filter--active + .filter__dropdown {
  display: flex;
}
.filter--active .filter__icon {
  background-image: url(/res/_fs/build/delete.174316b.svg);
}
.filter__menu {
  height: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  color: #3c3dd1;
  text-decoration: underline;
  cursor: pointer;
  padding-bottom: 4px;
}
.filter__menu:hover {
  text-decoration: none;
}
.filter__dropdown {
  display: none;
  flex-direction: column;
  padding: 0 8px;
}
.filter__select {
  height: 24px;
  margin-bottom: 8px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border: none;
  color: #3c3dd1;
  padding: 0 6px;
  cursor: pointer;
  font-size: 11px;
  background-color: #fff;
}
.filter__select:focus {
  outline: none;
}
.filter__icon {
  width: 11px;
  height: 11px;
  background-image: url(/res/_fs/build/sort.fd4e29f.svg);
  background-repeat: no-repeat;
}
@media screen and (min-width: 800px) {
  .filter {
    padding: 4px 0;
  }
  .filter__dropdown {
    display: flex;
    flex-direction: row;
  }
  .filter__menu {
    display: none;
  }
  .filter__select {
    flex: 1;
    max-width: 270px;
    margin-bottom: 4px;
  }
  .filter__select + .filter__select {
    margin-left: 8px;
  }
}
.table .table__wrapper .table__row .table__cell--a1,
.statsContainer__chartIcon--a1,
.table .table__wrapper .table__row .table__cell--r1,
.statsContainer__chartIcon--r1,
.table .table__wrapper .table__row .table__cell--r2,
.statsContainer__chartIcon--r2,
.table .table__wrapper .table__row .table__cell--r3,
.statsContainer__chartIcon--r3,
.table .table__wrapper .table__row .table__cell--r4,
.statsContainer__chartIcon--r4,
.table .table__wrapper .table__row .table__cell--p1,
.statsContainer__chartIcon--p1,
.table .table__wrapper .table__row .table__cell--p2,
.statsContainer__chartIcon--p2,
.table .table__wrapper .table__row .table__cell--p3,
.statsContainer__chartIcon--p3,
.table .table__wrapper .table__row .table__cell--p4,
.statsContainer__chartIcon--p4,
.table .table__wrapper .table__row .table__cell--p5,
.statsContainer__chartIcon--p5,
.table .table__wrapper .table__row .table__cell--p6,
.statsContainer__chartIcon--p6,
.table .table__wrapper .table__row .table__cell--q1,
.statsContainer__chartIcon--q1,
.table .table__wrapper .table__row .table__cell--q2,
.statsContainer__chartIcon--q2,
.table .table__wrapper .table__row .table__cell--q3,
.statsContainer__chartIcon--q3,
.table .table__wrapper .table__row .table__cell--q4,
.statsContainer__chartIcon--q4,
.table .table__wrapper .table__row .table__cell--q5,
.statsContainer__chartIcon--q5,
.table .table__wrapper .table__row .table__cell--q6,
.statsContainer__chartIcon--q6 {
  color: #FFF;
}
.table .table__wrapper .table__row .table__cell--p1,
.statsContainer__chartIcon--p1,
.table .table__wrapper .table__row .table__cell--q2,
.statsContainer__chartIcon--q2 {
  background-color: #1EA8EC;
}
.table .table__wrapper .table__row .table__cell--p2,
.statsContainer__chartIcon--p2 {
  background-color: #6CBCE5;
}
.table .table__wrapper .table__row .table__cell--p3,
.statsContainer__chartIcon--p3,
.table .table__wrapper .table__row .table__cell--q3,
.statsContainer__chartIcon--q3 {
  background-color: #7F0029;
}
.table .table__wrapper .table__row .table__cell--p4,
.statsContainer__chartIcon--p4 {
  background-color: #B5184C;
}
.table .table__wrapper .table__row .table__cell--p5,
.statsContainer__chartIcon--p5,
.table .table__wrapper .table__row .table__cell--q5,
.statsContainer__chartIcon--q5 {
  background-color: #B8860B;
}
.table .table__wrapper .table__row .table__cell--p6,
.statsContainer__chartIcon--p6,
.table .table__wrapper .table__row .table__cell--q6,
.statsContainer__chartIcon--q6 {
  background-color: #DAA520;
}
.table .table__wrapper .table__row .table__cell--q1,
.statsContainer__chartIcon--q1 {
  background-color: #004682;
}
.table .table__wrapper .table__row .table__cell--q4,
.statsContainer__chartIcon--q4 {
  background-color: #C71585;
}
.table .table__wrapper .table__row .table__cell--r1,
.statsContainer__chartIcon--r1 {
  background-color: #BD0000;
}
.table .table__wrapper .table__row .table__cell--r2,
.statsContainer__chartIcon--r2,
.table .table__wrapper .table__row .table__cell--r3,
.statsContainer__chartIcon--r3,
.table .table__wrapper .table__row .table__cell--r4,
.statsContainer__chartIcon--r4 {
  background-color: #FF4141;
}
.table .table__wrapper .table__row .table__cell--a1,
.statsContainer__chartIcon--a1 {
  background-color: #63CB7B;
}
.statsContainer {
  margin: 0 10px;
  display: grid;
  grid-template: "chart      info" auto "note       info" 1fr / auto auto;
  margin-top: 10px;
  line-height: 18px;
  /*color: #ffffff!important;*/
  font-weight: bold;
}
.statsContainer__chartContainer {
  grid-area: chart;
  margin: 0 40px 10px 0;
}
.statsContainer__chart {
  display: flex;
  align-items: center;
  margin: 0 12px 6px 0;
}
.statsContainer__chartIcon {
  width: 14px;
  height: 14px;
  margin-right: 10px;
}
.statsContainer__chartText {
  flex: 1;
}
.statsContainer__info {
  grid-area: info;
  justify-self: flex-end;
  margin-bottom: 10px;
}
.statsContainer__infoContainer {
  display: flex;
  align-items: center;
  padding: 6px;
  margin-bottom: 6px;
  background-color: #545454;
}
body.theme--dark .statsContainer__infoContainer {
  background-color: #1d3044;
}
.statsContainer__icon {
  width: 18px;
  height: 18px;
  margin-right: 4px;
  background-image: url(/res/_fs/build/incident-sprite.2b792fa.svg);
  background-position: -239px 1px;
  background-repeat: no-repeat;
}
.statsContainer__text {
  flex: 1;
}
.statsContainer__note {
  grid-area: note;
}
@media only screen and (max-width: 550px) {
  .statsContainer {
    grid-template: "chart" auto "info" auto "note" auto / 1fr;
  }
  .statsContainer__info {
    justify-self: flex-start;
  }
}
.subTabs {
  display: flex;
  align-items: center;
}
.subTabs--standings {
  justify-content: space-between;
}
.subTabs--noData .table__resolverContainer {
  padding-bottom: 3px;
}
.table__resolverContainer {
  display: none;
  align-items: center;
}
div[id^="glib-stats-submenu-form-"] .table__resolverContainer,
div[id^="glib-stats-submenu-over_under"] .table__resolverContainer,
div[id^="glib-stats-submenu-ht_ft"] .table__resolverContainer {
  display: none;
}
.table__resolverContainer--open {
  display: flex;
}
.table__resolver {
  width: 30px;
  height: 28px;
  cursor: pointer;
  opacity: 0.5;
}
.table__resolver:hover {
  background-color: #fff;
}
.table__resolver--flex {
  margin-left: 1px;
  background: url(/res/_fs/build/table_flex.b0123de.svg) no-repeat center / 14px 10px;
}
.table__resolver--grid {
  background: url(/res/_fs/build/table_grid.66578cd.svg) no-repeat center / 8px 10px;
}
.table__resolver--marked {
  opacity: 1;
  background-color: #fff;
}
.soccer .glib-stats-box-live .table.table--normal .table__header,
.soccer .glib-stats-box-live .table.table--normal .table__row {
  grid-template: 'rank participant live-scores matches wins draws losses goals points form' minmax(28px, auto) / 32px minmax(120px, 1fr) 32px 32px 32px 32px 32px 64px 40px 140px;
}
.soccer .glib-stats-box-live .table.table--advanced .table__header,
.soccer .glib-stats-box-live .table.table--advanced .table__row {
  grid-template: 'rank participant live-scores matches wins wins_pen losses_pen losses goals points form' minmax(28px, auto) / 32px minmax(120px, 1fr) 32px 32px 32px 32px 32px 32px 64px 40px 140px;
}
.soccer .glib-stats-box-live .table--mobile.table--normal .table__header,
.soccer .glib-stats-box-live .table--mobile.table--normal .table__row {
  grid-template: 'rank participant live-scores matches goals points' minmax(28px, auto) / 32px minmax(120px, 1fr) minmax(32px, 40px) minmax(32px, 40px) 64px minmax(40px, 48px);
}
.soccer .glib-stats-box-live .table--mobile.table--advanced .table__header,
.soccer .glib-stats-box-live .table--mobile.table--advanced .table__row {
  grid-template: 'rank participant live-scores matches goals points' minmax(28px, auto) / 32px minmax(120px, 1fr) minmax(32px, 40px) minmax(32px, 40px) 64px minmax(40px, 48px);
}
.soccer .table.table--normal .table__header,
.soccer .table.table--normal .table__row {
  grid-template: 'rank participant matches wins draws losses goals points form' minmax(28px, auto) / 32px minmax(120px, 1fr) 32px 32px 32px 32px 64px 40px 140px;
}
.soccer .table.table--advanced .table__header,
.soccer .table.table--advanced .table__row {
  grid-template: 'rank participant matches wins wins_pen losses_pen losses goals points form' minmax(28px, auto) / 32px minmax(120px, 1fr) 32px 32px 32px 32px 32px 64px 40px 140px;
}
.soccer .table--mobile.table--normal .table__header,
.soccer .table--mobile.table--normal .table__row {
  grid-template: 'rank participant matches goals points' minmax(28px, auto) / 32px minmax(120px, 1fr) minmax(32px, 40px) 64px minmax(40px, 48px);
}
.soccer .table--mobile.table--advanced .table__header,
.soccer .table--mobile.table--advanced .table__row {
  grid-template: 'rank participant matches goals points' minmax(28px, auto) / 32px minmax(120px, 1fr) minmax(32px, 40px) 64px minmax(40px, 48px);
}
.hockey .glib-stats-box-live .table.table--normal .table__header,
.hockey .glib-stats-box-live .table.table--normal .table__row {
  grid-template: 'rank participant live-scores matches wins draws losses goals points form' minmax(28px, auto) / 32px minmax(120px, 1fr) 32px 32px 32px 32px 32px 48px 40px 140px;
}
.hockey .glib-stats-box-live .table.table--advanced .table__header,
.hockey .glib-stats-box-live .table.table--advanced .table__row {
  grid-template: 'rank participant live-scores matches wins wins_ot losses_ot losses goals points form' minmax(28px, auto) / 32px minmax(120px, 1fr) 32px 32px 32px 32px 32px 32px 48px 40px 140px;
}
.hockey .glib-stats-box-live .table--mobile.table--normal .table__header,
.hockey .glib-stats-box-live .table--mobile.table--normal .table__row {
  grid-template: 'rank participant live-scores matches goals points' minmax(28px, auto) / 32px minmax(120px, 1fr) minmax(32px, 40px) minmax(32px, 40px) minmax(40px, 48px) minmax(40px, 48px);
}
.hockey .glib-stats-box-live .table--mobile.table--advanced .table__header,
.hockey .glib-stats-box-live .table--mobile.table--advanced .table__row {
  grid-template: 'rank participant live-scores matches goals points' minmax(28px, auto) / 32px minmax(120px, 1fr) minmax(32px, 40px) minmax(32px, 40px) minmax(40px, 48px) minmax(40px, 48px);
}
.hockey .table.table--normal .table__header,
.hockey .table.table--normal .table__row {
  grid-template: 'rank participant matches wins draws losses goals points form' minmax(28px, auto) / 32px minmax(120px, 1fr) 32px 32px 32px 32px 48px 40px 140px;
}
.hockey .table--mobile.table--normal .table__header,
.hockey .table--mobile.table--normal .table__row {
  grid-template: 'rank participant matches goals points' minmax(28px, auto) / 32px minmax(120px, 1fr) minmax(32px, 40px) minmax(40px, 48px) minmax(40px, 48px);
}
.hockey .table.table--advanced .table__header,
.hockey .table.table--advanced .table__row {
  grid-template: 'rank participant matches wins wins_ot losses_ot losses goals points form' minmax(28px, auto) / 32px minmax(120px, 1fr) 32px 32px 32px 32px 32px 48px 40px 140px;
}
.hockey .table--mobile.table--advanced .table__header,
.hockey .table--mobile.table--advanced .table__row {
  grid-template: 'rank participant matches goals points' minmax(28px, auto) / 32px minmax(120px, 1fr) minmax(32px, 40px) minmax(40px, 48px) minmax(40px, 48px);
}
.basketball .table.table--normal .table__header,
.basketball .table.table--normal .table__row {
  grid-template: 'rank participant matches wins losses goals form' minmax(28px, auto) / 32px minmax(120px, 1fr) 32px 32px 32px 64px 140px;
}
.basketball .table.table--basketball_ot .table__header,
.basketball .table.table--basketball_ot .table__row {
  grid-template: 'rank participant matches wins wins_ot losses_ot losses goals form' minmax(28px, auto) / 32px minmax(120px, 1fr) 32px 32px 32px 32px 32px 64px 140px;
}
.basketball .table.table--advanced .table__header,
.basketball .table.table--advanced .table__row {
  grid-template: 'rank participant matches wins losses goals points form' minmax(28px, auto) / 32px minmax(120px, 1fr) 32px 32px 32px 64px 56px 140px;
}
.basketball .table--mobile.table--normal .table__header,
.basketball .table--mobile.table--normal .table__row {
  grid-template: 'rank participant matches wins losses goals' minmax(28px, auto) / 32px minmax(120px, 1fr) minmax(32px, 40px) minmax(32px, 40px) minmax(32px, 40px) minmax(48px, 64px);
}
.basketball .table--mobile.table--basketball_ot .table__header,
.basketball .table--mobile.table--basketball_ot .table__row {
  grid-template: 'rank participant matches wins losses goals' minmax(28px, auto) / 32px minmax(120px, 1fr) minmax(32px, 40px) minmax(32px, 40px) minmax(32px, 40px) minmax(48px, 64px);
}
.basketball .table--mobile.table--advanced .table__header,
.basketball .table--mobile.table--advanced .table__row {
  grid-template: 'rank participant matches wins losses points' minmax(28px, auto) / 32px minmax(120px, 1fr) minmax(32px, 40px) minmax(32px, 40px) minmax(32px, 40px) minmax(40px, 64px);
}
.american-football .table.table--normal .table__header,
.american-football .table.table--normal .table__row {
  grid-template: 'rank participant matches wins losses goals points form' minmax(28px, auto) / 32px minmax(120px, 1fr) 32px 32px 32px 64px 40px 140px;
}
.american-football .table.table--advanced .table__header,
.american-football .table.table--advanced .table__row {
  grid-template: 'rank participant matches wins wins_ot draws losses_ot losses goals points form' minmax(28px, auto) / 32px minmax(120px, 1fr) 32px 32px 32px 32px 32px 32px 64px 40px 140px;
}
.american-football .table.table--american_draws .table__header,
.american-football .table.table--american_draws .table__row {
  grid-template: 'rank participant matches wins draws losses goals points form' minmax(28px, auto) / 32px minmax(120px, 1fr) 32px 32px 32px 32px 64px 40px 140px;
}
.american-football .table--mobile.table--normal .table__header,
.american-football .table--mobile.table--normal .table__row {
  grid-template: 'rank participant matches wins losses points' minmax(28px, auto) / 32px minmax(120px, 1fr) 32px 32px 32px 40px;
}
.american-football .table--mobile.table--advanced .table__header,
.american-football .table--mobile.table--advanced .table__row {
  grid-template: 'rank participant matches wins draws losses points' minmax(28px, auto) / 32px minmax(120px, 1fr) 32px 32px 32px 32px 40px;
}
.american-football .table--mobile.table--american_draws .table__header,
.american-football .table--mobile.table--american_draws .table__row {
  grid-template: 'rank participant matches wins draws losses points' minmax(28px, auto) / 32px minmax(120px, 1fr) 32px 32px 32px 32px 40px;
}
.rugby-league .table.table--normal .table__header,
.rugby-league .table.table--normal .table__row {
  grid-template: 'rank participant matches wins losses goals points form' minmax(28px, auto) / 32px minmax(120px, 1fr) 32px 32px 32px 64px 40px 140px;
}
.rugby-league .table--mobile.table--normal .table__header,
.rugby-league .table--mobile.table--normal .table__row {
  grid-template: 'rank participant matches goals points' minmax(28px, auto) / 32px minmax(120px, 1fr) minmax(40px, 48px) 64px minmax(48px, 56px);
}
.rugby-league .table.table--advanced .table__header,
.rugby-league .table.table--advanced .table__row {
  grid-template: 'rank participant matches wins draws losses goals points form' minmax(28px, auto) / 32px minmax(120px, 1fr) 32px 32px 32px 32px 64px 40px 140px;
}
.rugby-league .table--mobile.table--advanced .table__header,
.rugby-league .table--mobile.table--advanced .table__row {
  grid-template: 'rank participant matches goals points' minmax(28px, auto) / 32px minmax(120px, 1fr) minmax(40px, 48px) 64px minmax(48px, 56px);
}
.cricket .table.table--normal .table__header,
.cricket .table.table--normal .table__row {
  grid-template: 'rank participant matches wins losses draws goals points form' minmax(28px, auto) / 32px minmax(120px, 1fr) 32px 32px 32px 32px 64px 40px 140px;
}
.cricket .table--mobile.table--normal .table__header,
.cricket .table--mobile.table--normal .table__row {
  grid-template: 'rank participant matches goals points' minmax(28px, auto) / 32px minmax(120px, 1fr) minmax(40px, 48px) minmax(48px, 64px) minmax(40px, 48px);
}
.cricket .table.table--cricket-draws .table__header,
.cricket .table.table--cricket-draws .table__row {
  grid-template: 'rank participant matches wins losses draws goals net_run points form' minmax(28px, auto) / 32px minmax(120px, 1fr) 32px 32px 32px 32px 64px 48px 40px 140px;
}
.cricket .table--mobile.table--cricket-draws .table__header,
.cricket .table--mobile.table--cricket-draws .table__row {
  grid-template: 'rank participant matches goals points' minmax(28px, auto) / 32px minmax(120px, 1fr) minmax(40px, 48px) minmax(48px, 64px) minmax(40px, 48px);
}
.cricket .table.table--cricket-no_result .table__header,
.cricket .table.table--cricket-no_result .table__row {
  grid-template: 'rank participant matches wins losses no_result goals net_run points form' minmax(28px, auto) / 32px minmax(120px, 1fr) 32px 32px 32px 32px 64px 48px 40px 140px;
}
.cricket .table--mobile.table--cricket-no_result .table__header,
.cricket .table--mobile.table--cricket-no_result .table__row {
  grid-template: 'rank participant matches goals points' minmax(28px, auto) / 32px minmax(120px, 1fr) minmax(40px, 48px) minmax(48px, 64px) minmax(40px, 48px);
}
.cricket .table.table--cricket-no_result_only .table__header,
.cricket .table.table--cricket-no_result_only .table__row {
  grid-template: 'rank participant matches wins losses no_result goals points form' minmax(28px, auto) / 32px minmax(120px, 1fr) 32px 32px 32px 32px 64px 40px 140px;
}
.cricket .table--mobile.table--cricket-no_result_only .table__header,
.cricket .table--mobile.table--cricket-no_result_only .table__row {
  grid-template: 'rank participant matches goals points' minmax(28px, auto) / 32px minmax(120px, 1fr) minmax(40px, 48px) minmax(48px, 64px) minmax(40px, 48px);
}
.cricket .table.table--advanced .table__header,
.cricket .table.table--advanced .table__row {
  grid-template: 'rank participant matches wins losses draws no_result goals points form' minmax(28px, auto) / 32px minmax(120px, 1fr) 32px 32px 32px 32px 32px 64px 40px 140px;
}
.cricket .table--mobile.table--advanced .table__header,
.cricket .table--mobile.table--advanced .table__row {
  grid-template: 'rank participant matches goals points' minmax(28px, auto) / 32px minmax(120px, 1fr) minmax(40px, 48px) minmax(48px, 64px) minmax(40px, 48px);
}
.beach-soccer .table.table--normal .table__header,
.beach-soccer .table.table--normal .table__row {
  grid-template: 'rank participant matches wins draws losses goals points form' minmax(28px, auto) / 32px minmax(120px, 1fr) 32px 32px 32px 32px 64px 40px 140px;
}
.beach-soccer .table.table--advanced .table__header,
.beach-soccer .table.table--advanced .table__row {
  grid-template: 'rank participant matches wins wins_ot losses_ot losses goals points form' minmax(28px, auto) / 32px minmax(120px, 1fr) 32px 32px 32px 32px 32px 64px 40px 140px;
}
.beach-soccer .table--mobile.table--normal .table__header,
.beach-soccer .table--mobile.table--normal .table__row {
  grid-template: 'rank participant matches goals points' minmax(28px, auto) / 32px minmax(120px, 1fr) minmax(32px, 40px) 64px minmax(40px, 48px);
}
.beach-soccer .table--mobile.table--advanced .table__header,
.beach-soccer .table--mobile.table--advanced .table__row {
  grid-template: 'rank participant matches goals points' minmax(28px, auto) / 32px minmax(120px, 1fr) minmax(32px, 40px) 64px minmax(40px, 48px);
}
.floorball .table.table--normal .table__header,
.floorball .table.table--normal .table__row {
  grid-template: 'rank participant matches wins wins_ot losses_ot losses goals points form' minmax(28px, auto) / 32px minmax(120px, 1fr) 32px 32px 32px 32px 32px 48px 40px 140px;
}
.floorball .table--mobile.table--normal .table__header,
.floorball .table--mobile.table--normal .table__row {
  grid-template: 'rank participant matches goals points' minmax(28px, auto) / 32px minmax(120px, 1fr) minmax(32px, 40px) minmax(40px, 48px) minmax(40px, 48px);
}
.floorball .table.table--florbal-deuce .table__header,
.floorball .table.table--florbal-deuce .table__row {
  grid-template: 'rank participant matches wins draws losses goals points form' minmax(28px, auto) / 32px minmax(120px, 1fr) 32px 32px 32px 32px 48px 40px 140px;
}
.floorball .table--mobile.table--florbal-deuce .table__header,
.floorball .table--mobile.table--florbal-deuce .table__row {
  grid-template: 'rank participant matches goals points' minmax(28px, auto) / 32px minmax(120px, 1fr) minmax(32px, 40px) minmax(40px, 48px) minmax(40px, 48px);
}
.floorball .table.table--florbal-deuce_ot .table__header,
.floorball .table.table--florbal-deuce_ot .table__row {
  grid-template: 'rank participant matches wins wins_ot draws losses_ot losses goals points form' minmax(28px, auto) / 32px minmax(120px, 1fr) 32px 32px 32px 32px 32px 32px 48px 40px 140px;
}
.floorball .table--mobile.table--florbal-deuce_ot .table__header,
.floorball .table--mobile.table--florbal-deuce_ot .table__row {
  grid-template: 'rank participant matches goals points' minmax(28px, auto) / 32px minmax(120px, 1fr) minmax(32px, 40px) minmax(40px, 48px) minmax(40px, 48px);
}
.floorball .table.table--florbal-wins_pen .table__header,
.floorball .table.table--florbal-wins_pen .table__row {
  grid-template: 'rank participant matches wins wins_pen losses_pen losses goals points form' minmax(28px, auto) / 32px minmax(120px, 1fr) 32px 32px 32px 32px 32px 48px 40px 140px;
}
.floorball .table--mobile.table--florbal-wins_pen .table__header,
.floorball .table--mobile.table--florbal-wins_pen .table__row {
  grid-template: 'rank participant matches goals points' minmax(28px, auto) / 32px minmax(120px, 1fr) minmax(32px, 40px) minmax(40px, 48px) minmax(40px, 48px);
}
.floorball .table.table--advanced .table__header,
.floorball .table.table--advanced .table__row {
  grid-template: 'rank participant matches wins wins_pen wins_ot losses_ot losses_pen losses goals points form' minmax(28px, auto) / 32px minmax(120px, 1fr) 32px 32px 32px 32px 32px 32px 32px 48px 40px 140px;
}
.floorball .table--mobile.table--advanced .table__header,
.floorball .table--mobile.table--advanced .table__row {
  grid-template: 'rank participant matches goals points' minmax(28px, auto) / 32px minmax(120px, 1fr) minmax(32px, 40px) minmax(40px, 48px) minmax(40px, 48px);
}
.field-hockey .table.table--normal .table__header,
.field-hockey .table.table--normal .table__row {
  grid-template: 'rank participant matches wins losses goals points form' minmax(28px, auto) / 32px minmax(120px, 1fr) 32px 32px 32px 48px 40px 140px;
}
.field-hockey .table--mobile.table--normal .table__header,
.field-hockey .table--mobile.table--normal .table__row {
  grid-template: 'rank participant matches goals points' minmax(28px, auto) / 32px minmax(120px, 1fr) minmax(32px, 40px) minmax(40px, 48px) minmax(40px, 48px);
}
.field-hockey .table.table--field-deuce .table__header,
.field-hockey .table.table--field-deuce .table__row {
  grid-template: 'rank participant matches wins draws losses goals points form' minmax(28px, auto) / 32px minmax(120px, 1fr) 32px 32px 32px 32px 48px 40px 140px;
}
.field-hockey .table--mobile.table--field-deuce .table__header,
.field-hockey .table--mobile.table--field-deuce .table__row {
  grid-template: 'rank participant matches goals points' minmax(28px, auto) / 32px minmax(120px, 1fr) minmax(32px, 40px) minmax(40px, 48px) minmax(40px, 48px);
}
.field-hockey .table.table--advanced .table__header,
.field-hockey .table.table--advanced .table__row {
  grid-template: 'rank participant matches wins wins_ot losses_ot losses goals points form' minmax(28px, auto) / 32px minmax(120px, 1fr) 32px 32px 32px 32px 32px 48px 40px 140px;
}
.field-hockey .table--mobile.table--advanced .table__header,
.field-hockey .table--mobile.table--advanced .table__row {
  grid-template: 'rank participant matches goals points' minmax(28px, auto) / 32px minmax(120px, 1fr) minmax(32px, 40px) minmax(40px, 48px) minmax(40px, 48px);
}
.futsal .table.table--normal .table__header,
.futsal .table.table--normal .table__row {
  grid-template: 'rank participant matches wins draws losses goals points form' minmax(28px, auto) / 32px minmax(120px, 1fr) 32px 32px 32px 32px 64px 40px 140px;
}
.futsal .table--mobile.table--normal .table__header,
.futsal .table--mobile.table--normal .table__row {
  grid-template: 'rank participant matches goals points' minmax(28px, auto) / 32px minmax(120px, 1fr) minmax(32px, 40px) 64px minmax(40px, 48px);
}
.futsal .table.table--advanced .table__header,
.futsal .table.table--advanced .table__row {
  grid-template: 'rank participant matches wins wins_ot losses_ot losses goals points form' minmax(28px, auto) / 32px minmax(120px, 1fr) 32px 32px 32px 32px 32px 48px 40px 140px;
}
.futsal .table--mobile.table--advanced .table__header,
.futsal .table--mobile.table--advanced .table__row {
  grid-template: 'rank participant matches goals points' minmax(28px, auto) / 32px minmax(120px, 1fr) minmax(32px, 40px) minmax(40px, 48px) minmax(40px, 48px);
}
.baseball .table.table--normal .table__header,
.baseball .table.table--normal .table__row {
  grid-template: 'rank participant matches wins losses goals points form' minmax(28px, auto) / 32px minmax(120px, 1fr) 32px 32px 32px 64px 40px 140px;
}
.baseball .table--mobile.table--normal .table__header,
.baseball .table--mobile.table--normal .table__row {
  grid-template: 'rank participant matches goals points' minmax(28px, auto) / 32px minmax(120px, 1fr) minmax(40px, 48px) 64px minmax(48px, 56px);
}
.baseball .table.table--advanced .table__header,
.baseball .table.table--advanced .table__row {
  grid-template: 'rank participant matches wins draws losses goals points form' minmax(28px, auto) / 32px minmax(120px, 1fr) 32px 32px 32px 32px 64px 40px 140px;
}
.baseball .table--mobile.table--advanced .table__header,
.baseball .table--mobile.table--advanced .table__row {
  grid-template: 'rank participant matches goals points' minmax(28px, auto) / 32px minmax(120px, 1fr) minmax(40px, 48px) 64px minmax(48px, 56px);
}
.handball .table.table--normal .table__header,
.handball .table.table--normal .table__row {
  grid-template: 'rank participant matches wins draws losses goals points form' minmax(28px, auto) / 32px minmax(120px, 1fr) 32px 32px 32px 32px 64px 40px 140px;
}
.handball .table--mobile.table--normal .table__header,
.handball .table--mobile.table--normal .table__row {
  grid-template: 'rank participant matches goals points' minmax(28px, auto) / 32px minmax(120px, 1fr) minmax(32px, 40px) 64px minmax(40px, 48px);
}
.handball .table.table--handball-ot .table__header,
.handball .table.table--handball-ot .table__row {
  grid-template: 'rank participant matches wins wins_ot losses_ot losses goals points form' minmax(28px, auto) / 32px minmax(120px, 1fr) 32px 32px 32px 32px 32px 64px 40px 140px;
}
.handball .table--mobile.table--handball-ot .table__header,
.handball .table--mobile.table--handball-ot .table__row {
  grid-template: 'rank participant matches goals points' minmax(28px, auto) / 32px minmax(120px, 1fr) minmax(32px, 40px) 64px minmax(40px, 48px);
}
.handball .table.table--advanced .table__header,
.handball .table.table--advanced .table__row {
  grid-template: 'rank participant matches wins wins_pen losses_pen losses goals points form' minmax(28px, auto) / 32px minmax(120px, 1fr) 32px 32px 32px 32px 32px 64px 40px 140px;
}
.handball .table--mobile.table--advanced .table__header,
.handball .table--mobile.table--advanced .table__row {
  grid-template: 'rank participant matches goals points' minmax(28px, auto) / 32px minmax(120px, 1fr) minmax(32px, 40px) 64px minmax(40px, 48px);
}
.kabaddi .table.table--normal .table__header,
.kabaddi .table.table--normal .table__row {
  grid-template: 'rank participant matches wins draws losses goals form' minmax(28px, auto) / 32px minmax(120px, 1fr) 32px 32px 32px 32px 64px 140px;
}
.kabaddi .table--mobile.table--normal .table__header,
.kabaddi .table--mobile.table--normal .table__row {
  grid-template: 'rank participant matches goals' minmax(28px, auto) / 32px minmax(120px, 1fr) minmax(32px, 40px) 64px;
}
.kabaddi .table.table--advanced .table__header,
.kabaddi .table.table--advanced .table__row {
  grid-template: 'rank participant matches wins draws losses goals points form' minmax(28px, auto) / 32px minmax(120px, 1fr) 32px 32px 32px 32px 64px 40px 140px;
}
.kabaddi .table--mobile.table--advanced .table__header,
.kabaddi .table--mobile.table--advanced .table__row {
  grid-template: 'rank participant matches goals points' minmax(28px, auto) / 32px minmax(120px, 1fr) minmax(32px, 40px) 64px minmax(40px, 48px);
}
.water-polo .table.table--normal .table__header,
.water-polo .table.table--normal .table__row {
  grid-template: 'rank participant matches wins draws losses goals points form' minmax(28px, auto) / 32px minmax(120px, 1fr) 32px 32px 32px 32px 64px 40px 140px;
}
.water-polo .table--mobile.table--normal .table__header,
.water-polo .table--mobile.table--normal .table__row {
  grid-template: 'rank participant matches goals points' minmax(28px, auto) / 32px minmax(120px, 1fr) minmax(32px, 40px) 64px minmax(40px, 48px);
}
.water-polo .table.table--water-wins_pen .table__header,
.water-polo .table.table--water-wins_pen .table__row {
  grid-template: 'rank participant matches wins wins_pen losses_pen losses goals points form' minmax(28px, auto) / 32px minmax(120px, 1fr) 32px 32px 32px 32px 32px 64px 40px 140px;
}
.water-polo .table--mobile.table--water-wins_pen .table__header,
.water-polo .table--mobile.table--water-wins_pen .table__row {
  grid-template: 'rank participant matches goals points' minmax(28px, auto) / 32px minmax(120px, 1fr) minmax(32px, 40px) 64px minmax(40px, 48px);
}
.water-polo .table.table--advanced .table__header,
.water-polo .table.table--advanced .table__row {
  grid-template: 'rank participant matches wins wins_ot losses_ot losses goals points form' minmax(28px, auto) / 32px minmax(120px, 1fr) 32px 32px 32px 32px 32px 64px 40px 140px;
}
.water-polo .table--mobile.table--advanced .table__header,
.water-polo .table--mobile.table--advanced .table__row {
  grid-template: 'rank participant matches goals points' minmax(28px, auto) / 32px minmax(120px, 1fr) minmax(32px, 40px) 64px minmax(40px, 48px);
}
.netball .table.table--normal .table__header,
.netball .table.table--normal .table__row {
  grid-template: 'rank participant matches wins losses goals points form' minmax(28px, auto) / 32px minmax(120px, 1fr) 32px 32px 32px 64px 40px 140px;
}
.netball .table--mobile.table--normal .table__header,
.netball .table--mobile.table--normal .table__row {
  grid-template: 'rank participant matches goals points' minmax(28px, auto) / 32px minmax(120px, 1fr) minmax(32px, 40px) 64px minmax(40px, 48px);
}
.netball .table.table--netball-deuce .table__header,
.netball .table.table--netball-deuce .table__row {
  grid-template: 'rank participant matches wins draws losses goals points form' minmax(28px, auto) / 32px minmax(120px, 1fr) 32px 32px 32px 32px 64px 40px 140px;
}
.netball .table--mobile.table--netball-deuce .table__header,
.netball .table--mobile.table--netball-deuce .table__row {
  grid-template: 'rank participant matches goals points' minmax(28px, auto) / 32px minmax(120px, 1fr) minmax(32px, 40px) 64px minmax(40px, 48px);
}
.netball .table.table--advanced .table__header,
.netball .table.table--advanced .table__row {
  grid-template: 'rank participant matches wins wins_ot losses_ot losses goals points form' minmax(28px, auto) / 32px minmax(120px, 1fr) 32px 32px 32px 32px 32px 64px 40px 140px;
}
.netball .table--mobile.table--advanced .table__header,
.netball .table--mobile.table--advanced .table__row {
  grid-template: 'rank participant matches goals points' minmax(28px, auto) / 32px minmax(120px, 1fr) minmax(32px, 40px) 64px minmax(40px, 48px);
}
.darts .table.table--normal .table__header,
.darts .table.table--normal .table__row {
  grid-template: 'rank participant matches wins losses goals points form' minmax(28px, auto) / 32px minmax(120px, 1fr) 32px 32px 32px 64px 40px 140px;
}
.darts .table.table--advanced .table__header,
.darts .table.table--advanced .table__row {
  grid-template: 'rank participant matches wins draws losses goals points form' minmax(28px, auto) / 32px minmax(120px, 1fr) 32px 32px 32px 32px 64px 40px 140px;
}
.darts .table--mobile.table--normal .table__header,
.darts .table--mobile.table--normal .table__row {
  grid-template: 'rank participant matches goals points' minmax(28px, auto) / 32px minmax(120px, 1fr) minmax(32px, 40px) 64px minmax(40px, 48px);
}
.darts .table--mobile.table--advanced .table__header,
.darts .table--mobile.table--advanced .table__row {
  grid-template: 'rank participant matches goals points' minmax(28px, auto) / 32px minmax(120px, 1fr) minmax(32px, 40px) 64px minmax(40px, 48px);
}
.bandy .table__header,
.esports .table__header,
.golf .table__header,
.motorsport .table__header,
.motorsport-moto-racing .table__header,
.motorsport-auto-racing .table__header,
.rugby-union .table__header,
.bandy .table__row,
.esports .table__row,
.golf .table__row,
.motorsport .table__row,
.motorsport-moto-racing .table__row,
.motorsport-auto-racing .table__row,
.rugby-union .table__row {
  grid-template: 'rank participant matches wins draws losses goals points form' minmax(28px, auto) / 32px minmax(120px, 1fr) 32px 32px 32px 32px 64px 40px 140px;
}
.bandy .table--mobile .table__header,
.esports .table--mobile .table__header,
.golf .table--mobile .table__header,
.motorsport .table--mobile .table__header,
.motorsport-moto-racing .table--mobile .table__header,
.motorsport-auto-racing .table--mobile .table__header,
.rugby-union .table--mobile .table__header,
.bandy .table--mobile .table__row,
.esports .table--mobile .table__row,
.golf .table--mobile .table__row,
.motorsport .table--mobile .table__row,
.motorsport-moto-racing .table--mobile .table__row,
.motorsport-auto-racing .table--mobile .table__row,
.rugby-union .table--mobile .table__row {
  grid-template: 'rank participant matches goals points' minmax(28px, auto) / 32px minmax(120px, 1fr) minmax(32px, 40px) 64px minmax(40px, 48px);
}
.tennis .table__header,
.volleyball .table__header,
.badminton .table__header,
.beach-volleyball .table__header,
.table-tennis .table__header,
.snooker .table__header,
.tennis .table__row,
.volleyball .table__row,
.badminton .table__row,
.beach-volleyball .table__row,
.table-tennis .table__row,
.snooker .table__row {
  grid-template: 'rank participant matches wins losses goals points form' minmax(28px, auto) / 32px minmax(120px, 1fr) 32px 32px 32px 64px 40px 140px;
}
.tennis .table--mobile .table__header,
.volleyball .table--mobile .table__header,
.badminton .table--mobile .table__header,
.beach-volleyball .table--mobile .table__header,
.table-tennis .table--mobile .table__header,
.snooker .table--mobile .table__header,
.tennis .table--mobile .table__row,
.volleyball .table--mobile .table__row,
.badminton .table--mobile .table__row,
.beach-volleyball .table--mobile .table__row,
.table-tennis .table--mobile .table__row,
.snooker .table--mobile .table__row {
  grid-template: 'rank participant matches goals points' minmax(28px, auto) / 32px minmax(120px, 1fr) minmax(40px, 48px) 64px minmax(48px, 56px);
}
.aussie-rules .table__header,
.aussie-rules .table__row {
  grid-template: 'rank participant matches wins draws losses goals percentage points form' minmax(28px, auto) / 32px minmax(120px, 1fr) 32px 32px 32px 32px 64px 64px 40px 140px;
}
.aussie-rules .table--mobile .table__header,
.aussie-rules .table--mobile .table__row {
  grid-template: 'rank participant matches goals points' minmax(28px, auto) / 32px minmax(120px, 1fr) minmax(40px, 48px) 64px minmax(40px, 48px);
}
.pesapallo .table.table--normal .table__header,
.pesapallo .table.table--normal .table__row {
  grid-template: 'rank participant matches goals points form' minmax(28px, auto) / 32px minmax(120px, 1fr) 32px 48px 40px 140px;
}
.pesapallo .table--mobile.table--normal .table__header,
.pesapallo .table--mobile.table--normal .table__row {
  grid-template: 'rank participant matches goals points' minmax(28px, auto) / 32px minmax(120px, 1fr) minmax(32px, 40px) minmax(48px, 56px) minmax(32px, 40px);
}
.pesapallo .table.table--advanced .table__header,
.pesapallo .table.table--advanced .table__row {
  grid-template: 'rank participant matches wins wins_ot draws losses_ot losses goals points form' minmax(28px, auto) / 32px minmax(120px, 1fr) 32px 32px 32px 32px 32px 48px 48px 40px 140px;
}
.pesapallo .table--mobile.table--advanced .table__header,
.pesapallo .table--mobile.table--advanced .table__row {
  grid-template: 'rank participant matches goals points' minmax(28px, auto) / 32px minmax(120px, 1fr) minmax(32px, 40px) minmax(48px, 56px) minmax(32px, 40px);
}
.table__cell--rank {
  grid-area: rank;
}
.table__cell--participant_name {
  grid-area: participant;
}
.table__cell--col_live_score {
  grid-area: live-scores;
}
.table__cell--matches,
.table__cell--matches_played,
.table__cell--wins_wa {
  grid-area: matches;
}
.table__cell--wins_regular {
  grid-area: wins;
}
.table__cell--losses_regular {
  grid-area: losses;
}
.table__cell--wins_pen {
  grid-area: wins_pen;
}
.table__cell--losses_pen {
  grid-area: losses_pen;
}
.table__cell--wins_ot {
  grid-area: wins_ot;
}
.table__cell--losses_ot {
  grid-area: losses_ot;
}
.table__cell--draws,
.table__cell--draws_ae {
  grid-area: draws;
}
.table__cell--goals {
  grid-area: goals;
}
.table__cell--points {
  grid-area: points;
}
.table__cell--form,
.table__cell--last_5 {
  grid-area: form;
}
.table__cell--over {
  grid-area: over_goals;
}
.table__cell--under {
  grid-area: under_goals;
}
.table__cell--avg_goals_match {
  grid-area: average;
}
.table__cell--htft {
  grid-area: win_win;
}
.table__cell--htft_wd {
  grid-area: win_draw;
}
.table__cell--htft_wl {
  grid-area: win_losse;
}
.table__cell--htft_dw {
  grid-area: draw_win;
}
.table__cell--htft_dd {
  grid-area: draw_draw;
}
.table__cell--htft_dl {
  grid-area: draw_losse;
}
.table__cell--htft_lw {
  grid-area: losse_win;
}
.table__cell--htft_ld {
  grid-area: losse_draw;
}
.table__cell--htft_ll {
  grid-area: losse_losse;
}
.table__cell--team_name {
  grid-area: team;
}
.table__cell--assists {
  grid-area: assists;
}
.table__cell--winning_percentage {
  grid-area: points;
}
.table__cell--for_against_percentage {
  grid-area: percentage;
}
.table__cell--no_result {
  grid-area: no_result;
}
.table__cell--net_rr {
  grid-area: net_run;
}
.table__cell--count_3_point {
  grid-area: wins;
}
.table__cell--count_2_point {
  grid-area: wins_ot;
}
.table__cell--count_1_point {
  grid-area: draws;
}
.table__cell--count_0_point {
  grid-area: losses_ot;
}
.table__cell--goals_for_against_diff {
  grid-area: losses;
}
.table__cell--goals_for_per_event {
  grid-area: goals;
}
.cricket .table__row .table__cell:nth-child(3) {
  grid-area: matches;
}
.cricket .table--mobile.table--normal .table__cell--draws,
.cricket .table--mobile.table--cricket-draws .table__cell--draws,
.cricket .table--mobile.table--cricket-no_result .table__cell--draws,
.cricket .table--mobile.table--advanced .table__cell--draws,
.cricket .table--mobile.table--normal .table__cell--net_rr,
.cricket .table--mobile.table--cricket-draws .table__cell--net_rr,
.cricket .table--mobile.table--cricket-no_result .table__cell--net_rr,
.cricket .table--mobile.table--advanced .table__cell--net_rr {
  display: none;
}
.basketball .table--mobile.table--normal .table__cell--winning_percentage,
.basketball .table--mobile.table--basketball_ot .table__cell--winning_percentage {
  display: none;
}
.pesapallo .table--mobile.table--advanced .table__cell--goals_for_against_diff {
  display: none;
}
.basketball .table--mobile.table--advanced .table__cell--goals {
  display: none;
}
.american-football .table--mobile .table__cell--form,
.pesapallo .table--mobile .table__cell--form,
.american-football .table--mobile .table__cell--wins_ot,
.pesapallo .table--mobile .table__cell--wins_ot,
.american-football .table--mobile .table__cell--losses_ot,
.pesapallo .table--mobile .table__cell--losses_ot,
.american-football .table--mobile .table__cell--count_3_point,
.pesapallo .table--mobile .table__cell--count_3_point,
.american-football .table--mobile .table__cell--count_2_point,
.pesapallo .table--mobile .table__cell--count_2_point,
.american-football .table--mobile .table__cell--count_1_point,
.pesapallo .table--mobile .table__cell--count_1_point,
.american-football .table--mobile .table__cell--count_0_point,
.pesapallo .table--mobile .table__cell--count_0_point {
  display: none;
}
.american-football .table--mobile .table__cell--goals {
  display: none;
}
.cricket .table--mobile .table__cell--wins_regular,
.cricket .table--mobile .table__cell--losses_regular,
.cricket .table--mobile .table__cell--no_result,
.cricket .table--mobile .table__cell--form {
  display: none;
}
.aussie-rules .table--mobile .table__cell--wins_regular,
.golf .table--mobile .table__cell--wins_regular,
.aussie-rules .table--mobile .table__cell--losses_regular,
.golf .table--mobile .table__cell--losses_regular,
.aussie-rules .table--mobile .table__cell--draws,
.golf .table--mobile .table__cell--draws,
.aussie-rules .table--mobile .table__cell--form,
.golf .table--mobile .table__cell--form,
.aussie-rules .table--mobile .table__cell--for_against_percentage,
.golf .table--mobile .table__cell--for_against_percentage {
  display: none;
}
.basketball .table--mobile .table__cell--wins_ot,
.basketball .table--mobile .table__cell--losses_ot,
.basketball .table--mobile .table__cell--form {
  display: none;
}
.hockey .table--mobile .table__cell--draws {
  display: none;
}
.floorball .table--mobile .table__cell--draws,
.floorball .table--mobile .table__cell--draws_ae {
  display: none;
}
.hockey .table--mobile .table__cell--wins_regular,
.floorball .table--mobile .table__cell--wins_regular,
.beach-soccer .table--mobile .table__cell--wins_regular,
.hockey .table--mobile .table__cell--losses_regular,
.floorball .table--mobile .table__cell--losses_regular,
.beach-soccer .table--mobile .table__cell--losses_regular,
.hockey .table--mobile .table__cell--wins_ot,
.floorball .table--mobile .table__cell--wins_ot,
.beach-soccer .table--mobile .table__cell--wins_ot,
.hockey .table--mobile .table__cell--losses_ot,
.floorball .table--mobile .table__cell--losses_ot,
.beach-soccer .table--mobile .table__cell--losses_ot,
.hockey .table--mobile .table__cell--wins_pen,
.floorball .table--mobile .table__cell--wins_pen,
.beach-soccer .table--mobile .table__cell--wins_pen,
.hockey .table--mobile .table__cell--losses_pen,
.floorball .table--mobile .table__cell--losses_pen,
.beach-soccer .table--mobile .table__cell--losses_pen,
.hockey .table--mobile .table__cell--form,
.floorball .table--mobile .table__cell--form,
.beach-soccer .table--mobile .table__cell--form {
  display: none;
}
.beach-soccer .table--mobile .table__cell--draws {
  display: none;
}
.glib-stats-box-top_scorers .hockey .table--mobile .table__cell--team_name {
  display: none;
}
.glib-stats-box-live .table--mobile .table__cell--wins_regular,
.glib-stats-box-live .table--mobile .table__cell--losses_regular,
.glib-stats-box-live .table--mobile .table__cell--draws,
.glib-stats-box-live .table--mobile .table__cell--form {
  display: none;
}
.soccer .table--mobile .table__cell--wins,
.handball .table--mobile .table__cell--wins,
.bandy .table--mobile .table__cell--wins,
.esports .table--mobile .table__cell--wins,
.futsal .table--mobile .table__cell--wins,
.kabaddi .table--mobile .table__cell--wins,
.motorsport .table--mobile .table__cell--wins,
.motorsport-moto-racing .table--mobile .table__cell--wins,
.motorsport-auto-racing .table--mobile .table__cell--wins,
.netball .table--mobile .table__cell--wins,
.field-hockey .table--mobile .table__cell--wins,
.rugby-union .table--mobile .table__cell--wins,
.water-polo .table--mobile .table__cell--wins,
.darts .table--mobile .table__cell--wins,
.soccer .table--mobile .table__cell--losses,
.handball .table--mobile .table__cell--losses,
.bandy .table--mobile .table__cell--losses,
.esports .table--mobile .table__cell--losses,
.futsal .table--mobile .table__cell--losses,
.kabaddi .table--mobile .table__cell--losses,
.motorsport .table--mobile .table__cell--losses,
.motorsport-moto-racing .table--mobile .table__cell--losses,
.motorsport-auto-racing .table--mobile .table__cell--losses,
.netball .table--mobile .table__cell--losses,
.field-hockey .table--mobile .table__cell--losses,
.rugby-union .table--mobile .table__cell--losses,
.water-polo .table--mobile .table__cell--losses,
.darts .table--mobile .table__cell--losses,
.soccer .table--mobile .table__cell--wins_regular,
.handball .table--mobile .table__cell--wins_regular,
.bandy .table--mobile .table__cell--wins_regular,
.esports .table--mobile .table__cell--wins_regular,
.futsal .table--mobile .table__cell--wins_regular,
.kabaddi .table--mobile .table__cell--wins_regular,
.motorsport .table--mobile .table__cell--wins_regular,
.motorsport-moto-racing .table--mobile .table__cell--wins_regular,
.motorsport-auto-racing .table--mobile .table__cell--wins_regular,
.netball .table--mobile .table__cell--wins_regular,
.field-hockey .table--mobile .table__cell--wins_regular,
.rugby-union .table--mobile .table__cell--wins_regular,
.water-polo .table--mobile .table__cell--wins_regular,
.darts .table--mobile .table__cell--wins_regular,
.soccer .table--mobile .table__cell--losses_regular,
.handball .table--mobile .table__cell--losses_regular,
.bandy .table--mobile .table__cell--losses_regular,
.esports .table--mobile .table__cell--losses_regular,
.futsal .table--mobile .table__cell--losses_regular,
.kabaddi .table--mobile .table__cell--losses_regular,
.motorsport .table--mobile .table__cell--losses_regular,
.motorsport-moto-racing .table--mobile .table__cell--losses_regular,
.motorsport-auto-racing .table--mobile .table__cell--losses_regular,
.netball .table--mobile .table__cell--losses_regular,
.field-hockey .table--mobile .table__cell--losses_regular,
.rugby-union .table--mobile .table__cell--losses_regular,
.water-polo .table--mobile .table__cell--losses_regular,
.darts .table--mobile .table__cell--losses_regular,
.soccer .table--mobile .table__cell--wins_pen,
.handball .table--mobile .table__cell--wins_pen,
.bandy .table--mobile .table__cell--wins_pen,
.esports .table--mobile .table__cell--wins_pen,
.futsal .table--mobile .table__cell--wins_pen,
.kabaddi .table--mobile .table__cell--wins_pen,
.motorsport .table--mobile .table__cell--wins_pen,
.motorsport-moto-racing .table--mobile .table__cell--wins_pen,
.motorsport-auto-racing .table--mobile .table__cell--wins_pen,
.netball .table--mobile .table__cell--wins_pen,
.field-hockey .table--mobile .table__cell--wins_pen,
.rugby-union .table--mobile .table__cell--wins_pen,
.water-polo .table--mobile .table__cell--wins_pen,
.darts .table--mobile .table__cell--wins_pen,
.soccer .table--mobile .table__cell--losses_pen,
.handball .table--mobile .table__cell--losses_pen,
.bandy .table--mobile .table__cell--losses_pen,
.esports .table--mobile .table__cell--losses_pen,
.futsal .table--mobile .table__cell--losses_pen,
.kabaddi .table--mobile .table__cell--losses_pen,
.motorsport .table--mobile .table__cell--losses_pen,
.motorsport-moto-racing .table--mobile .table__cell--losses_pen,
.motorsport-auto-racing .table--mobile .table__cell--losses_pen,
.netball .table--mobile .table__cell--losses_pen,
.field-hockey .table--mobile .table__cell--losses_pen,
.rugby-union .table--mobile .table__cell--losses_pen,
.water-polo .table--mobile .table__cell--losses_pen,
.darts .table--mobile .table__cell--losses_pen,
.soccer .table--mobile .table__cell--wins_ot,
.handball .table--mobile .table__cell--wins_ot,
.bandy .table--mobile .table__cell--wins_ot,
.esports .table--mobile .table__cell--wins_ot,
.futsal .table--mobile .table__cell--wins_ot,
.kabaddi .table--mobile .table__cell--wins_ot,
.motorsport .table--mobile .table__cell--wins_ot,
.motorsport-moto-racing .table--mobile .table__cell--wins_ot,
.motorsport-auto-racing .table--mobile .table__cell--wins_ot,
.netball .table--mobile .table__cell--wins_ot,
.field-hockey .table--mobile .table__cell--wins_ot,
.rugby-union .table--mobile .table__cell--wins_ot,
.water-polo .table--mobile .table__cell--wins_ot,
.darts .table--mobile .table__cell--wins_ot,
.soccer .table--mobile .table__cell--losses_ot,
.handball .table--mobile .table__cell--losses_ot,
.bandy .table--mobile .table__cell--losses_ot,
.esports .table--mobile .table__cell--losses_ot,
.futsal .table--mobile .table__cell--losses_ot,
.kabaddi .table--mobile .table__cell--losses_ot,
.motorsport .table--mobile .table__cell--losses_ot,
.motorsport-moto-racing .table--mobile .table__cell--losses_ot,
.motorsport-auto-racing .table--mobile .table__cell--losses_ot,
.netball .table--mobile .table__cell--losses_ot,
.field-hockey .table--mobile .table__cell--losses_ot,
.rugby-union .table--mobile .table__cell--losses_ot,
.water-polo .table--mobile .table__cell--losses_ot,
.darts .table--mobile .table__cell--losses_ot,
.soccer .table--mobile .table__cell--draws,
.handball .table--mobile .table__cell--draws,
.bandy .table--mobile .table__cell--draws,
.esports .table--mobile .table__cell--draws,
.futsal .table--mobile .table__cell--draws,
.kabaddi .table--mobile .table__cell--draws,
.motorsport .table--mobile .table__cell--draws,
.motorsport-moto-racing .table--mobile .table__cell--draws,
.motorsport-auto-racing .table--mobile .table__cell--draws,
.netball .table--mobile .table__cell--draws,
.field-hockey .table--mobile .table__cell--draws,
.rugby-union .table--mobile .table__cell--draws,
.water-polo .table--mobile .table__cell--draws,
.darts .table--mobile .table__cell--draws,
.soccer .table--mobile .table__cell--form,
.handball .table--mobile .table__cell--form,
.bandy .table--mobile .table__cell--form,
.esports .table--mobile .table__cell--form,
.futsal .table--mobile .table__cell--form,
.kabaddi .table--mobile .table__cell--form,
.motorsport .table--mobile .table__cell--form,
.motorsport-moto-racing .table--mobile .table__cell--form,
.motorsport-auto-racing .table--mobile .table__cell--form,
.netball .table--mobile .table__cell--form,
.field-hockey .table--mobile .table__cell--form,
.rugby-union .table--mobile .table__cell--form,
.water-polo .table--mobile .table__cell--form,
.darts .table--mobile .table__cell--form {
  display: none;
}
.tennis .table--mobile .table__cell--wins_regular,
.volleyball .table--mobile .table__cell--wins_regular,
.baseball .table--mobile .table__cell--wins_regular,
.badminton .table--mobile .table__cell--wins_regular,
.beach-volleyball .table--mobile .table__cell--wins_regular,
.rugby-league .table--mobile .table__cell--wins_regular,
.table-tennis .table--mobile .table__cell--wins_regular,
.snooker .table--mobile .table__cell--wins_regular,
.tennis .table--mobile .table__cell--losses_regular,
.volleyball .table--mobile .table__cell--losses_regular,
.baseball .table--mobile .table__cell--losses_regular,
.badminton .table--mobile .table__cell--losses_regular,
.beach-volleyball .table--mobile .table__cell--losses_regular,
.rugby-league .table--mobile .table__cell--losses_regular,
.table-tennis .table--mobile .table__cell--losses_regular,
.snooker .table--mobile .table__cell--losses_regular,
.tennis .table--mobile .table__cell--draws,
.volleyball .table--mobile .table__cell--draws,
.baseball .table--mobile .table__cell--draws,
.badminton .table--mobile .table__cell--draws,
.beach-volleyball .table--mobile .table__cell--draws,
.rugby-league .table--mobile .table__cell--draws,
.table-tennis .table--mobile .table__cell--draws,
.snooker .table--mobile .table__cell--draws,
.tennis .table--mobile .table__cell--form,
.volleyball .table--mobile .table__cell--form,
.baseball .table--mobile .table__cell--form,
.badminton .table--mobile .table__cell--form,
.beach-volleyball .table--mobile .table__cell--form,
.rugby-league .table--mobile .table__cell--form,
.table-tennis .table--mobile .table__cell--form,
.snooker .table--mobile .table__cell--form {
  display: none;
}
@media only screen and (max-width: 799px) {
  .table__resolver {
    height: 35px;
  }
}
.tabs {
  display: flex;
  flex-flow: row nowrap;
}
.detailbody:not(.detail-experimental) .tabs {
  margin-top: 10px;
}
.detailbody .tabs__group {
  padding: 0 10px;
}
.tabs--myTeams,
.tabs--mgGroups {
  padding-top: 10px;
}
.tabs__group {
  display: flex;
  flex-flow: row nowrap;
  box-sizing: border-box;
  width: 100%;
  overflow: auto;
  border-bottom: 4px solid #fe7b8f;
}
.tabs__tab {
  display: flex;
  align-items: center;
  padding: 0 10px;
  height: 28px;
  margin-right: 1px;
  background-color: #fff;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
}
.tabs__tab:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .tabs__tab:not(.selected):hover {
    background-color: #fff;
  }
}
.tabs__tab.selected {
  font-weight: bold;
  color: #fff;
  background-color: #fe7b8f;
}
.tabs__mgCounter {
  background-color: var(--color-myGamesBubble);
  padding: 2px;
  height: 15px;
  min-width: 15px;
  border-radius: 50%;
  margin-left: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: normal;
  font-size: 9px;
}
.selected .tabs__mgCounter {
  background-color: var(--color-mg-counter, var(--color-sport-primary));
}
.tabs__ear {
  display: flex;
  height: 28px;
  align-items: center;
  padding: 0 10px;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  font-weight: bold;
  color: var(--color-white);
  background-color: #fe7b8f;
}
.tabs__text--short {
  display: none;
}
@media screen and (max-width: 799px) {
  .responsive:not(.detailbody) .tabs {
    flex-direction: column;
  }
  .responsive:not(.detailbody) .tabs--ranking {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 3;
    background-color: #fff;
  }
  .responsive:not(.detailbody) .tabs__tab,
  .responsive:not(.detailbody) .tabs__ear {
    height: 36px;
  }
  .responsive:not(.detailbody) .tabs__text--short {
    display: block;
  }
  .responsive:not(.detailbody) .tabs__text--long {
    display: none;
  }
}
.soundTab {
  display: flex;
  flex: 0 0 30px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  background-color: #fff;
  cursor: pointer;
}
@media (hover: hover) {
  .soundTab:hover {
    background-color: #fff;
  }
}
.soundTab__icon {
  height: 14px;
  width: 18px;
  background-image: url(/res/_fs/build/liveTable.0423f90.svg);
  background-repeat: no-repeat;
  background-position: -300px 0px;
}
.soundTab.sound-off .soundTab__icon {
  background-position-y: -30px;
}
.theme--dark .soundTab.sound-off .soundTab__icon {
  opacity: 0.2;
}
.theme--dark .soundTab__icon {
  filter: brightness(2);
}
@media screen and (max-width: 799px) {
  .responsive .soundTab {
    flex: 0 0 35px;
  }
}
/* old structure ---> */
/* smazat toto CSSko a jeho HTML pri prvni prilezitosti ---> */
ul.bubble {
  display: flex;
  flex-flow: row wrap;
  min-height: 28px;
}
ul.bubble .bubble {
  display: flex;
  min-height: 28px;
  margin-right: 1px;
  background-color: #fff;
}
ul.bubble .bubble span {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 28px;
  text-align: center;
}
@media (hover: hover) {
  ul.bubble .bubble:hover {
    background-color: #fff;
  }
}
ul.bubble a {
  display: flex;
  padding: 5px 10px;
  text-decoration: none;
  min-height: 28px;
  box-sizing: border-box;
  align-items: center;
}
ul.bubble.stages-menu {
  margin-top: 10px;
}
ul.bubble .bubble.selected {
  background-color: #fe7b8f;
}
ul.bubble .bubble.selected a {
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 799px) {
  .responsive ul.bubble li.bubble {
    min-height: 36px;
    margin-bottom: 1px !important;
  }
  .responsive:not(.detailbody) ul.bubble .bubble span {
    min-height: 36px;
  }
}
/* old structure <--- */
.subTabs {
  background-color: #fe7b8f;
  padding: 0 10px 3px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#glib-stats-submenu-live .subTabs,
#glib-stats-submenu-table .subTabs {
  justify-content: flex-end;
}
.subTabs--noData {
  padding-bottom: 0;
}
.subTabs__group {
  display: flex;
  margin-right: auto;
}
.subTabs + .subTabs {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 4px;
}
.subTabs--label {
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: bold;
  height: 28px;
  box-sizing: border-box;
  color: #fff;
}
.event:first-child .subTabs--label {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.subTabs--odds {
  justify-content: flex-end;
}
.subTabs__tab {
  padding: 0 10px;
  margin-bottom: 1px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  margin-right: 1px;
  color: rgba(255, 255, 255, 0.7);
}
.subTabs__tab.selected {
  color: #fff;
  font-weight: bold;
  background-color: #fff;
}
.subTabs__tab:not(.selected):hover {
  text-decoration: none;
}
@media (hover: hover) {
  .subTabs__tab:not(.selected):hover {
    background-color: #fff;
  }
}
.subTabs__label {
  margin-right: 8px;
  color: #fff;
}
@media screen and (max-width: 799px) {
  .responsive:not(.detailbody) .subTabs {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .responsive:not(.detailbody) .subTabs__tab {
    height: 36px;
  }
  .responsive:not(.detailbody) .subTabs--label {
    height: 36px;
    overflow: visible;
    border-top: none;
  }
  .responsive:not(.detailbody) .subTabs--odds {
    padding-top: 4px;
  }
}
.submenu.selected ~ .submenu.selected .subTabs {
  padding-top: 4px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.no {
  border-left:none
}

.team-center {
  font-weight:bold;
}

.space {
  min-height:15px;
  height:15px;
}

table.table-main tr.dark th {
  text-align:left;
}

.stats-table-label strong {
  margin-left:10px;
}

.stats-table-container {
  border-bottom:1px solid #656565;
}


.win {
  background-position:0 0;
}

.draw {
  background-position:0 -43px;
}

.loss {
  background-position:0 -43px;
}

td.p1, td.p2, td.p3, td.p4, td.p5, td.p6,
td.q1, td.q2, td.q3, td.q4, td.q5, td.q6,
td.r1, td.r2, td.r3, td.r4
{
  color:#fff;
  border-left:none;
}

td.p1 { background-color:#1EA8EC; }
td.p2 { background-color:#6CBCE5; }
td.p3 { background-color:#7F0029; }
td.p4 { background-color:#B5184C; }
td.p5 { background-color:#B8860B; }
td.p6 { background-color:#DAA520; }

td.q1 { background-color:#004682; }
td.q2 { background-color:#1EA8EC; }
td.q3 { background-color:#7F0029; }
td.q4 { background-color:#C71585; }
td.q5 { background-color:#B8860B; }
td.q6 { background-color:#DAA520; }

td.r1 { background-color:#BD0000; }
td.r2 { background-color:#FF4141; }
td.r3 { background-color:#FF4141; }
td.r4 { background-color:#FF4141; }

td.a1 {
  background-color:#63CB7B;
  color:#fff;
}

.stats-table,
.stats-table2
{
  width:100%;
  border-spacing: 0;
}

.stats-table tr.dark th,
.stats-table2 tr.dark th {
  text-align:left;
  white-space:nowrap;
  padding-right:5px;
  padding-left:5px;
}

.stats-table tr.main th,
.stats-table2 tr.main th {
  white-space:nowrap;
  padding-right:0;
  padding-left:0;
}

.stats-table tr th.col_name,
.stats-table tr td.col_name,
.stats-table2 tr th.col_name,
.stats-table2 tr td.col_name {
  padding-right:8px;
  padding-left:8px;
  text-align:left;
  width:99%;
  min-width:99%;
}

.table-10 tr td.col_name,
.table-10 tr th.col_name
{
  width:50%;
  min-width:50%;
}

.stats-table tr th.col_over,
.stats-table tr td.col_over,
.stats-table tr th.col_under,
.stats-table tr td.col_under {
  padding-right:10px;
  padding-left:10px;
  text-align:center;
}

.stats-table tr td,
.stats-table2 tr td {
  text-align:center;
  padding-left:5px;
  padding-right:5px;
  width:20px;
  min-width:20px;
}

.stats-table th,
.stats-table2 th {
  white-space:nowrap;
}

.stats-table td,
.stats-table2 td {
  width:22px;
  border-top:1px solid #E0E0E0;
  border-right:1px solid #E0E0E0;
}

.stats-table tbody tr:last-child td,
.stats-table2 tbody tr:last-child td {
  border-bottom:0 none;
}

.stats-table td.form,
.stats-table2 td.form {
  white-space:nowrap;
}

.stats-table th.col_name,
.stats-table2 th.col_name {
  padding-right:10px;
}

.stats-table th.col_name,
.stats-table td.col_name,
.stats-table2 th.col_name,
.stats-table2 td.col_name {
  padding-left:10px;
  text-align:left;
}

table.stats-table a.link-inactive,
table.stats-table2 a.link-inactive {
  text-decoration:underline;
  cursor:default;
}

.team_name_span {
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  -o-text-overflow:ellipsis;
}

.team_name_span a{
  text-decoration: none;
  cursor: unset;
}

.team_name_span a:hover{
  text-decoration: none;
  color: unset;
}

.col_name .team_name_span { vertical-align:middle }
.col_name .team_name_span a { color: #656565 }
.col_name { white-space:nowrap; }

.stats-table tr.main th.under,
.stats-table tr.main th.over,
.stats-table tr.main th.last_5
{
  padding:0 10px;
}

tfoot.no-results-found td {
  border: none;
}

/* first wrapper having relative position */
tfoot.no-results-found td > div {
  width: 0;
  height: 100%;
  position: relative;
}

/* text container */
tfoot.no-results-found td > div > span {
  position: absolute;
  white-space: nowrap;
}

.glib-live-score {
  font-size: 11px;
  font-weight: bold;
  color: #3c3dd1;
  border-radius: 2px;
  display: block;
  line-height: 17px;
  height: 17px;
  padding: 0 5px;
  text-align: center;
}

.glib-live-score-lost {
  background-color: #db2a2e;
}

.glib-live-score-win {
  background-color: #15bb16;
}

.glib-live-score-draw {
  background-color: #f5ae3e;
}

.glib-live-score:hover {
  text-decoration: underline;
  cursor: pointer;
}

.glib-live-rank {
  padding-left: 5px;
  line-height: 16px;
}

.glib-live-rank-up {
  color: #00cc00;
}

.glib-live-rank-down {
  color: #cc0000;
}

.glib-live-value {
  color: #cc0000;
}

.col_live_score {
  border-left: none !important;
}

.right_border_remover{
  border-right: none !important;
}
.glib-stats-filter {
  /* style is set in tabfilter.adjustFilterRowCss() */
}

.glib-stats-filter .list-wrapper {
  width: 130px;
  height: 19px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.glib-stats-filter ul {
  display: inline-block;
  line-height: 17px;
  font-size: 100%;
  width: 130px;
  background: black;
  background: rgba(0, 0, 0, 0.85);
  border: 1px solid #222;
  color: white;
  white-space: nowrap;
  cursor: pointer;
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  margin: 0;
}

.glib-stats-filter ul:after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px;
  border-color: white transparent transparent transparent;
  position: absolute;
  right: 3px;
  top: 8px;
  content: "\0020";
}

.glib-stats-filter ul::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}

.glib-stats-filter ul::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.3);
}

.glib-stats-filter ul li {
  display: none;
  padding: 0 25px 0 5px;
}

.glib-stats-filter ul.open {
  z-index: 999;
  width: auto;
  min-width: 130px;
  position: absolute;
}

.glib-stats-filter ul.open:after {
  display: none;
}

.os-iphone .glib-stats-filter ul.open li:hover,
.os-ipad .glib-stats-filter ul.open li:hover
{
  background-color: transparent;
}

.glib-stats-filter ul.open li:hover,
.glib-stats-filter ul.open li.selected,
.os-iphone .glib-stats-filter ul.open li:active,
.os-ipad .glib-stats-filter ul.open li:active
{
  background-color: #505050;
}

.glib-stats-filter ul.open li,
.glib-stats-filter ul li.selected {
  display: block;
}

.glib-stats-filter ul:not(.open) li.selected {
  overflow: hidden;
  padding-right: 15px;
  text-overflow: ellipsis;
}

tr.filtered-out {
  display: none;
}
html{
  #overflow:auto;
}
.playoff, #playoff-header {
  width:100%;
  position:relative;
  clear:both;
}

#playoff-header {
  overflow:hidden;
  text-align:center;
  padding:4px 0 6px;
  margin:0;
  color:#fff;
}

#playoff-header ul, #playoff-header ul li {
  list-style:none;
  display:block;
  margin:0;
  padding:0;
  position:relative;
  float:left;
}

.playoff { font-size:0 }
.playoff .viewport {
  overflow:hidden;
  width:100%;
  height:520px;
  position:relative;
}

.playoff .viewport::-webkit-scrollbar
{
  display: none;
}

#playoff-links { display:none; line-height: 12px !important; }
.playoff.default-scroll .viewport { overflow: auto; }

.playoff .overview { display:inline; list-style: none; position: absolute; left: 0; top: 0; padding:0 0 5px 3px; margin: 0; }

.playoff .thumb .end,
.playoff .thumb .hend,
.playoff .scrollbar,
.playoff .hcrollbar {
  position:absolute;
  right:0;
  width: 10px;
  z-index:10000;
  padding:0 !important;
}

.playoff .track, .playoff .htrack {
  background-color: #ccc;
  height:100%;
  overflow:hidden;
  width:10px;
  position: relative;
  border-radius:8px;
  cursor:pointer;
}

.playoff .thumb, .playoff .hthumb {
  height:20px;
  width:10px;
  cursor:pointer;
  overflow:hidden;
  position:absolute;
  top:0;
  padding:0 !important;
  border-radius:8px;
  opacity:0.5
}

.playoff .hcrollbar {
  display:block;
  width:auto;
  left:0;
  top:auto;
  right:10px;
  height:10px;
  bottom:-10px;
}

.playoff .thumb .end, .playoff .thumb .hend { overflow: hidden; height: 5px; width: 10px; }
.playoff .thumb { margin-top:0 }
.playoff .hthumb { height:10px; left:0; margin-top:0 }
.playoff .htrack { width:100%; }
.playoff .thumb:hover, .playoff .hthumb:hover { opacity:1; }
.tooltip { z-index:1000000 !important }
.playoff fieldset{ border:none; margin:0; padding:0 }

.round {
  display:block;
  float:left;
  position:relative;
  padding-top:2px;
}

.unpacked .matches ul li {
  display:table;
  #display:block;
  width:100%;
  font-size:11px;
}

.unpacked .matches ul li, .unpacked .matches tr td {
  border-top:1px solid #e0e0e0;
}

.unpacked .matches table {
  border:1px solid #ccc;
  border-top:none;
}

.unpacked .matches ul li.first, .unpacked .matches tr.first td {
  border-top:none
}

.unpacked .matches li span.row {
  display:table-row;
  #display:block;
}
.unpacked .matches li span.row span {
  display:table-cell;
  #display:block;
}

.matches .matches .date { padding:0 5px }
.matches .matches .name {
  text-align: left;
  border-left:1px solid #e0e0e0;
  border-right:1px solid #e0e0e0;
  padding-left:5px;
}

.matches .name {
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.matches .matches li.info {
  text-align: left;
  display:block;
  padding:0 5px;
  width:auto;
}


.matches .matches .presult {
  text-align: center;
  border-right: 0 none;
  padding-left:5px;
  padding-right:5px;
}

.matches .matches .presult.final { width:65px; }

.matches .matches .presult.final.golf { width:30px; }

.playoff-box-result {
  margin:0;
  left:-1px;
  top:100%;
  color: #656565;
  position: absolute;
  z-index:100;
  overflow: visible;
}

.playoff-box-result-inner {
  border-width: 1px;
  border-style: solid;
  border-top-width: 0;
}

.first-round { padding-top:0 }
.match {
  background:#fff;
  position:relative;
  z-index:1;
  font-size:11px;
  border:1px solid #d5d5d5;
  overflow:hidden;
}

.unpacked {
  overflow:visible;
}


.has-events { cursor:pointer }

.participant { display:block; position:relative; vertical-align:middle; overflow:hidden; }
.participant .name { display:block; position:relative }
.participant .name .overlay {
  position:absolute;
  top:0;
}
.participant .name-container {
  display:block;
  overflow:hidden;
}
.participant .name-container .name-line{
  display:block;
  width:1000px;
}

.playoff .enlarged-match {
  width:250px;
}
.enlarged-match .participant, .enlarged-match .participant .name .name-container {
  overflow:visible;
}

.match .away { margin-bottom:0 }
#sportstats .winner { font-weight:bold }

.participant .name .codebook {
  color:#b0b0b0;
  font-weight:normal;
  font-size:10px;
  line-height:10px;
}
.participant .name .codebook.t {
  cursor:help;
}
.participant .score { position:absolute; padding:0 2px 0 4px; right:0; top:0; font-weight:bold; }
.participant .score .s { padding-left:7px; float:right; text-align:right }

.score-final {
  position:absolute;
  right: 0;
  width:65px;
  height:36px;
  display:table;
  text-align:center;
  word-wrap: normal;
  padding:0 5px 0 5px;
}

.score-final.golf {
  width:30px;
}

.score-final .s {
  display:table-cell;
  vertical-align:middle;
}

.cleaner{ clear:both;display:block; font-size:0 !important; height:0 !important; padding:0 !important }
.matches .matches { display:none; visibility:hidden; z-index:-111 }
.unpacked .matches { display:block; visibility:visible }

.playoff .unpacked .matches table {
  border-collapse:collapse;
}
.playoff .unpacked .matches tr td {
  padding:0;
  margin:0;
  width:auto;
  border-left:1px solid #e0e0e0;
  text-align:left;
}
.playoff .unpacked .matches tr td span, .playoff .unpacked .matches tr td span a {
  padding:0;
  margin:0;
  border:none;
}
.playoff .unpacked .matches tr td span {
  padding:0 4px;
}
.spacer { border-right: none; display:block; line-height:1px }

.separator { display:block; width:100%; clear:both }

.relation {
  width:100%;
  position:relative;
  right:0;
  top:0;
  height:100%;
  font-size:0;
  display:block;
}

.relation .h, .relation .vt, .relation .vb {
  display:block;
  line-height:0;
  font-size:0;
  background:#ccc;
  position:absolute;
}

.relation .h, .relation .vt, .relation .vb, .relation .m, .relation .t, .relation .b {
  z-index:0;
}

.relation .vt, .relation .vb { height:50%  }
.relation .m { top:50%; right:0 !important; margin-bottom:50%; _background:none; _border-bottom:1px solid #ccc; margin-top:-1px; }
.relation .t { _background:none; _border-top:1px solid #ccc }
.relation .b { _background:none; _border-bottom:1px solid #ccc; }
.nb { border:none; background:none }

.default-scroll .overview {
  position:relative;
  display:block;
}

.default-scroll .viewport {
  height:auto;
  overflow:auto;
}

.relation .at, .relation .ab {
  top:auto; bottom:auto;
  margin:0;
}


/* IE <= 7 FLAG FIX */
.participant .flag { #display:block; #float:left; #padding-right:3px; #margin-top:1px; }

.participant{
  height:18px;
  line-height:18px;
  margin-bottom:0px;
}
.match{
  width:163px;
  height:36px;
  padding-top:1px;
  padding-right:5px;
  padding-bottom:1px;
  padding-left:5px;
}
.playoff .enlarged-match{
  width:225px;
}
.playoff-box-result, .result-header{
  width:175px;
}
.playoff-box-result ul{
  width:173px;
}
.playoff .enlarged-match .playoff-box-result ul{
  width:235px;
}
.playoff .spacer{
  height:40px;
}
.playoff .oct{
  height:320px;
}
.playoff .quad{
  height:160px;
}
.playoff .double{
  height:80px;
}
.playoff .half{
  height:20px;
}
.playoff .con{
  height:10px;
}
.playoff .mid{
  height:5px;
}
.relation .t, .relation .vt{
  top:20px;
}
.relation .b, .relation .vb{
  bottom:20px;
}
.relation .vt, .relation .vb{
  width:1px;
  _height:36px;
}
.relation .h, .relation .vt, .relation .vb{
  right:5px;
}
.relation .h{
  width:5px;
}
.spacer{
  width:179px;
  _width:178px;
}
#playoff-header ul li, .round{
  width:185px;
}
#playoff-header ul li.last-round, .last-round{
  width:175px;
}
.relation .b, .relation .m, .relation .t{
  height:1px;
}
.relation .t{
  _border-top-width:1px;
}
.relation .b, .relation .b{
  _border-bottom-width:1px;
}
.relation .at, .relation .ab{
  width:11px;
}
.relation .at{
  top:20px;
}
.relation .ab{
  bottom:20px;
}
.relation .vbe{
  height:25px;
  top:40px;
}
.relation .me{
  top:65px;
}.stats-shared-menu .submenu,
.stats-shared-menu ul {
  margin: 0;
  padding: 0;
  border: none;
}
.stats-shared-menu .submenu {
  margin: 0;
}
.stats-shared-menu ul.ifmenu {
  margin-bottom: 0 !important;
}
.stats-shared-menu .submenu ul.ifmenu,
#detail .stats-shared-menu .submenu ul.ifmenu {
  border-bottom: 1px solid #BCBEAE;
}
.stats-shared-menu .submenu ul.ifmenu {
  margin: 0 !important;
  padding: 5px 0 0 10px;
}
.stats-shared-menu .submenu li {
  margin-top: 1px;
  padding: 0 1px;
}
.stats-shared-menu .submenu li,
.stats-shared-menu .submenu li span {
  background: none;
  border: none;
}
.stats-shared-menu .submenu .color-spacer {
  background-color: #343434;
}
.stats-shared-menu .color-spacer {
  border-top: 0;
}
.stats-shared-menu .submenu li a {
  line-height: 24px;
  height: 23px;
}
#detail .stats-shared-menu .submenu li {
  background-color: transparent;
}
.stats-shared-menu .submenu li {
  padding-right: 0;
}
.ie .stats-shared-menu .submenu li {
  _border-left: 1px solid;
  border-color: #999;
  border-color: rgba(255, 255, 255, 0.2);
  padding-left: 0;
  padding-right: 0;
}
.stats-shared-menu .submenu li.selected + li {
  padding-left: 0;
}
.ie .stats-shared-menu .submenu li.selected + li,
.ie .stats-shared-menu .submenu li.first {
  border: none;
}
.stats-shared-menu .submenu li.selected {
  padding-right: 1px;
  padding-left: 1px;
  height: 24px;
}
.stats-shared-menu .submenu li.last {
  padding-right: 1px;
}
.ie .stats-shared-menu .submenu li.first {
  _border-left: 1px solid;
}
.ie .stats-shared-menu .submenu li.last {
  _border-right: 1px solid;
}
.ie .stats-shared-menu .submenu li.selected {
  _border-left: 1px solid;
  _border-right: 1px solid;
  padding-left: 0;
  padding-right: 0;
}
.ie .stats-shared-menu .submenu .ifmenu li {
  border-color: #999;
  border-color: rgba(255, 255, 255, 0.2);
}
.stats-shared-menu .submenu li.selected a {
  background: #343434;
  display: block;
  border-radius: 3px 3px 0 0;
  height: 24px;
}
.stats-shared-menu .submenu {
  display: none;
}
.stats-shared-menu div.selected {
  display: block;
}
#glib-stats-data .box {
  display: none;
}
#glib-stats-data .box.selected {
  display: block;
}
/*
Â * Common
 */
.hidden {
  display: none;
}
.cleaner {
  line-height: 0;
  height: 0;
  font-size: 0;
  clear: both;
}
.closer {
  padding: 10px 0;
  text-align: center;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
thead tr.main th,
.result-header {
  font-size: 11px;
  height: 21px;
  line-height: 21px;
  margin: 0;
  background: url(/res/_fs/build/bg-label.4ca2b7b.gif) repeat-x top #343434;
  font-weight: normal;
}
#sportstats .submenu .color-spacer {
  margin-top: 0;
}
#sportstats .glib-stats-content .stats-shared-menu .color-spacer {
  border-top: 0;
}
#detail .table-header {
  margin-bottom: 9px;
}
.bubble-cleaner {
  margin: 0px 0;
  line-height: 0;
  height: 0;
  font-size: 0;
  clear: both;
}
.bubble-spacer {
  line-height: 10px;
  height: 10px;
  margin-bottom: 0px;
  font-size: 0;
}
#sportstats .ifmenu {
  margin-top: 0px;
}
#sportstats .ifmenu.bubble {
  margin-top: 8px;
  margin-bottom: 0px;
  height: auto;
  float: left;
}
/*
 * Sport-sensitive color definition
 */
.scroll-box,
.stats-table-label {
  border-bottom: 1px solid #fe7b8f;
  background-color: #00407D;
  color: white;
}
.scroll-text-inactive {
  visibility: hidden;
}
.stats-table-label {
  height: 23px;
  line-height: 23px;
  text-transform: uppercase;
}
.stats-table-label.first {
  margin-top: 0;
  border-top: 0 none;
}
.stats-table-label,
.only-stage .scroll-box {
  background-position: 0px -54px;
}
a.match-detail-link {
  text-decoration: none;
  color: #00407D;
  cursor: pointer;
}
a:hover.match-detail-link {
  text-decoration: underline;
  color: #00407D;
  cursor: pointer;
}
.soccer .stats-table-label,
.soccer .only-stage .scroll-box {
  background-position: 0px -54px;
}
/*
 * Tables
 */
.pr {
  position: relative;
}
#playoff-header {
  background:#fff;
  color: inherit;
  padding: 0;
  height: 22px;
  line-height: 22px;
}
.playoff .viewport .overview {
  padding: 4px 0 4px 4px;
}
#playoff-header ul,
#playoff-header li {
  vertical-align: middle;
  font-weight: bold;
  height: 22px;
  line-height: 22px;
}
.result-header {
  text-align: center;
}
.scroll-box {
  position: relative;
  margin: 0px 0 0;
  padding: 3px 10px;
  height: 13px;
}
.only-stage .scroll-box {
  margin-top: 10px;
}
.scroll-box a {
  color: white;
  cursor: pointer;
}
#sportstats .scroll-box a:link,
#sportstats .scroll-box a:visited {
  text-decoration: none;
}
#sportstats .scroll-box a:hover,
#sportstats .scroll-box a:focus,
#sportstats .scroll-box a:active {
  text-decoration: underline;
}
.scroll-box .scroll-left {
  position: absolute;
  top: 3px;
  left: 10px;
  right: auto;
}
.scroll-box .scroll-right {
  position: absolute;
  top: 3px;
  left: auto;
  right: 10px;
}
.stats-table td.form,
.stats-table2 td.form {
  padding-left: 5px;
  padding-right: 5px;
}
.stats-table2 th,
.stats-table2 td,
.stats-table2 tr td {
  padding-left: 5px;
  padding-right: 5px;
  width: 15px;
  min-width: 15px;
}
.stats-table tbody tr:last-child td,
.stats-table2 tbody tr:last-child td {
  border-bottom: 1px solid #E0E0E0;
}
.stats-table tbody:last-of-type tr:last-child td,
.stats-table2 tbody:last-of-type tr:last-child td {
  border-bottom: none;
}
span.team-logo {
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
span.team-logo-nologo {
  background: url(/res/_fs/build/empty-logo-team-small.b6a84cf.png) no-repeat center / 15px 15px !important;
}
.playoff span.team-logo {
  margin-bottom: 1px;
  margin-top: -1px;
}
#sportstats tr.main th.col_form {
  cursor: help;
}
/* Indent forms that have no upcoming match, */
/* but only if there's any upcoming match in whole table. */
#glib-stats .stats-table.has-upcoming-matches td.col_last_5 div.no-upcoming-match,
#glib-stats .stats-table.has-upcoming-matches td.col_form div.no-upcoming-match {
  margin-left: 20px;
}
#glib-stats .stats-table td.col_form div.no-upcoming-match.matches-5,
#glib-stats .stats-table td.col_last_5 div.no-upcoming-match.matches-5 {
  width: 97px;
  float: right;
}
#glib-stats .stats-table td.col_form div.matches-5,
#glib-stats .stats-table td.col_last_5 div.matches-5 {
  width: 117px;
}
.cms {
  padding: 10px 10px 0;
}
.container__main .cms.table-incidents ul {
  margin: 0 0 13px 20px;
  list-style-type: disc;
}
#sportstats .ifmenu.bubble {
  margin-top: 0;
  margin-bottom: 10px;
}
.glib-stats-content {
  clear: both;
}
.glib-stats-data .box {
  display: none;
}
.glib-stats-data div.selected {
  display: block;
}
#detail .stats-table .highlight,
.stats-table .highlight {
  background-color: #fff;
}
.glib-stats-box-draw .highlight {
  background-color: #fff;
}
table.stats-table .odd .highlight-light,
table.stats-table .even .highlight-light,
table.stats-table .highlight .highlight-light,
table.stats-table .highlight_hover .highlight-light {
  background-color: #CCCCCC;
}
.playoff .match.participant-way-highlight {
  background-color: #fff;
}
#detail .highlight_hover {
  background-color: #fff;
}
/* Top Scorers */
#detail.sport-soccer #glib-stats .stats-table td.col_assists {
  color: #B0B0B0;
}
td.logo2 a.bb {
  display: block;
  width: 46px;
  height: 40px;
}
.stats-shared-menu {
  margin-top: 10px;
}
.glib-stats-data .stats-shared-menu {
  margin-top: 0px;
}
.detail-terminator {
  margin-top: 10px;
}
.detail-terminator .closer {
  padding: 0 0 10px;
}
.glib-stats-data .flag {
  line-height: 16px;
  vertical-align: middle;
}
#sportstats .table-header .flag {
  padding-left: 20px;
}
#detail-header th.header.seasons {
  padding-left: 5px;
  width: 100%;
}
#detail-header th.header {
  padding-right: 0;
}
.show_more span.arrow {
  background: url(/res/_fs/build/cal-dart.030d41c.gif) no-repeat 0 60%;
  display: inline-block;
  height: 13px;
  line-height: 13px;
  width: 10px;
  margin: 0 3px;
  vertical-align: middle;
}
.theme--dark .show_more span.arrow {
  filter: invert(1);
}
.table-10 .hid,
.table-10 .hid td {
  border-bottom: none;
}
th.stats-table-label {
  padding-left: 10px !important;
}
tfoot.no-results-found td:nth-child(4) {
  border-right: 1px solid #E0E0E0;
}
div#detail.tabs {
  border-top: 1px solid #BCBEAE;
  margin-top: 0;
}
div#detail.tabs div.stats-shared-menu {
  margin-top: 0;
}
.stats-table .form a {
  text-decoration: none;
  background-color: transparent;
  background-repeat: no-repeat;
}
.form-bg {
  float: left;
  width: 20px;
  height: 17px;
}
.stats-table .form a,
.last_5 a {
  text-decoration: none;
  cursor: pointer;
}
.stats-table .form a:hover {
  text-decoration: none;
}
a.form-ou {
  background: url(/res/_fs/build/form.ou.d53ca49.png) 0 0 no-repeat;
}
a.form-over {
  background-position: 0 -50px;
}
a.form-w {
  background-position: 0 -150px;
}
a:hover.form-w {
  background-position: 0 -300px;
}
a.form-d {
  background-position: 0 -200px;
}
a:hover.form-d {
  background-position: 0 -350px;
}
a.form-l {
  background-position: 0 -250px;
}
a:hover.form-l {
  background-position: 0 -400px;
}
a.form-wo,
a.form-dw {
  background-position: 0 -450px;
}
a:hover.form-wo,
a:hover.form-dw {
  background-position: 0 -550px;
}
a.form-lo,
a.form-dl {
  background-position: 0 -500px;
}
a:hover.form-lo,
a:hover.form-dl {
  background-position: 0 -600px;
}
a.form-s {
  background-position: 0 -650px;
}
a:hover.form-s {
  background-position: 0 -700px;
}
.has-events .matches ul,
.has-events .matches ul li {
  margin: 0;
  padding: 0;
}
.has-events .matches ul li * {
  padding: 5px 0;
}
.scroll-box {
  background-color: #00407D;
}
@media (hover: hover) {
  .has-events:hover {
    background-color: #e6f4f8;
  }
}
.playoff .has-events .matches a,
.playoff .has-events .matches a:hover {
  color: #00407D;
}
.playoff .matches .unpacked {
  border-color: #00407D;
  background: #00407D;
}
@media (hover: hover) {
  .playoff .matches .unpacked:hover {
    background-color: #00407D;
  }
}
.soccer .scroll-box,
.soccer .stats-table-label {
  background-color: #016700;
}
@media (hover: hover) {
  .soccer .has-events:hover {
    background-color: #eaf7e7;
  }
}
.soccer .playoff .has-events .matches a,
.soccer .playoff .has-events .matches a:hover {
  color: #016700;
}
.soccer .playoff .unpacked {
  border-color: #016700;
  background: #016700;
}
@media (hover: hover) {
  .soccer .playoff .unpacked:hover {
    background-color: #016700;
  }
}
.tennis .scroll-box,
.tennis .stats-table-label {
  background-color: #bf9a17;
}
@media (hover: hover) {
  .tennis .has-events:hover {
    background-color: #F7F8DC;
  }
}
.tennis .playoff .has-events .matches a,
.tennis .playoff .has-events .matches a:hover {
  color: #BF9A17;
}
.tennis .playoff .unpacked {
  border-color: #BF9A17;
  background-color: #BF9A17;
}
@media (hover: hover) {
  .tennis .playoff .unpacked:hover {
    background-color: #BF9A17;
  }
}
.basketball .scroll-box,
.basketball .stats-table-label {
  background-color: #680000;
}
@media (hover: hover) {
  .basketball .has-events:hover {
    background-color: #F9F1EA;
  }
}
.basketball .playoff .has-events .matches a,
.basketball .playoff .has-events .matches a:hover {
  color: #680000;
}
.basketball .playoff .unpacked {
  border-color: #680000;
  background-color: #680000;
}
@media (hover: hover) {
  .basketball .playoff .unpacked:hover {
    background-color: #680000;
  }
}
.motorsport .scroll-box,
.motorsport .stats-table-label {
  background-color: #680000;
}
@media (hover: hover) {
  .motorsport .has-events:hover {
    background-color: #F9F1EA;
  }
}
.motorsport .playoff .has-events .matches a,
.motorsport .playoff .has-events .matches a:hover {
  color: #680000;
}
.motorsport .playoff .unpacked {
  border-color: #680000;
  background-color: #680000;
}
@media (hover: hover) {
  .motorsport .playoff .unpacked:hover {
    background-color: #680000;
  }
}
.baseball .scroll-box,
.baseball .stats-table-label {
  background-color: #006766;
}
@media (hover: hover) {
  .baseball .has-events:hover {
    background-color: #EAFCF2;
  }
}
.baseball .playoff .has-events .matches a,
.baseball .playoff .has-events .matches a:hover {
  color: #006766;
}
.baseball .playoff .unpacked {
  border-color: #006766;
  background-color: #006766;
}
@media (hover: hover) {
  .baseball .playoff .unpacked:hover {
    background-color: #006766;
  }
}
.american-football .scroll-box,
.american-football .stats-table-label {
  background-color: #8E6340;
}
@media (hover: hover) {
  .american-football .has-events:hover {
    background-color: #F9EDDF;
  }
}
.american-football .playoff .has-events .matches a,
.american-football .playoff .has-events .matches a:hover {
  color: #8E6340;
}
.american-football .playoff .unpacked {
  border-color: #8E6340;
  background-color: #8E6340;
}
@media (hover: hover) {
  .american-football .playoff .unpacked:hover {
    background-color: #8E6340;
  }
}
.golf .scroll-box,
.golf .stats-table-label {
  background-color: #016700;
}
@media (hover: hover) {
  .golf .has-events:hover {
    background-color: #eaf7e7;
  }
}
.golf .playoff .has-events .matches a,
.golf .playoff .has-events .matches a:hover {
  color: #016700;
}
.golf .playoff .unpacked {
  border-color: #016700;
  background: #016700;
}
@media (hover: hover) {
  .golf .playoff .unpacked:hover {
    background-color: #016700;
  }
}
.horse-racing .scroll-box,
.horse-racing .stats-table-label {
  background-color: #016700;
}
@media (hover: hover) {
  .horse-racing .has-events:hover {
    background-color: #eaf7e7;
  }
}
.horse-racing .playoff .has-events .matches a,
.horse-racing .playoff .has-events .matches a:hover {
  color: #016700;
}
.horse-racing .playoff .unpacked {
  border-color: #016700;
  background: #016700;
}
@media (hover: hover) {
  .horse-racing .playoff .unpacked:hover {
    background-color: #016700;
  }
}
body.other .scroll-box {
  background-color: #376200;
}
body.other .playoff .has-events .matches a,
.other .playoff .has-events .matches a:hover {
  color: #376200;
}
body.other .playoff .matches .unpacked {
  border-color: #376200;
  background: #376200;
}
@media (hover: hover) {
  body.other .playoff .matches .unpacked:hover {
    background-color: #376200;
  }
}
.playoff-box-result {
  color: #3c3dd1;
}
body:not(.detailbody) .playoff-box-result ul {
  width: 207px;
}
.playoff-box-result .even {
  background-color:#fff !important;
}
.playoff-box-result-inner li {
  background-color: #fff;
}
.match {
  background-color: #fff;
  border-color: #fe7b8f;
}
.flat .playoff .matches .unpacked {
  border-color: #fe7b8f;
  background-color: #fe7b8f;
}
.playoff .matches .matches ul {
  border-color: #fe7b8f;
}
.unpacked .matches ul li,
.unpacked .matches tr td {
  border-top-color: #fe7b8f;
}
.playoff .matches .matches .date {
  width: 34px;
}
.playoff .matches .matches .name {
  max-width: 100%;
  border-color: #fe7b8f;
}
.playoff .matches .matches .presult {
  width: 29px;
}
.playoff .matches .matches .presult.final {
  width: 65px;
}
.playoff .matches .matches .presult.final.golf {
  width: 30px;
}
.playoff .match .participant .score,
.playoff .match .participant .score .s {
  font-weight: normal;
}
.playoff .unpacked .participant {
  color: #fff;
}
.relation .h,
.relation .vt,
.relation .vb {
  background-color: #fe7b8f;
}
.playoff-scroll-button {
  position: fixed;
  left: 5px;
  top: 50%;
  width: 40px;
  height: 40px;
  z-index: 1100;
  background-image: url(/res/_fs/build/scroll.f85fced.png);
  opacity: .5;
  margin-top: 30px;
  display: none;
}
.flat .playoff-scroll-button {
  background-image: url(/res/_fs/build/tournament-sprite.f5ddddd.svg);
  background-position: 0 0;
  opacity: 0.5;
}
.flat .playoff-scroll-button.playoff-scroll-button-left {
  transform: rotate(180deg);
}
.playoff-scroll-button.hidden {
  display: none !important;
}
.playoff-scroll-button:hover {
  opacity: 1;
  cursor: pointer;
}
.playoff-scroll-button-left {
  background-position: left top;
}
.playoff-scroll-button-right {
  left: auto;
  right: 5px;
  background-position: left bottom;
}
.scrolls-x .playoff-scroll-button {
  display: block;
}
.scrolls-y .playoff-scroll-button-right {
  right: 15px;
}
.home.detailbody.flat div#glib-stats ul.ifmenu li.selected {
  background: #00406d !important;
}
.links.detailbody.flat div#glib-stats ul.ifmenu li.selected {
  background: /* links             */ #085f00 !important;
}
.american-football.detailbody.flat div#glib-stats ul.ifmenu li.selected {
  background: /* american-football */ #652b1d !important;
}
.aussie-rules.detailbody.flat div#glib-stats ul.ifmenu li.selected {
  background: /* aussie-rules      */ #ad3f21 !important;
}
.badminton.detailbody.flat div#glib-stats ul.ifmenu li.selected {
  background: /* badminton         */ #16875a !important;
}
.bandy.detailbody.flat div#glib-stats ul.ifmenu li.selected {
  background: /* bandy             */ #4492d6 !important;
}
.baseball.detailbody.flat div#glib-stats ul.ifmenu li.selected {
  background: /* baseball          */ #856842 !important;
}
.basketball.detailbody.flat div#glib-stats ul.ifmenu li.selected {
  background: /* basketball        */ #ab4630 !important;
}
.beach-soccer.detailbody.flat div#glib-stats ul.ifmenu li.selected {
  background: /* beach-soccer      */ #a08256 !important;
}
.beach-volleyball.detailbody.flat div#glib-stats ul.ifmenu li.selected {
  background: /* beach-volleyball  */ #a08256 !important;
}
.boxing.detailbody.flat div#glib-stats ul.ifmenu li.selected {
  background: /* boxing            */ #862320 !important;
}
.cricket.detailbody.flat div#glib-stats ul.ifmenu li.selected {
  background: /* cricket           */ #7b081b !important;
}
.cycling.detailbody.flat div#glib-stats ul.ifmenu li.selected {
  background: /* cycling           */ #2c2c2c !important;
}
.darts.detailbody.flat div#glib-stats ul.ifmenu li.selected {
  background: /* darts             */ #61471f !important;
}
.esports.detailbody.flat div#glib-stats ul.ifmenu li.selected {
  background: /* esports           */ #352860 !important;
}
.field-hockey.detailbody.flat div#glib-stats ul.ifmenu li.selected {
  background: /* field-hockey      */ #1d7342 !important;
}
.floorball.detailbody.flat div#glib-stats ul.ifmenu li.selected {
  background: /* floorball         */ #0e9892 !important;
}
.futsal.detailbody.flat div#glib-stats ul.ifmenu li.selected {
  background: /* futsal            */ #3772aa !important;
}
.golf.detailbody.flat div#glib-stats ul.ifmenu li.selected {
  background: /* golf              */ #4e7019 !important;
}
.handball.detailbody.flat div#glib-stats ul.ifmenu li.selected {
  background: /* handball          */ #bb5c21 !important;
}
.hockey.detailbody.flat div#glib-stats ul.ifmenu li.selected {
  background: /* hockey            */ #00406d !important;
}
.horse-racing.detailbody.flat div#glib-stats ul.ifmenu li.selected {
  background: /* horse-racing      */ #614235 !important;
}
.kabaddi.detailbody.flat div#glib-stats ul.ifmenu li.selected {
  background: /* kabaddi           */ #8b408a !important;
}
.mma.detailbody.flat div#glib-stats ul.ifmenu li.selected {
  background: /* mma               */ #2b2b2b !important;
}
.motorsport.detailbody.flat div#glib-stats ul.ifmenu li.selected {
  background: /* motorsport        */ #454545 !important;
}
.motorsport-auto-racing.detailbody.flat div#glib-stats ul.ifmenu li.selected {
  background: /* motor-auto-racing */ #454545 !important;
}
.motorsport-moto-racing.detailbody.flat div#glib-stats ul.ifmenu li.selected {
  background: /* motor-moto-racing */ #454545 !important;
}
.netball.detailbody.flat div#glib-stats ul.ifmenu li.selected {
  background: /* netball           */ #966d30 !important;
}
.pesapallo.detailbody.flat div#glib-stats ul.ifmenu li.selected {
  background: /* pesapallo         */ #8aa411 !important;
}
.rugby-league.detailbody.flat div#glib-stats ul.ifmenu li.selected {
  background: /* rugby-league      */ #2b2b2b !important;
}
.rugby-union.detailbody.flat div#glib-stats ul.ifmenu li.selected {
  background: /* rugby-union       */ #2b2b2b !important;
}
.snooker.detailbody.flat div#glib-stats ul.ifmenu li.selected {
  background: /* snooker           */ #004000 !important;
}
.soccer.detailbody.flat div#glib-stats ul.ifmenu li.selected {
  background: /* soccer            */ #085f00 !important;
}
.table-tennis.detailbody.flat div#glib-stats ul.ifmenu li.selected {
  background: /* table-tennis      */ #913124 !important;
}
.tennis.detailbody.flat div#glib-stats ul.ifmenu li.selected {
  background: /* tennis            */ #a37e00 !important;
}
.volleyball.detailbody.flat div#glib-stats ul.ifmenu li.selected {
  background: /* volleyball        */ #b5773a !important;
}
.water-polo.detailbody.flat div#glib-stats ul.ifmenu li.selected {
  background: /* water-polo        */ #0f8bb9 !important;
}
.winter-sports.detailbody.flat div#glib-stats ul.ifmenu li.selected {
  background: /* winter-sports     */ #0f3263 !important;
}
.winter-sports-biathlon.detailbody.flat div#glib-stats ul.ifmenu li.selected {
  background: /* biathlon          */ #0f3263 !important;
}
.winter-sports-cross-country.detailbody.flat div#glib-stats ul.ifmenu li.selected {
  background: /* cross-country     */ #0f3263 !important;
}
.winter-sports-alpine-skiing.detailbody.flat div#glib-stats ul.ifmenu li.selected {
  background: /* alpine-skiing     */ #0f3263 !important;
}
.winter-sports-ski-jumping.detailbody.flat div#glib-stats ul.ifmenu li.selected {
  background: /* ski-jumping       */ #0f3263 !important;
}
@media (hover: hover) {
  .flat .has-events:hover {
    background-color: #fff;
  }
}
.flat #playoff-header,
.flat #playoff-header ul,
.flat #playoff-header li {
  height: 22px;
  line-height: 22px;
}
.flat #sportstats .dropdown-list-wrap {
  border: none;
}
.flat #sportstats .dropdown-list-wrap .dropdown-list {
  box-shadow: none;
}
.flat .playoff .track,
.flat .playoff .htrack,
.flat .playoff .thumb,
.flat .playoff .hthumb {
  border-radius: inherit;
}
.flat .scroll-box {
  height: 25px;
  padding: 0;
  background-color: #fff;
}
.flat .scroll-box .scroll-left,
.flat .scroll-box .scroll-right {
  top: 6px;
}
.glib-stats-data .preload {
  top: 165px;
}
.table-6 .col_goals,
.table-6 .col_avg_goals_match {
  color: #b0b0b0;
}
table .even .col_sorted {
  background: #e0e0e0;
}
table .odd .col_sorted {
  background: #efefef;
}
table .highlight .col_sorted,
table .highlight_hover .col_sorted {
  background: none;
}
td.p1,
td.p2,
td.p3,
td.p4,
td.p5,
td.p6,
td.q1,
td.q2,
td.q3,
td.q4,
td.q5,
td.q6,
td.r1,
td.r2,
td.r3,
td.r4 {
  color: #fff !important;
  border-left: none !important;
}
td.p1 {
  background-color: #1EA8EC !important;
}
td.p2 {
  background-color: #6CBCE5 !important;
}
td.p3 {
  background-color: #7F0029 !important;
}
td.p4 {
  background-color: #B5184C !important;
}
td.p5 {
  background-color: #B8860B !important;
}
td.p6 {
  background-color: #DAA520 !important;
}
td.q1 {
  background-color: #004682 !important;
}
td.q2 {
  background-color: #1EA8EC !important;
}
td.q3 {
  background-color: #7F0029 !important;
}
td.q4 {
  background-color: #C71585 !important;
}
td.q5 {
  background-color: #B8860B !important;
}
td.q6 {
  background-color: #DAA520 !important;
}
td.r1 {
  background-color: #BD0000 !important;
}
td.r2 {
  background-color: #A90000 !important;
}
td.r3 {
  background-color: #960000 !important;
}
td.r4 {
  background-color: #820000 !important;
}
td.r5 {
  background-color: #6f0000 !important;
}
td.r6 {
  background-color: #5b0000 !important;
}
td.a1 {
  background-color: #63CB7B !important;
  color: #fff !important;
}
.lineThrough {
    text-decoration: line-through
}

.fontNormal {
    font-weight: 400
}

.fontBold {
    font-weight: 700
}

.fontExtraBold {
    font-weight: 800
}

.no-border-left {
    border-left: 0
}

.draw {
    color: var(--color-secondary-1);
    display: grid;
    grid-auto-columns: minmax(202px,1fr);
    grid-auto-flow: column;
    margin-top: -28px;
    user-select: none
}

body:not(.detailbody) .draw {
    max-height: 70vh
}

.draw__container {
    grid-row-gap: 1px;
    display: grid;
    padding-bottom: 8px
}

.draw__wrapper {
    overflow-x: auto;
    position: relative;
    z-index: 0
}

.draw__round {
    display: grid;
    grid-template-rows: 28px;
    min-width: 202px;
    padding-bottom: 80px;
    row-gap: 12px
}

.draw__round--first .draw__bracket--even {
    bottom: 2px
}

.draw__round--first .draw__bracket--odd {
    top: 2px
}

.draw__round--first .draw__bracket:after {
    width: 8px
}

.draw__round--last .draw__brackets {
    align-content: space-around
}

.draw__round--last .draw__bracket:after {
    border-radius: 0;
    border-right: none;
    left: -8px;
    width: 8px
}

.draw__round--only .draw__bracket:after,.draw__round--only .draw__bracket:before {
    content: none
}

.draw__shadowHeader {
    background-color: var(--color-support-1);
    border-radius: 4px;
    display: flex;
    height: 28px;
    left: 0;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 2
}

.shifter+.draw__wrapper .draw__shadowHeader {
    border-radius: 0 0 4px 4px
}

@media only screen and (max-width: 639px) {
    .shifter+.draw__wrapper .draw__shadowHeader {
        border-radius:0
    }
}

.draw__clearHeader {
    height: 28px;
    left: 0;
    margin-top: -28px;
    width: 100%;
    z-index: 3
}

.draw__clearHeader,.draw__header {
    display: flex;
    position: sticky;
    top: 0
}

.draw__header {
    align-items: center;
    border-radius: 4px;
    color: var(--color-support-4);
    font-size: 11px;
    font-weight: 700;
    grid-row: 1;
    justify-content: center;
    text-transform: uppercase;
    z-index: 2
}

@media only screen and (max-width: 639px) {
    .draw__header {
        border-radius:0
    }
}

.draw__header--final {
    align-items: center;
    background-color: var(--color-support-1);
    border-radius: 4px;
    display: flex;
    font-weight: 700;
    height: 28px;
    justify-content: center;
    margin: 12px 0;
    position: relative;
    z-index: -10
}

.draw__brackets {
    grid-gap: 16px 0;
    display: grid;
    margin: 0 8px;
    z-index: 1
}

.draw__brackets--final {
    z-index: var(--zIndex)
}

.draw__brackets--semiFinaleFirst {
    grid-row-gap: 50px
}

.draw__bracket {
    align-items: center;
    display: grid;
    position: relative;
    z-index: var(--zIndex)
}

.draw__bracket--even:after {
    border-bottom: 1px solid;
    border-bottom-right-radius: 8px;
    bottom: 50%
}

.draw__bracket--odd:after {
    border-top: 1px solid;
    border-top-right-radius: 8px;
    top: 50%
}

.draw__bracket:after {
    border-right: 1px solid;
    border-color: var(--color-combination-8);
    content: "";
    height: 100%;
    position: absolute;
    right: -8px;
    width: calc(100% + 16px);
    z-index: -1
}

.bracket {
    background-color: var(--color-combination-9);
    border: 1px solid var(--color-combination-8);
    border-radius: 8px;
    color: var(--color-combination-2);
    cursor: pointer;
    display: grid;
    grid-template: " homeImage homeParticipant homeResult " 15px " .         .               .          " 4px " awayImage awayParticipant awayResult " 15px/max-content 1fr max-content;
    padding: 12px 8px
}

.bracket--defaultHighlighted,.bracket--highlighted {
    background-color: var(--color-highlight)
}

.bracket--eventless {
    cursor: default
}

.bracket--active {
    background-color: #001e28;
    border-color: #001e28;
    border-radius: 8px 8px 0 0;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.25)
}

.bracket--active,.bracket--active .bracket__image {
    color: var(--color-white)
}

.bracket__participant {
    align-self: center;
    display: flex;
    overflow: hidden
}

.bracket__participant--home {
    grid-area: homeParticipant
}

.bracket__participant--away {
    grid-area: awayParticipant
}

.bracket__name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.bracket__name--advancing {
    font-weight: 800
}

.bracket__image {
    align-self: center;
    color: var(--color-combination-2);
    justify-self: center;
    margin-right: 10px
}

.bracket__image--placeholder {
    height: 15px;
    width: 15px
}

.bracket__image--home {
    grid-area: homeImage
}

.bracket__image--away {
    grid-area: awayImage
}

.bracket__result {
    align-items: center;
    display: grid;
    font-weight: 700;
    grid-auto-columns: minmax(24px,max-content);
    grid-auto-flow: column;
    justify-content: flex-end;
    justify-items: flex-end
}

.bracket__result--home {
    grid-area: homeResult
}

.bracket__result--away {
    grid-area: awayResult
}

.bracket__result--homeAway {
    grid-area: homeResult/homeResult/awayResult
}

.bracket__info {
    color: var(--color-support-3);
    font-weight: 400;
    margin-left: 4px;
    white-space: nowrap
}

.bracket__series {
    box-sizing: border-box;
    padding-bottom: 10px;
    position: absolute;
    top: calc(50% + 30px);
    width: 100%
}

.bracket__series:before {
    border-radius: 0 0 8px 8px;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.25);
    content: "";
    height: calc(100% - 10px);
    position: absolute;
    width: 100%;
    z-index: 1
}

.theme--dark .bracket__series:before {
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.5)
}

.series {
    align-items: center;
    background-color: var(--color-combination-14);
    color: var(--color-combination-2);
    cursor: pointer;
    display: grid;
    grid-template: ". time names . result ." 36px/8px 44px 1fr 8px max-content 8px;
    position: relative;
    text-decoration: none;
    z-index: 2
}

.series:not(:last-of-type) {
    border-bottom: 1px solid var(--color-support-1)
}

.series:last-of-type {
    border-radius: 0 0 8px 8px
}

.series:hover .series__names {
    text-decoration: underline
}

.series__time {
    color: var(--color-support-4);
    grid-area: time
}

.series__names {
    grid-area: names;
    margin-right: auto;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap
}

.cycling.theme--dark .series__names,.mma.theme--dark .series__names,.theme--dark .series__names .basketball,.theme--dark .series__names .cricket,.theme--dark .series__names .motorsport,.theme--dark .series__names .motorsport-auto-racing,.theme--dark .series__names .motorsport-moto-racing,.theme--dark .series__names .rugby-league,.theme--dark .series__names .rugby-union {
    color: #e6e6e6
}

.series__namesDivider {
    padding: 0 3px
}

.series .result {
    font-weight: 700;
    grid-area: result;
    justify-self: flex-end
}

.series .result--empty {
    margin-right: 10px
}

@media only screen and (max-width: 479px) {
    .draw {
        grid-auto-columns:100%;
        margin-top: 0;
        overflow-x: visible;
        transform: translateX(calc(var(--i, 0)*-100%));
        transition: transform .35s ease-out
    }

    .draw__container {
        margin: initial
    }

    .draw__wrapper {
        margin: initial;
        overflow-x: hidden
    }

    .draw__clearHeader,.draw__shadowHeader {
        display: none
    }

    .draw__header {
        background-color: var(--color-support-1);
        display: grid;
        font-size: 12px;
        grid-template: "previous label next" auto/50px 1fr 50px
    }

    .draw__header--final {
        display: flex
    }

    .draw__header .draw__label {
        grid-area: label;
        place-self: center
    }

    .draw__round--first .draw__bracket:after {
        width: 8px
    }

    .draw__round--last .draw__bracket:after {
        left: -16px;
        width: 16px
    }

    .draw__round--last .draw__bracket:before {
        content: none
    }

    .draw__round--last .bracket--even,.draw__round--last .bracket--odd {
        bottom: 0;
        top: 0
    }

    .draw__brackets {
        grid-auto-rows: min-content;
        margin: 0 16px
    }

    .draw__brackets,.draw__round--last .draw__brackets {
        align-content: flex-start
    }

    .draw__brackets--semiFinaleFirst {
        grid-row-gap: 16px
    }

    .draw__bracket--even {
        bottom: 2px
    }

    .draw__bracket--even:before {
        background-color: var(--color-support-1);
        content: "";
        height: 1px;
        left: auto;
        position: absolute;
        right: -16px;
        top: -6px;
        width: 8px
    }

    .draw__bracket--odd {
        top: 2px
    }

    .draw__bracket:after {
        right: -8px;
        width: calc(100% + 24px)
    }

    .draw__arrow {
        align-items: center;
        display: flex;
        height: 100%;
        justify-content: center;
        position: relative;
        top: 0;
        width: 100%
    }

    .draw__arrow:after {
        border-style: solid;
        content: "";
        height: 8px;
        transform: rotate(135deg);
        width: 8px
    }

    .draw__arrow--previous {
        grid-area: previous
    }

    .draw__arrow--previous:after {
        border-width: 0 2px 2px 0
    }

    .draw__arrow--next {
        grid-area: next
    }

    .draw__arrow--next:after {
        border-width: 2px 0 0 2px
    }

    .shifter {
        display: none
    }
}

.drawSkeleton {
    display: grid;
    grid-auto-flow: row;
    grid-auto-rows: auto
}

@media only screen and (min-width: 639px) {
    .drawSkeleton {
        margin:0 8px
    }
}

.draw__wrapper .drawSkeleton {
    margin-top: 0
}

.drawSkeleton__shifter {
    background-color: var(--color-skeleton-1)
}

.drawSkeleton__rounds {
    display: grid;
    grid-auto-columns: minmax(202px,1fr);
    grid-auto-flow: column;
    margin-top: -28px;
    overflow: hidden
}

.drawSkeleton__round {
    grid-gap: 12px;
    display: grid;
    grid-template-rows: 28px
}

.drawSkeleton__header {
    grid-row: 1
}

.drawSkeleton__shadowHeader {
    background-color: var(--color-skeleton-2);
    display: flex;
    height: 28px;
    left: 0;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 2
}

@media only screen and (min-width: 639px) {
    .drawSkeleton__shadowHeader {
        border-radius:4px
    }
}

.drawSkeleton__brackets {
    grid-gap: 16px;
    display: grid
}

.drawSkeleton__bracket {
    align-self: center;
    border: 1px solid var(--color-skeleton-1);
    border-radius: 8px;
    display: grid;
    grid-template: ". .               .               ." auto ". homeParticipant .               ." 13px ". .               .               ." 6px ". awayParticipant awayParticipant ." 13px ". .               .               ." auto/8px 80px 20px 1fr;
    height: 60px;
    margin: 0 8px;
    position: relative
}

.drawSkeleton__bracket:before {
    content: "";
    grid-area: homeParticipant
}

.drawSkeleton__bracket:after {
    content: "";
    grid-area: awayParticipant
}

.drawSkeleton__round:first-of-type .drawSkeleton__bracket:nth-of-type(2n) {
    bottom: 2px
}

.drawSkeleton__round:first-of-type .drawSkeleton__bracket:nth-of-type(odd) {
    top: 2px
}

@media only screen and (max-width: 479px) {
    .drawSkeleton__rounds {
        grid-auto-columns:100%
    }

    .drawSkeleton__rounds .drawSkeleton__round {
        grid-auto-rows: min-content
    }

    .drawSkeleton__rounds .drawSkeleton__round .drawSkeleton__bracket:nth-of-type(2n) {
        bottom: 2px
    }

    .drawSkeleton__rounds .drawSkeleton__round .drawSkeleton__bracket:nth-of-type(odd) {
        top: 2px
    }

    .drawSkeleton__bracket {
        margin: 0 16px
    }

    .drawSkeleton__round .drawSkeleton__header {
        margin-left: 0
    }

    .drawSkeleton__shifter {
        display: none
    }
}

.shifter {
    background-color: var(--color-support-1);
    border-radius: 4px 4px 0 0;
    display: none;
    grid-template: " .           .   .    " 8px " previous    .   next " 28px " .           .   .    " 8px/max-content 1fr max-content;
    padding: 0 16px
}

@media only screen and (max-width: 639px) {
    .shifter {
        border-radius:0
    }
}

.draw__cover .shifter {
    display: grid
}

.playerStatsTableShifter .shifter {
    grid-template: "previous . next" 30px/max-content 1fr max-content;
    padding-top: 5px
}

.playerStatsTableShifter .shifter .shifter__stage {
    height: auto;
    top: 0
}

.shifter__stage {
    align-items: center;
    background-color: var(--color-support-5);
    border-radius: 8px;
    color: var(--color-support-3);
    display: flex;
    font-size: 12px;
    font-weight: 700;
    justify-content: center;
    letter-spacing: .4px;
    position: relative;
    text-transform: uppercase;
    transition: background-color .25s;
    user-select: none
}

.shifter__stage--next:after,.shifter__stage--previous:before {
    background-position: 50%;
    background-repeat: no-repeat;
    content: var(--arrow,url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 15 15'%3E%3Cpath fill='%230f2d37' d='M3.5.685 9.818 7 3.5 13.316l.685.684 7-7-7.001-7L3.5.684z'/%3E%3C/svg%3E"));
    height: 14px;
    padding-left: 5px;
    width: 12px
}

.theme--dark .shifter__stage:not(.shifter__stage--disabled) {
    --arrow: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 15 15'%3E%3Cpath fill='%23eee' d='M3.5.685 9.818 7 3.5 13.316l.685.684 7-7-7.001-7L3.5.684z'/%3E%3C/svg%3E")
}

.shifter__stage--disabled {
    --arrow: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 15 15'%3E%3Cpath fill='%23999' d='M3.5.685 9.818 7 3.5 13.316l.685.684 7-7-7.001-7L3.5.684z'/%3E%3C/svg%3E")
}

.shifter__stage--previous {
    grid-area: previous;
    padding: 0 10px
}

.shifter__stage--previous:before {
    transform: rotate(180deg)
}

.shifter__stage--next {
    grid-area: next;
    padding: 0 10px
}

.shifter__stage:not(.shifter__stage--disabled) {
    color: var(--color-combination-4);
    cursor: pointer
}

.shifter__stage:not(.shifter__stage--disabled):hover {
    background-color: var(--color-combination-12)
}

@media only screen and (max-width: 479px) {
    .draw__cover .shifter {
        display:none
    }
}

.closeButton {
    color: var(--color-secondary-2);
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    margin-left: -8px;
    text-decoration: underline;
    user-select: none
}

.closeButton,.closeButtonLink {
    align-items: center;
    display: flex
}

.closeButton:hover {
    text-decoration: none
}

.closeButton--stream {
    align-items: center;
    color: var(--color-white);
    display: flex;
    margin-right: 16px;
    text-transform: lowercase
}

.closeButton .close-ico {
    height: 12px;
    padding: 8px;
    width: 12px
}

.wrapperHeader {
    display: flex;
    text-transform: lowercase
}

.wrapperHeader .closeButton {
    align-items: center;
    color: var(--color-white);
    display: flex;
    justify-content: center;
    padding: 0 16px 0 8px
}

.wrapperBottom {
    display: flex;
    justify-content: center;
    padding: 8px 0
}

.detailTableDraw #detail {
    background-color: var(--color-support-5);
    min-height: 100vh
}

.detailTableDraw {
    background-color: unset
}

.detailTableDraw.theme--dark {
    background-color: var(--color-support-5)
}

.container__detail {
    display: grid;
    grid-template: " . detail . " minmax(100vh,1fr) /1fr minmax(0,688px) 1fr
}

.container__detailInner {
    background-color: var(--color-support-5);
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    grid-area: detail
}

.header__brand {
    background-color: #001e28;
    display: flex;
    height: 52px
}

.header__logo {
    background-position: 23px 50%;
    background-repeat: no-repeat;
    background-size: auto 20px;
    display: flex;
    flex: 1
}

@media only screen and (max-width: 479px) {
    .header__logo {
        background-position:10px 50%
    }
}

.detailTableDraw .header__logo {
    background-position: 20px 50%
}

._ss .header__logo {
    background-size: auto 16px
}

@media only screen and (max-width: 639px) {
    .header__brand {
        height:44px
    }
}

.table {
    display: grid
}

.table__header {
    border-bottom: 1px solid var(--color-border-4);
    display: flex;
    height: 29px;
    user-select: none
}

.table__headerInfo {
    align-items: center;
    background-color: var(--color-support-1);
    border-radius: 4px 4px 0 0;
    display: flex;
    flex: 1;
    font-size: 11px;
    height: 28px;
    margin-bottom: 1px;
    padding: 0 10px;
    text-transform: uppercase
}

@media only screen and (max-width: 639px) {
    .table__headerInfo {
        border-radius:0
    }
}

.table__headerInfo+.tableWrapper {
    border-radius: 0 0 4px 4px
}

.table__headerInfo:first-of-type {
    border-radius: 0;
    border-top: 1px solid hsla(0,0%,100%,.2)
}

.table__headerCell {
    align-items: center;
    background-color: var(--color-support-1);
    color: var(--color-secondary-2);
    display: flex;
    font-size: 11px;
    justify-content: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 32px
}

.table__headerCell:first-child {
    border-bottom-left-radius: 4px
}

.table__headerCell:last-child {
    border-bottom-right-radius: 4px
}

.table__headerCell--sorted {
    background-color: var(--color-support-3-alpha-30)
}

.table__headerCell--sortable:hover {
    cursor: pointer;
    text-decoration: underline
}

.table__headerCell--participant {
    align-self: center;
    display: block;
    flex: 1 0 100px;
    justify-content: flex-start;
    left: 32px;
    line-height: 29px;
    overflow: hidden;
    padding: 0 10px;
    position: sticky;
    text-overflow: ellipsis;
    top: 0;
    white-space: nowrap;
    width: 100px;
    z-index: 1
}

.table__headerCell--form {
    width: 160px
}

.table__headerCell--rank {
    background-color: var(--color-support-1)!important;
    left: 0;
    position: sticky;
    top: 0;
    width: 32px;
    z-index: 1
}

.table__headerCell--points {
    color: var(--color-secondary-2);
    font-weight: 700
}

.table__cell {
    align-items: center;
    align-self: center;
    background-color: var(--color-support-5);
    color: var(--color-combination-2);
    display: flex;
    height: 35px;
    width: 80px;
}

.table__cell--value {
    justify-content: center
}

.table__cell--forAgainstPercentage,.table__cell--frames,.table__cell--goalsForAgainstDiff,.table__cell--netRunRate,.table__cell--pct,.table__cell--pointsDifference,.table__cell--score,.table__cell--sets {
    width: 48px
}

.golf .table__cell--pointsDifference {
    width: 65px
}

.handball .table__cell--score {
    width: 75px
}

.table__cell--over,.table__cell--under {
    width: 32px
}

.table__cell--runs,.table__cell--totalPoints {
    width: 70px
}

.table__cell--points {
    color: var(--color-secondary-2);
    font-weight: 700
}

.table__cell--live {
    justify-content: flex-end;
    padding-left: 10px;
    width: 36px
}

.table__cell--changedValue {
    align-self: stretch;
    color: var(--color-primary)
}

.table__cell--rank {
    justify-content: center;
    left: 0
}

.table__cell--participant,.table__cell--rank {
    position: sticky;
    position: -webkit-sticky;
    z-index: 1
}

.table__cell--participant {
    background-color: var(--color-combination-21);
    flex-grow: 1;
    flex-shrink: 0;
    left: 32px;
    padding: 0 10px;
    width: 100px
}

.table__cell--participantShadow:after {
    box-shadow: 3px 0 4px 0 rgba(var(--color-alpha-2),.08);
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    width: 5px
}

.table__cell--form {
    align-items: center;
    display: flex;
    grid-area: form;
    justify-content: flex-start;
    line-height: 14px;
    padding: 0 10px;
    width: 140px
}

.table__cell--sorted.table__cell--changedValue,.table__cell--sorted.table__cell--value,.table__cell--sorted:not(:first-child) {
    background: var(--color-support-2-alpha-15)
}

.table__cell--highlighted {
    background-color: rgba(var(--color-support-2-rgb),.15)!important
}

.table__cell--greyedOut {
    color: var(--color-text-2)
}

.table__body {
    display: grid;
    grid-auto-rows: 36px
}

.table__row {
    border-bottom: 1px solid var(--color-support-1);
    box-sizing: border-box;
    display: flex;
    height: 36px
}

.table__row>* {
    flex-shrink: 0
}

.table__row--selected .table__cell {
    background-color: var(--color-highlight)
}

.table__row--selected .tableCellParticipant__name {
    color: var(--color-combination-26);
    font-weight: 700
}

.table__row--highlighted .table__cell {
    background-color: var(--color-support-2-alpha-20)
}

.table__row:first-of-type .table__cell--participantShadow:after {
    bottom: 100%;
    box-shadow: 3px 0 4px 0 rgba(var(--color-alpha-2),.08);
    content: "";
    display: flex;
    height: calc(100% + 3px);
    position: absolute;
    right: 0;
    width: 10px
}

.table__legend,.table__note {
    margin-top: 16px
}

.table__sortArrow {
    color: var(--color-draw-text,var(--color-sport-secondary-body));
    height: 4px;
    margin-left: 3px;
    position: relative;
    width: 6px
}

.table__sortArrow--desc {
    transform: rotate(180deg)
}

@media only screen and (max-width: 639px) {
    .tournamentTableDraw__filter {
        --filterGroup-paddingTop:0
    }
}

.tournamentTableDraw__filter--extra {
    --filter-borderBottom: 1px solid var(--color-support-1);
    --filterGroup-paddingBottom: 12px
}

.detailTableDraw .tournamentTableDraw__filter--extra {
    margin: 12px -12px 0;
    padding: 0 12px
}

@media only screen and (max-width: 639px) {
    .detailTableDraw .tournamentTableDraw__filter--extra {
        margin:12px 0 0;
        padding: initial
    }
}

.detailTableDraw .tournamentTableDraw__filter,.tournamentTableDraw__filter--extra+#tournament-table-tabs-and-content>.tournamentTableDraw__filter {
    margin-top: 12px
}

.tournamentTableDraw__subFilter .tournamentTableMobileResolver {
    padding-right: 0
}

.tournamentTableDraw__subFilter .subFilter__group {
    grid-auto-columns: auto
}

.tournamentTableDraw__subFilter .subFilter__group:empty {
    display: none
}

#tournament-table {
    background-color: var(--color-combination-9);
    border-radius: 8px;
    margin: 10px 0;
    padding: 16px 12px
}

.detailTableDraw #tournament-table {
    margin: 0 0 10px;
    padding: 0 12px 16px
}

@media only screen and (max-width: 639px) {
    #tournament-table {
        border-radius:0;
        padding: 16px 0
    }

    .detailTableDraw #tournament-table {
        padding: 0 0 16px
    }
}

.container__detail #tournament-table-tabs-and-content {
    padding: 0 12px
}

@media only screen and (max-width: 639px) {
    .container__detail #tournament-table-tabs-and-content {
        padding:0
    }
}

.subFilter+div div .tableWrapper:first-child {
    border-radius: 0
}

.subFilter:empty+div div .tableWrapper:first-child,.tableWrapper {
    border-radius: 4px
}

.tableWrapper {
    margin-bottom: 12px;
    overflow-x: auto
}

.tableWrapper:last-of-type {
    margin-bottom: 0
}

@media only screen and (max-width: 639px) {
    .tableWrapper:not(:first-child) {
        border-radius:0
    }
}

.tableCellHtFtValue {
    align-items: center;
    border-radius: 4px;
    display: flex;
    height: 20px;
    justify-content: center;
    width: 20px
}

.tableCellHtFtValue--highlighted {
    background-color: var(--color-combination-20);
    color: var(--color-white)
}

.tableCellParticipant {
    align-items: center;
    display: flex;
    padding-right: 10px;
    width: 100%
}

.tableCellParticipant__block {
    align-items: center;
    display: flex;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.tableCellParticipant__image {
    display: flex;
    margin-right: 8px
}

.tableCellParticipant__image>img {
    height: 20px;
    width: 20px
}

.tableCellParticipant__name {
    color: var(--color-combination-2);
    cursor: pointer;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap
}

.tableCellParticipant__name:hover {
    text-decoration: underline
}

.tableCellParticipant__promotionIcon {
    display: flex;
    height: 11px;
    margin-left: 5px;
    width: 11px
}

@media only screen and (max-width: 639px) {
    .tableCellParticipant__promotionIcon {
        width:12px
    }
}

.tableCellRank {
    align-items: center;
    border-radius: 4px;
    display: flex;
    font-size: 12px;
    font-weight: 700;
    height: 20px;
    justify-content: center;
    width: 20px
}

.tableCellPoints {
    align-self: stretch;
    text-decoration: underline
}

.tableCellFormIcon {
    border-radius: 4px
}

.tableCellFormIcon:first-child:not(.tableCellFormIcon--TBD) {
    margin-left: 24px
}

.tableCellFormIcon:not(:last-child) {
    margin-right: 4px
}

.tableCellFormIcon>* {
    outline: none
}

.tableCellTeamLogoPlaceholder {
    color: var(--color-combination-2);
    flex-shrink: 0;
    height: 20px;
    margin-right: 8px;
    width: 20px
}

.liveScore {
    align-items: center;
    background-color: var(--color-draw);
    border-radius: 4px;
    color: var(--color-white);
    cursor: pointer;
    display: flex;
    font-weight: 700;
    padding: 2px 5px;
    text-align: center
}

.liveScore:empty {
    display: none
}

.liveScore:hover {
    text-decoration: underline
}

.liveScore--isWinning {
    background-color: var(--color-win)
}

.liveScore--isLosing {
    background-color: var(--color-red)
}

.positionChange {
    align-self: center;
    display: flex;
    padding-left: 5px
}

.positionChange--up {
    color: var(--color-win)
}

.positionChange--down {
    color: var(--color-red)
}

.positionChange__arrow {
    height: 6px
}

.positionChange__arrow--down {
    transform: rotate(180deg)
}

.tableLegend {
    display: grid;
    grid-template: " rank .    info " max-content " note .    info " auto/auto 16px auto;
    justify-content: space-between;
    margin: 10px 10px 0
}

.tableLegend__info {
    display: grid;
    grid-area: info;
    grid-auto-flow: row;
    grid-auto-rows: min-content;
    max-width: max-content;
    row-gap: 10px
}

.tableLegend__note {
    color: var(--color-support-4);
    display: flex;
    font-family: LivesportFinderLatin;
    font-size: 12px;
    grid-area: note
}

.tableLegend__rank {
    display: grid;
    grid-area: rank;
    row-gap: 6px
}

.tableLegend__rank:not(:empty) {
    margin-bottom: 16px
}

.tableLegend__row {
    color: var(--color-secondary-2);
    font-family: LivesportFinderLatin
}

.tableLegend__infoLegendRow,.tableLegend__row {
    align-items: center;
    display: flex;
    font-size: 12px
}

.tableLegend__infoLegendRow {
    border-radius: 4px;
    box-sizing: border-box;
    color: var(--color-support-4)
}

.tableLegend__infoIcon {
    flex-shrink: 0;
    height: 14px;
    margin-right: 6px;
    padding: 2px 0;
    width: 14px
}

.tableLegend__coloredSquare {
    border-radius: 4px;
    height: 14px;
    margin-right: 10px;
    min-width: 14px;
    width: 14px
}

@media only screen and (max-width: 550px) {
    .tableLegend {
        grid-template:" rank " auto " info " auto " note " auto/1fr
    }

    .tableLegend__info:not(:empty) {
        justify-content: flex-start;
        margin-bottom: 10px
    }

    .tableLegend__infoLegendRow {
        justify-self: flex-start;
        width: 100%
    }
}

.topScorers__tableWrapper {
    overflow-x: auto
}

.topScorers__row {
    align-items: center;
    border-bottom: 1px solid var(--color-support-1);
    display: flex
}

.topScorers__row a {
    color: var(--color-combination-2)
}

.topScorers__row--selected .topScorers__cell,.topScorers__row--selected .topScorers__participantCell {
    background-color: var(--color-highlight)
}

.topScorers__row--selected .topScorersParticipant {
    color: var(--color-combination-26);
    font-weight: 700
}

.topScorers__row:first-of-type .topScorers__cell--participantShadow:after {
    bottom: 100%;
    box-shadow: 3px 0 4px 0 rgba(var(--color-alpha-2),.08);
    content: "";
    display: flex;
    height: calc(100% + 3px);
    position: absolute;
    right: 0;
    width: 10px
}

.topScorers__emptyRow {
    line-height: 28px;
    padding: 0 10px
}

.topScorers__headerCell {
    width: 32px
}

.topScorers__headerCell--rank {
    color: var(--color-secondary-2);
    font-weight: 700;
    left: 0;
    position: sticky;
    top: 0;
    width: 32px;
    z-index: 1
}

.topScorers__headerCell--player,.topScorers__headerCell--team {
    flex-grow: 1;
    justify-content: flex-start;
    padding: 0 10px;
    width: 100px
}

.topScorers__headerCell--player {
    left: 32px;
    position: sticky;
    top: 0;
    z-index: 1
}

.topScorers__headerCell--goals,.topScorers__headerCell--points {
    color: var(--color-secondary-2);
    font-weight: 700;
    width: 48px!important
}

.floorball .topScorers__headerCell--goals,.hockey .topScorers__headerCell--goals {
    color: inherit;
    font-weight: 400
}

.topScorers__participantCell {
    align-items: center;
    background-color: var(--color-support-5);
    display: flex;
    flex-grow: 1;
    height: 100%;
    text-decoration: none
}

.topScorers__participantCell--withoutTeam {
    background-color: var(--color-support-5);
    flex-grow: 1;
    height: 100%;
    overflow: hidden;
    padding: 0 10px;
    width: 100px
}

.topScorers__participantCell--player {
    left: 32px;
    position: sticky;
    top: 0;
    width: 120px
}

.topScorers__participantCell:not(.topScorers__participantCell--player) {
    display: block;
    line-height: 36px;
    overflow: hidden;
    padding: 0 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100px
}

.topScorers__participantCell:not(.topScorers__participantCell--player):hover {
    text-decoration: underline
}

.topScorers__participantCell span {
    margin-right: 8px
}

.topScorers__cell {
    align-items: center;
    background-color: var(--color-support-5);
    display: flex;
    flex-shrink: 0;
    height: 100%;
    justify-content: center;
    width: 32px
}

.topScorers__cell--rank {
    color: var(--color-secondary-2);
    font-weight: 700;
    left: 0;
    position: sticky;
    top: 0
}

.topScorers__cell--goals,.topScorers__cell--points {
    color: var(--color-secondary-2);
    font-weight: 700;
    width: 48px!important
}

.floorball .topScorers__cell--goals,.hockey .topScorers__cell--goals {
    color: inherit;
    font-weight: 400
}

.soccer .topScorers__cell--gray {
    color: var(--color-text-2)
}

.topScorers__cell--sorting {
    background-color: var(--color-support-2-alpha-15)
}

.topScorers__cell--participantShadow {
    box-shadow: 3px 0 4px 0 rgba(var(--color-alpha-2),.08)
}

.topScorers__showMore {
    align-items: center;
    cursor: pointer;
    display: flex;
    font-weight: 700;
    height: 28px;
    justify-content: center;
    margin-top: 16px;
    text-decoration: underline
}

.topScorers__showMore:hover {
    text-decoration: none
}

.topScorers__showMore--arrow {
    height: 12px;
    margin-left: 4px;
    margin-top: 2px;
    transform: rotate(-90deg);
    width: 12px
}

.topScorers__dropDowns {
    grid-column-gap: 8px;
    background: var(--color-support-1);
    border-radius: 4px 4px 0 0;
    display: grid;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    margin-bottom: 1px;
    padding: 8px
}

@media only screen and (max-width: 639px) {
    .topScorers__dropDowns {
        border-radius:0
    }
}

.topScorers__dropDowns .topScorersFilter {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: flex-end
}

.topScorers__dropDowns--showResolvers {
    grid-auto-flow: row;
    grid-template-rows: 36px;
    padding: 0
}

.topScorers__dropDowns--showResolvers .topScorersFilter {
    outline: none
}

.topScorers__dropDowns--showResolvers svg.filter-ico,.topScorers__dropDowns--showResolvers svg.topScorers__closeButton {
    color: var(--color-secondary-2);
    margin: 0 10px 4px
}

.topScorers__dropDowns--showResolvers svg.topScorers__closeButton {
    height: 11px;
    width: 11px
}

.topScorers__dropDowns--showResolvers .topScorersFilter__dropdowns {
    grid-row-gap: 8px;
    display: grid;
    padding: 0 8px 8px
}

.topScorersParticipant {
    align-items: center;
    display: block;
    overflow: hidden;
    padding: 0 10px;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap
}

.topScorersParticipant .flag {
    display: inline-block;
    height: 14px;
    vertical-align: middle;
    width: 21px
}

.topScorersParticipant--clickable:hover {
    text-decoration: underline
}

.tournamentTableMobileResolver {
    align-self: center;
    display: none;
    justify-self: flex-end;
    padding-right: 8px
}

.tournamentTableMobileResolver--open {
    display: flex
}

div[id^=glib-stats-submenu-form-] .tournamentTableMobileResolver,div[id^=glib-stats-submenu-ht_ft] .tournamentTableMobileResolver,div[id^=glib-stats-submenu-over_under] .tournamentTableMobileResolver {
    display: none
}

.subTabs--noData .tournamentTableMobileResolver {
    padding-bottom: 3px
}

.tournamentTableMobileResolver__icon {
    align-items: center;
    border-radius: 8px;
    color: var(--color-combination-16);
    cursor: pointer;
    display: flex;
    height: 16px;
    justify-content: center;
    padding: 6px;
    width: 16px
}

.tournamentTableMobileResolver__icon--selected,.tournamentTableMobileResolver__icon:hover {
    background-color: var(--color-combination-10);
    color: var(--color-combination-3)
}

.tournamentTableMobileResolver__icon--simplified {
    margin-right: 4px
}

.tournamentTablesTabSkeleton__skeleton {
    display: grid;
    grid-auto-flow: row
}

.tournamentTablesTabSkeleton__skeletonTabs {
    grid-column-gap: 8px;
    display: grid;
    grid-template-columns: 80px 45px 60px 50px;
    margin-bottom: 16px
}

.tournamentTablesTabSkeleton__skeletonTab {
    background-color: var(--color-skeleton-1);
    border-radius: 8px
}

.tournamentTablesTabSkeleton__skeletonTab:first-child {
    background-color: var(--color-skeleton-2)
}

.tournamentTablesTabSkeleton__skeletonSubtabs {
    grid-column-gap: 8px;
    background-color: var(--color-skeleton-2);
    border-radius: 4px 4px 0 0;
    display: grid;
    grid-template-columns: 100px;
    margin-bottom: 1px
}

.tournamentTablesTabSkeleton__skeletonSubTab {
    background-color: var(--color-support-1);
    border-radius: 8px;
    margin: 8px 12px
}

.tournamentTablesTabSkeleton__skeletonHeader {
    align-content: center;
    background-color: var(--color-skeleton-1);
    display: grid;
    grid-template: " .    rank .    .    participant .   .    z    .    .    g    .    .    b    . " 13px/11px 10px 11px 10px 80px 1fr 14px 12px 14px 18px 28px 18px 18px 12px 18px;
    height: 29px
}

@media only screen and (min-width: 639px) {
    .tournamentTablesTabSkeleton__skeletonHeader {
        border-radius:4px
    }

    .tournamentTablesTabSkeleton__skeletonHeader--withTabs {
        border-radius: 0 0 4px 4px
    }
}

.tournamentTablesTabSkeleton__skeletonHeaderCell {
    background-color: var(--color-skeleton-2)
}

.tournamentTablesTabSkeleton__skeletonHeaderCell:first-child {
    grid-area: rank
}

.tournamentTablesTabSkeleton__skeletonHeaderCell:nth-child(2) {
    grid-area: participant
}

.tournamentTablesTabSkeleton__skeletonHeaderCell:nth-child(3) {
    grid-area: z
}

.tournamentTablesTabSkeleton__skeletonHeaderCell:nth-child(4) {
    grid-area: g
}

.tournamentTablesTabSkeleton__skeletonHeaderCell:nth-child(5) {
    grid-area: b
}

.tournamentTablesTabSkeleton__skeletonRow {
    align-content: center;
    border-bottom: 1px solid var(--color-skeleton-1);
    display: grid;
    grid-template: " .    rank .    .    participant .   .    z    .    .    g    .    .    b    . " 13px/11px 10px 11px 10px 80px 1fr 14px 12px 14px 18px 28px 18px 18px 12px 18px;
    height: 35px
}

.tournamentTablesTabSkeleton__skeletonRow:first-of-type,.tournamentTablesTabSkeleton__skeletonRow:nth-of-type(6) {
    grid-template-columns: 11px 10px 11px 10px 100px 1fr 14px 12px 14px 18px 28px 18px 18px 12px 18px
}

.tournamentTablesTabSkeleton__skeletonRow:nth-of-type(2),.tournamentTablesTabSkeleton__skeletonRow:nth-of-type(5) {
    grid-template-columns: 11px 10px 11px 10px 120px 1fr 14px 12px 14px 18px 28px 18px 18px 12px 18px
}

.tournamentTablesTabSkeleton__skeletonRow:nth-of-type(3),.tournamentTablesTabSkeleton__skeletonRow:nth-of-type(9) {
    grid-template-columns: 11px 10px 11px 10px 90px 1fr 14px 12px 14px 18px 28px 18px 18px 12px 18px
}

.tournamentTablesTabSkeleton__skeletonRow:nth-of-type(4) {
    grid-template-columns: 11px 10px 11px 10px 75px 1fr 14px 12px 14px 18px 28px 18px 18px 12px 18px
}

.tournamentTablesTabSkeleton__skeletonRow:nth-of-type(7) {
    grid-template-columns: 11px 10px 11px 10px 65px 1fr 14px 12px 14px 18px 28px 18px 18px 12px 18px
}

.tournamentTablesTabSkeleton__skeletonRow :first-of-type {
    grid-area: rank
}

.tournamentTablesTabSkeleton__skeletonRow :nth-of-type(2) {
    grid-area: participant
}

.tournamentTablesTabSkeleton__skeletonRow :nth-of-type(3) {
    grid-area: z
}

.tournamentTablesTabSkeleton__skeletonRow :nth-of-type(4) {
    grid-area: g
}

.tournamentTablesTabSkeleton__skeletonRow :nth-of-type(5) {
    grid-area: b
}

.tournamentHeader {
    align-items: center;
    border-bottom: 1px solid var(--color-support-1);
    box-sizing: border-box;
    color: var(--color-support-4);
    display: flex;
    font-size: 12px;
    font-weight: 700;
    justify-content: space-between;
    min-height: 38px;
    padding: 5px 10px;
    text-transform: uppercase
}

._ass .tournamentHeader {
    padding-left: 24px
}

@media only screen and (max-width: 479px) {
    ._ass .tournamentHeader {
        padding-left:10px
    }
}

@media only screen and (max-width: 639px) {
    .tournamentHeader {
        line-height:28px
    }
}

.theme--dark .tournamentHeader__participantImg {
    border: 4px solid transparent;
    border-radius: 4px
}

.detailTableDraw .tournamentHeader {
    box-sizing: border-box;
    line-height: 18px;
    margin-left: -12px;
    min-height: 42px;
    padding: 5px 20px;
    white-space: normal;
    width: calc(100% + 24px)
}

@media only screen and (max-width: 639px) {
    .detailTableDraw .tournamentHeader {
        margin-left:0;
        width: 100%
    }
}

.tournamentHeader__content {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center
}

.tournamentHeader__flagIcon .flag {
    display: flex;
    height: 12px;
    overflow: hidden;
    width: 18px
}

.tournamentHeader__country a,.tournamentHeader__sportNav a {
    text-decoration: none
}

.tournamentHeader__country a:hover,.tournamentHeader__sportNav a:hover {
    text-decoration: underline
}

.tournamentHeader__sportContent {
    align-items: center;
    display: flex;
    margin-right: 8px
}

@media only screen and (max-width: 639px) {
    .tournamentHeader__sportContent {
        overflow-x:auto;
        white-space: nowrap
    }
}

.tournamentHeader__sportNavWrapper {
    -webkit-text-size-adjust: 100%;
    padding-left: 20px
}

.tournamentHeader__sportNav {
    display: inline-block;
    font-weight: 700;
    margin-right: 20px;
    position: relative;
    transform: translateX(-7px)
}

.tournamentHeader__sportNav a {
    align-items: center;
    display: flex
}

.tournamentHeader__sportNav svg {
    height: 14px;
    margin-right: 8px;
    width: 14px
}

@media only screen and (max-width: 479px) {
    .tournamentHeader__sportNav svg {
        margin-left:-14px;
        transform: translateX(2px)
    }
}

.tournamentHeader__sportNav:after {
    border-style: solid;
    border-width: .15625em .15625em 0 0;
    color: var(--color-support-3);
    content: "";
    display: inline-block;
    height: 4px;
    position: absolute;
    right: -15px;
    top: 4px;
    transform: rotate(45deg);
    width: 4px
}

@media only screen and (max-width: 639px) {
    .tournamentHeader__sportNav:after {
        top:11px
    }
}

.tournamentHeader__line_through {
    text-decoration: line-through
}

.tournamentHeader__participantHeader>a {
    font-size: 14px;
    font-weight: 700
}

.tournamentHeader__participantImg {
    align-self: center;
    background: #fff;
    border: 1px solid var(--color-support-1);
    border-radius: 8px;
    display: flex;
    flex-shrink: 0;
    overflow: hidden;
    padding: 4px
}

.tournamentHeader__participantImg img {
    height: 74px;
    width: 74px
}

.tournamentHeader__participantHeaderWrap {
    display: flex;
    padding: 10px 10px 0
}

.tournamentHeader__participantNameWrap {
    font-size: 22px;
    font-weight: 700
}

.tournamentHeader__participantNameSeparator {
    padding: 0 4px
}

.tournamentHeader__participantHeaderFavorite {
    align-items: center;
    align-self: center;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%;
    z-index: 1
}

.tournamentHeader__participantHeaderBirth,.tournamentHeader__participantHeaderRank {
    font-weight: 700
}

.tournamentHeader__participantHeaderInfo {
    color: var(--color-support-4);
    line-height: 13px;
    margin-top: 8px
}

.tournamentHeader__participantHeaderInfo>a:hover {
    text-decoration: underline
}

.tournamentHeader__dropdown {
    --button-border: 1px solid var(--color-support-1);
    --option-justifyContent: center;
    --arrow-marginLeft: 12px;
    --button-padding: 0 13px
}

@media only screen and (max-width: 639px) {
    .tournamentHeader__participantImg img {
        height:60px;
        width: 60px
    }
}

.topScorers__skeleton {
    display: grid;
    grid-auto-flow: row;
    grid-template-rows: 36px 29px
}

.topScorers__skeleton__dropDowns {
    background-color: var(--color-skeleton-2)
}

@media only screen and (min-width: 639px) {
    .topScorers__skeleton__dropDowns {
        border-radius:4px 4px 0 0
    }
}

.topScorers__skeleton__header {
    background-color: var(--color-skeleton-1)
}

@media only screen and (min-width: 639px) {
    .topScorers__skeleton__header {
        border-radius:0 0 4px 4px
    }
}

.topScorers__skeleton__rows {
    display: grid;
    grid-auto-flow: row;
    grid-auto-rows: 29px
}

.topScorers__skeleton__row {
    border-bottom: 1px solid var(--color-skeleton-1);
    display: grid;
    grid-template: " .    .           .    .      . " auto " .    participant team points . " 13px " .    .           .    .      . " auto/10px 1fr 1fr 30px 10px
}

.topScorers__skeleton__row:first-of-type:before,.topScorers__skeleton__row:nth-of-type(11):before,.topScorers__skeleton__row:nth-of-type(4):before,.topScorers__skeleton__row:nth-of-type(8):before {
    width: 110px
}

.topScorers__skeleton__row:first-of-type:after,.topScorers__skeleton__row:nth-of-type(10):before,.topScorers__skeleton__row:nth-of-type(11):after,.topScorers__skeleton__row:nth-of-type(2):before,.topScorers__skeleton__row:nth-of-type(4):after,.topScorers__skeleton__row:nth-of-type(5):before,.topScorers__skeleton__row:nth-of-type(7):before,.topScorers__skeleton__row:nth-of-type(8):after {
    width: 90px
}

.topScorers__skeleton__row:nth-of-type(10):after,.topScorers__skeleton__row:nth-of-type(2):after,.topScorers__skeleton__row:nth-of-type(5):after,.topScorers__skeleton__row:nth-of-type(7):after {
    width: 100px
}

.topScorers__skeleton__row:nth-of-type(12):before,.topScorers__skeleton__row:nth-of-type(3):before,.topScorers__skeleton__row:nth-of-type(6):before,.topScorers__skeleton__row:nth-of-type(9):before {
    width: 120px
}

.topScorers__skeleton__row:nth-of-type(12):after,.topScorers__skeleton__row:nth-of-type(3):after,.topScorers__skeleton__row:nth-of-type(6):after,.topScorers__skeleton__row:nth-of-type(9):after {
    width: 110px
}

.topScorers__skeleton__row:before {
    grid-area: participant
}

.topScorers__skeleton__row:after {
    grid-area: team;
    margin-left: 10px
}

.topScorers__skeleton__row div {
    grid-area: points
}

.topScorers__skeleton__row:after,.topScorers__skeleton__row:before {
    content: ""
}

