li {
	font-size: 120%;
	padding: 0 0 0.5em 0;
}

.stat, .saved {
	color: #393;
	font-weight: bold;
}

.overpaid {
	color: #933;
	font-weight: bold;
}

.sudokugrid {
	position: relative;
	width: 315px;
	height: 315px;
	border-right: 3px solid #000;
	border-bottom: 3px solid #000;
}

.subgrid {
	width: 102px;
	height: 102px;
	float: left;
	border-top: 3px solid #000;
	border-left: 3px solid #000;
}

.square {
	width: 32px;
	height: 32px;
	float: left;
	border: 1px solid #eee;
	text-align: center;
	padding: 0 0 0 0;
	font-size: 20pt;
	color: #33c;
}

.hint {
	background-color: #eef;
}

.given {
	color: #000;
}

.error {
	border: 1px solid #f00;
	background-color: #fee;
}

.error input {
	background-color: #fee;
}

.square input {
	border: 0;
	width: 28px;
	height: 28px;
	text-align: center;
	font-size: 20pt;
}
