/*<style>*/
body, input, select {
	 font-size: 11px;
	 font-family: Arial, Helvetica, sans-serif;
}

.box_sdk {
	width:120px;
	height:120px;
}

input[type=text].sdk  {
text-align: center;
}

.box_sdk td {
padding-left: 4px;
}

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


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

#timer {
	font-weight:bold;
}

#info {
    float: left;
}

#pause-hider {
	display:none;
	position:absolute;
	top:auto;
	left:auto;
	margin-top: -20px;
	margin-left: -30px;
	text-align:center;
	vertical-align:middle;
	width:400px;
	height:400px;
	background:#fff;
}
.print-only {
	display:none;
}
.box_sdk {
	background:#ddd;
}
table.root-table {
	background-color:#000;
	border:1px solid #fff;
}
table.root-table td {
	background:#fff;
}
table.root-table input {
	background-color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	width:30px;
	border:0px solid #fff;
}
