.room_players_t_c2 > div:last-child,
.room_players_t_a2 > div:last-child {
  margin-bottom: 6px !important;
}

table.room_players_t {
  display: flex;
  flex-direction: column;
  width: 100%;
}

table.room_players_t tbody > tr {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 0.4fr 1fr;
}

table.room_players_t tbody > tr:first-child td:first-child,
table.room_players_t tbody > tr:first-child td:last-child {
  width: 100%;
}

table.room_players_t tbody > tr:first-child td:first-child {
  justify-self: flex-end;
}

table.room_players_t .room_players_t_a2,
table.room_players_t .room_players_t_b2,
table.room_players_t .room_players_t_c2 {
  position: static !important;
}

table.room_players_t tbody > tr:nth-child(3) > td {
  grid-column: 1 / -1;
}