html, body
{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 11px;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}

td
{
	font-size: 11px;
}


#printer
{
	display: block;
	position: absolute;
	z-index: 5;
	width: 100%;
	text-align: center;
	color: #cccccc;
	overflow: hidden;
}

table.results
{
	background-color: #FFFFFF;
	width: 95%;
}

table.results_inner
{
	background-color: #FFFFFF;
	width: 100%;
	border: 1px solid #ED183C;
}

td.results
{
	color: #000000;
	border-left: 1px solid #ED183C;
}

h1
{
	color: #D53F3C;
	font-size: 19px;
	font-family: Arial;
	font-weight: normal;
	margin-bottom: 5px;
}

h2
{
	color: #D53F3C;
	font-size: 11px;
	font-family: Arial;
	font-weight: bold;
	margin-bottom: 3px;
	margin-top: 0px;
}

div.results_number
{
	width: 25px;
	height: 15px;
	background-color: #F25653;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
}

.test_print
{
	color: lime;
}

div.contact_box
{
	display: none;
}