/* Comment Generated by Combres - Resource '~/content/games/temposudoku.css' (Mode: Static) */.overlay {
  margin: 1px;
}
#gameContent {
  background-color: rgba(0, 0, 0, 0.07);
  border: solid 1px rgba(0, 0, 0, 0.09);
  background: #cde0ed;
  min-height: 526px;
}
#gameContent *:not(input) {
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.floating-sudoku-digit {
  position: absolute;
  font-size: 120px;
  color: rgba(43, 96, 138, 0.1);
  font-weight: bold;
}
