.sudoku {margin: 5px auto 5px auto;border-width: 0px;  border-color:#333; border-style: solid; text-align: center; background-color: #fff}
.sudoku td {border-width: 1px; border-color:#333; border-style: solid; height: 30px; width: 30px; background-color:#F8C6DB;}
.sudoku td input {font-size: 18px; text-align: center; border: 0px solid transparent; width: 25px; background-color: transparent }
.sudoku td input.vp {font-size: 8px; text-align: center; margin: 0px; border: 0px solid #f0f0f0; display:none;}
.sudoku .sv input {color:#555555}

.sudoku td.barva1 {background-color:#F8C6DB;}
.sudoku td.barva2 {background-color:#FFA0BF;}
/*table tr.horni td {border-top-width: 2px; }
table td.leve {border-left-width: 2px; }
table td.prave {border-right-width: 2px; }*/

