ftb-stage-table {
  overflow: hidden;
  display: block;
}
ftb-stage-table .ftb-stage-table__wrapper {
  width: 100%;
  overflow: hidden;
  display: block;
}
ftb-stage-table .head {
  display: flex;
  align-items: center;
  overflow: hidden;
}
ftb-stage-table .head a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
ftb-stage-table .body {
  overflow: hidden;
}
ftb-stage-table .body a {
  display: block;
}
ftb-stage-table .body a .row {
  display: flex;
  align-items: center;
  overflow: hidden;
}
ftb-stage-table .head > div,
ftb-stage-table .head .row > div,
ftb-stage-table .body > div,
ftb-stage-table .body .row > div {
  text-align: center;
}
ftb-stage-table .head a,
ftb-stage-table .body a {
  display: block;
}
ftb-stage-table .head .position,
ftb-stage-table .body .position {
  text-align: center;
}
ftb-stage-table .head .chess-game,
ftb-stage-table .body .chess-game {
  min-height: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
ftb-stage-table .head .chess-game .game a,
ftb-stage-table .body .chess-game .game a {
  display: flex;
}
ftb-stage-table .head .name,
ftb-stage-table .body .name {
  flex: 1;
  display: flex;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
ftb-stage-table .head .gd,
ftb-stage-table .body .gd {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}