/*- CSS for simulation results */
.results th {
	background-color:#FFFFFF;
	color: #000000;
	vertical-align: top;
	text-align: center;
	padding: 0px;
}
.results td {
	border: 0px;
	border-top: 1px dashed #F5C520;
	padding-right: 7px;
	vertical-align: top;
}
.results tr {
	border: 0px;
}
.toprow th {
	border: 0px;
	border-top: 1px solid #B2372F;
}
.bottomrow th {
	border: 0px;
	border-bottom: 1px solid #B2372F;
}
.True {
	color: #009900;
}
.False {
	color: #FF0000;
}
