.game_table {
}

.game_table .cell.bright {
  border-right-color: #fc0ed3;
}

.game_table .cell.bbottom {
  border-bottom-color: #fc0ed3;
}

.game_table .cell.broken {
  background-color: #fc0ed3;
}

.game_table .cell.not::after {
  content: '×';
}

.bottom_controls {
  position: relative;
}

.text_left {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 15px;
}

.finish_controls {
  margin: 5px;

  border: 2px solid #ff8aac;
}
.level_control {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #ff8aac;
  margin: 2px;
  padding: 2px 5px;
}
.btn {
  display: block;
  margin: 0 5px;
}
.level {
  display: block;
  font-size: 20px;
  margin: 2px;
  padding: 2px;
  color: #ff8aac;
  background: transparent;
  border: none;
  outline: none;
}

details {
  color: #ff8aac;
}


.game_table.show-numbers .cell div.numbers1 {
  display: none;
}
.game_table.show-numbers1 .cell div.numbers1 {
  display: block;
}