.square {
  width: 100px;
  height: 100px;
  background: #eee;
  font-size: 800%;
  line-height:1em;
  text-align:center;
}

#sudokuboard table, th, td {
  border: 1px solid black;
}