#sudoku { margin: 0 auto; }
.sudoku { width: 456px; height: 456px; border: 2px solid #000; }
.sudokuhokje,.sudokuhokjeHighlighted { width: 46px; height: 46px; float: left; border: 1px solid #000; padding: 1px; line-height: 46px; font-size: 30px; text-align: center; background: #fff; cursor: default; }
.sudokuhokjeHighlighted { border: 2px solid #317082; padding:0; background-color:#e2ebed; }
.sudokuvak { width: 150px; height: 150px; border: 1px solid #000; float:left; }
#hintDiv { width:52px; height:60px; position: absolute; background: url('afbeeldingen/hintArrow.gif') bottom left no-repeat; display: none; margin-left: 1px; }
#hintDivInner { width: 44px; height: 44px; border: 2px solid #000; border-bottom: none; font-size: 11px; padding: 2px; background: #ff0000; color: #fff; }
#debug { position: absolute; left: 30px; top: 600px; }
