/* src/game.module.css */
.game_column {
  display: flex;
  flex-direction: column;
  position: relative;
}
.game_scrollableColumns {
  max-width: 100%;
  overflow-x: scroll;
  flex: 1;
  display: flex;
  flex-direction: row;
}
.game_scoreColumn {
}
.game_scoreLeftColumn {
  border-right: 1px solid lightgrey;
}
.game_scoreColumn > div {
  text-align: center;
  text-wrap: nowrap;
  padding: 4px;
  min-height: 20px;
}
.game_row {
  display: flex;
  flex-direction: row;
}
/*# sourceMappingURL=index.css.map */
