@charset "utf-8";
/* CSS Document */

h2 {
	text-align:center;
	}
	
div#your_results {
	width:48%;
	float:left;
	background-color:#E6E8FF;
	
	}

div#world_class_results {
	width:48%;
	float:right;
	padding-left:15px;
	background-color:#EAEAEA;
	}

.disabled {
	color:#CCCCCC;
	}

.results td {
	border-bottom:dotted 1px #999999;
	vertical-align:bottom;
	}
	
.label {
	text-align:right;
	width:200px;
	}

.results_label {
	text-align:right;
	width:150px;
	}

.instructions {
	font-size:smaller;
	color:#0066CC;
	}

.error {
	font-size:smaller;
	color:#FF0000;
	width:150px;
	}
