body {
	background: #E0E0E0;
	font-family: Arial Helvetica, sans-serif, sansserif;
	font-size: 80%;
	margin: 1px;
	padding: 1px;
	-webkit-text-size-adjust: none;
}

.tictactoe_outer_div { }

.tictactoe_outer_div img {
	border: 0;
}

.sudoku_table_div { display: inline; width: auto; margin: 5px;}

.sudoku_table {border: thin solid grey; float: left; width: auto; margin: 5px;}

.sudoku_fields_buttons_examples { padding: 5px;}

td { text-align: center; border: thin solid #909090;}

.field { width: 1em; outline-style: none; border-style: none; text-align: center;}

.button {
	text-align: center;
	padding: 2px;
}

.footer {
	display: none;
}
