@CHARSET "UTF-8";

.grid {
	border: 3px solid #6b6f68;
	border-collapse: collapse;
	width: 362px;
	height: 362px;
}

.cell {
	width: 38px;
	height: 38px;
	padding: 0px;
	font-size: 22px;
	font-weight: 500;
	font-family: "trebuchet ms";
	color: #2a2c2b;
	text-align: center;
	background-color: #fff;
	border: 1px solid #5e6266;
}

.digit {
	text-align: center;
	background-color: transparent;
	margin: 0px;
	width: 36px;
	font-size: 16px;
	font-weight: 500;
	border: 0px;
	color: #555;
}

.errorCell {	
	background-color: #faa;
}
.auxErrorCell {
	background-color: #fee;
}
.leftEdge {
	border-left: 2px solid #5e6266;
}

.topEdge {
	border-top: 2px solid #5e6266;
}

.rightEdge {
	border-right: 2px solid #5e6266;
}

.bottomEdge {
	border-bottom: 2px solid #5e6266;
}