.nope {color:red;}
.oki {color:#00CC33;}
#preview {
	background-color:#E1EBCD; border:1px solid #BECA7D; padding:5px;
}
table#comparisonResults {
	width:100%; 
	text-align:center;
	background-color:#FEEFCC;
	border:1px solid #F7C83C;
	padding:0; 
	margin-bottom:2em;
}
#comparisonResults td {
	background-color:#FEE7B1 !important;
	padding:3px 5px;
}
#comparisonResults th {
	background-color:#FEEFCC;
}
#basic, #strict {
	width:280px;
	padding-bottom:15px;
}
#basic {
	clear:left;
	float:left;
}
#phpComparisons label {
	margin-left:0.6em;
}