﻿.different {
	 background:aqua;
}

.missing {
	background:pink;
}

#testcontainer {
	 width: 50%;
}

#source {
	 
	 color:blue !important;
	 font-family:"courier new";
	 font-weight: bold;
	 font-size: 1.5em;
	 font-style:inherit;
	 width:75%;
	 border-color: #ff0000 !important;
	 border-style: dashed !important;
	 border-width:.3em;
	 border-radius:30px;
	 -moz-border-radius:30px;
	 -webkit-border-radius:30px;
	 margin:auto;
	 padding:2%;
	 
}

.testclass {
	 	background-color:white !important;
}

#results td:first-child {
	min-width:100px;
	font-weight:bold;
	background:#f1f1f1  ;
}
#results td:nth-child(n+2) {
	min-width:100px;
}

#results tr:first-child {
	font-weight:bold;
	background: #f1f1f1 ;
}

#results table {
		width:100%;
		border: thin solid;
		margin-bottom: 10px;
}

#demoContentWrapper
{
    font-size: 10pt;
}

code
{
    font-size: 10pt;
}

#demoactions
{
    margin: 10px 0;
}

#demoactions input
{
    padding: 5px;
}