ftb-stage-table-stories ftb-stage-table {
  max-width: 750px;
}
ftb-stage-table-stories ftb-stage-table.narrow {
  width: 270px;
}
ftb-stage-table-stories .chess-table-wrapper {
  overflow-x: auto;
  margin-bottom: 100px;
  padding: 2px;
}
ftb-stage-table-stories .chess-table-wrapper ftb-stage-table {
  max-width: 1600px;
  width: 1600px;
  margin-bottom: 20px;
}
ftb-stage-table-stories ftb-stage-table {
  border-radius: 20px;
  background: #fafafa;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
}
ftb-stage-table-stories ftb-stage-table .head {
  font-size: 14px;
  background: #f2f2f2;
  font-weight: 700;
  height: 50px;
  border-bottom: 1px solid #ccc;
}
ftb-stage-table-stories ftb-stage-table .head .name {
  margin-left: 5px;
}
ftb-stage-table-stories ftb-stage-table .head .chess-game {
  border-left: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: center;
}
ftb-stage-table-stories ftb-stage-table .head .chess-game + .games {
  border-left: 1px solid #eee;
}
ftb-stage-table-stories ftb-stage-table .head ftb-team-logo {
  height: 30px;
  width: 30px;
  margin: 0 auto;
}
ftb-stage-table-stories ftb-stage-table .head .wdl,
ftb-stage-table-stories ftb-stage-table .head .gd {
  font-size: 12px !important;
}
ftb-stage-table-stories ftb-stage-table stencil-route-link {
  color: #2e2e2e;
  cursor: pointer;
}
ftb-stage-table-stories ftb-stage-table stencil-route-link:not(:last-of-type) .row {
  border-bottom: 1px solid #eee;
}
ftb-stage-table-stories ftb-stage-table stencil-route-link:hover .name {
  text-decoration: underline;
}
ftb-stage-table-stories ftb-stage-table .row {
  padding: 10px 0;
  font-size: 13px;
}
ftb-stage-table-stories ftb-stage-table .row > div:not(:last-of-type) {
  height: 30px;
  display: flex;
  align-items: center;
}
ftb-stage-table-stories ftb-stage-table .row > div:not(:last-of-type):not(.name) {
  justify-content: center;
}
ftb-stage-table-stories ftb-stage-table .row .wdl,
ftb-stage-table-stories ftb-stage-table .row .gd {
  font-size: 12px !important;
}
ftb-stage-table-stories ftb-stage-table .row .chess-game + .games {
  border-left: 1px solid #eee;
}
ftb-stage-table-stories ftb-stage-table .row .chess-game {
  border-left: 1px solid #eee;
  font-size: 10px;
  font-weight: 700;
}
ftb-stage-table-stories ftb-stage-table .row .chess-game.stub {
  position: relative;
}
ftb-stage-table-stories ftb-stage-table .row .chess-game.stub::after {
  display: block;
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 6px;
  width: 6px;
  background: #999;
  border-radius: 50%;
}
ftb-stage-table-stories ftb-stage-table .row .chess-game .game {
  color: white;
  border-radius: 5px;
  margin: 2px 0;
  padding: 3px 10px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
}
ftb-stage-table-stories ftb-stage-table .row .chess-game .game.w {
  background: #679e66;
}
ftb-stage-table-stories ftb-stage-table .row .chess-game .game.d {
  background: goldenrod;
}
ftb-stage-table-stories ftb-stage-table .row .chess-game .game.l {
  background: #8c3636;
}
ftb-stage-table-stories ftb-stage-table .row.base-team {
  font-weight: 600;
  background: #fff2af;
}
ftb-stage-table-stories ftb-stage-table .row.base-team.highlighted-0 {
  background: #e3ffb8;
}
ftb-stage-table-stories ftb-stage-table .row.base-team.highlighted-1 {
  background: #ffebeb;
}
ftb-stage-table-stories ftb-stage-table .row ftb-team-logo {
  height: 30px;
  width: 30px;
  margin: 0 10px;
}
ftb-stage-table-stories ftb-stage-table .row .diff {
  font-size: 9px;
  margin-top: -11px;
}
ftb-stage-table-stories ftb-stage-table .form {
  width: 90px;
}
ftb-stage-table-stories ftb-stage-table .form i {
  height: 9px;
  width: 9px;
  margin: 2px;
  border-radius: 3px;
  display: inline-block;
}
ftb-stage-table-stories ftb-stage-table .form i.w {
  background: #01ad87;
}
ftb-stage-table-stories ftb-stage-table .form i.d {
  background: #e2bf00;
}
ftb-stage-table-stories ftb-stage-table .form i.l {
  background: #ed4c4c;
}
ftb-stage-table-stories .table-container.basic {
  width: 750px;
  height: 662px;
}
ftb-stage-table-stories .table-container.short {
  width: 750px;
  height: 305px;
}
ftb-stage-table-stories .table-container.short.narrow {
  width: 270px;
}
ftb-stage-table-stories .table-container.two-teams {
  height: fit-content;
}
ftb-stage-table-stories .skeleton {
  border-radius: 20px;
  background: #fafafa;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-bottom: 20px;
}
ftb-stage-table-stories .skeleton .table-head {
  font-size: 14px;
  background: #f2f2f2;
  font-weight: 700;
  height: 50px;
  border-bottom: 1px solid #ccc;
}
ftb-stage-table-stories .skeleton .table-body {
  padding: 10px;
}
ftb-stage-table-stories .skeleton ion-skeleton-text {
  height: 30px;
  margin: 18px 10px;
  --border-radius: 10px;
  width: calc(100% - 20px);
}