.possibilities-entry {
	font-size:12px !important;
}
.spacer {
	width:15px;
}
.control-button {
	font-size:12px;
	width:200px;
}
div#pen-picks input {
	width:30px;
}
#selected-pen-number {
	font-weight:bold;
}
#control-area label {
	padding-right:10px;
	font-weight:bold;
}
#control-area {
	width:200px
}

/*The Input fields after the pen is picked.*/
.pen-picked {
	cursor: pointer;
	cursor: hand;
}
/*
.pen-picked:hover {
	background:#FFCCCC;
}
*/
#pen-tool {
	text-align:center;
}
#pen-tool input {
	border:1px solid #ccc;
}

/*The Cells that has error*/
.problem-cell {
	color:#f00;
}

#timer {
	font-weight:bold;
}
#pause-hider {
	display:none;
	position:absolute;
	top:auto;
	left:auto;
	text-align:center;
	vertical-align:middle;
	width:520px;
	height:445px;
	background:#fff;
}
.print-only {
	display:none;
}
.box {
	width:180px;
	height:180px;
	background:#ddd;
}
table.root-table {
	background-color:#666;
	border:1px solid #fff;
}
table.root-table td {
	background:#fff;
}
table.root-table input {
	background-color:#fff;
	font:24px bold;
	width:30px;
	border:0px solid #fff;
}
.line-v {
	background-color:#c8c8c8;
}
.line-h {
	background-color:#666;
}