#detectContainer
{
	font-family: calibri;
	font-size: 12pt;
}

#detectContainer table
{
	border-spacing: 0;
	border: 1px solid #ccc;
}

#detectContainer th
{
	font-size: 14pt;
}

#detectContainer td
{
	width: 50%;
}

#detectContainer th, #detectContainer td
{
	padding: 10px;
}

#detectContainer tr:nth-child(even)
{
	background-color: #ccc;
}

#detectContainer tr td:first-child
{
	text-align: right;
}

#detectContainer tr td:nth-child(2)
{
	text-align: center;
}

#detectContainer .column
{
	float: left;
	margin: 20px;
}

#detectContainer .column table
{
	width: 350px;
}

#detectContainer .error
{
	color: #c00;
}

#detectContainer .titleLeft
{
    text-align: left !important;
}