.sudoku_table {border-collapse: collapse; border: 3px black solid; padding:0;}
.sudoku_text {color: black}
.sudoku_input_n {border: 0; padding: 0; margin: 0; text-align:center; background-color: transparent; font-size: 22px; width:30px; height:30px; color: black;}
.sudoku_input_s {border: 0; padding: 0; margin: 0; text-align:center; background-color: transparent; font-size: 8px; width:30px; height:30px; color: black;}
.sudoku_input_s2 {border: 0; padding: 0; margin: 0; text-align:center; background-color: transparent; font-size: 10px; width:30px; height:30px; color: black;}
.sudoku_input_comp {border: 0; padding: 0; margin: 0; text-align:center; font-size: 22px; width:30px; height:30px; color: black; background-color: #66ff66;}
.sudoku_input_sprint {border: 0; padding: 0; margin: 0; text-align:center; background-color: transparent; font-size: 8px; width:30px; height:30px; color: #dddddd;}
.sudoku_answer_clue {background-color: #dddddd;}

.sudoku_td_s {width: 30px; height: 30px; border: 1px black solid; padding:0; margin: 0; text-align:center; line-height: normal;}
.sudoku_td_stop {width: 30px; height: 30px; border-width: 3px 1px 1px 1px; border-style: solid; border-color: black; padding:0; margin: 0; text-align:center; line-height: normal;}
.sudoku_td_sright {width: 30px; height: 30px; border-width: 1px 3px 1px 1px; border-style: solid; border-color: black; padding:0; margin: 0; text-align:center; line-height: normal;}
.sudoku_td_stopright {width: 30px; height: 30px; border-width: 3px 3px 1px 1px; border-style: solid; border-color: black; padding:0; margin: 0; text-align:center; line-height: normal;}

@media only screen and (min-width: 500px) and (min-height: 500px) {
	.sudoku_td_s {width: 45px; height: 45px;}
	.sudoku_td_stop {width: 45px; height: 45px;}
	.sudoku_td_sright {width: 45px; height: 45px;}
	.sudoku_td_stopright {width: 45px; height: 45px;}

	.sudoku_input_n {font-size: 30px; width:45px; height:45px;}
	.sudoku_input_s {font-size: 12px; width:45px; height:45px;}
	.sudoku_input_s2 {font-size: 14px; width:45px; height:45px;}
	.sudoku_input_comp {font-size: 30px; width:45px; height:45px;}
	.sudoku_input_sprint {font-size: 12px; width:45px; height:45px;}
}

@media only screen and (min-width: 800px) and (min-height: 800px) {
	.sudoku_td_s {width: 53px; height: 53px;}
	.sudoku_td_stop {width: 53px; height: 53px;}
	.sudoku_td_sright {width: 53px; height: 53px;}
	.sudoku_td_stopright {width: 53px; height: 53px;}

	.sudoku_input_n {font-size: 36px; width:53px; height:53px;}
	.sudoku_input_s {font-size: 13px; width:53px; height:53px;}
	.sudoku_input_s2 {font-size: 15px; width:53px; height:53px;}
	.sudoku_input_comp {font-size: 36px; width:53px; height:53px;}
	.sudoku_input_sprint {font-size: 13px; width:53px; height:53px;}
}
