@charset "utf-8";




div.result {
	width: 740px;
	}

div.result h2 {
	margin-bottom: 30px;
	text-align: center;
	}

div.result p.lead {
	margin-bottom: 30px;
	text-align: center;
	}

div.result p.lead strong {
	color: #c63;
	}

div.results {
	zoom: 1;
	margin: 30px 0;
	}

div.results:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
	}

div.results div h3 {
	font-weight: bold;
	font-size: 108%;
	}

div.result table {
	margin-bottom: 30px;
	border: 1px solid #ccc;
	width: 100%;
	}

div.result caption {
	padding: 3px;
	color: #fff;
	background: #9bce3e;
	font-weight: bold;
	text-align: center;
	}

div.result th {
	padding: 3px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: 080;
	background: #dcea1c;
	font-weight: bold;
	text-align: center;
	}

div.result td {
	padding: 3px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	vertical-align: top;
	}

div.result td.class {
	text-align: center;
	white-space: nowrap;
	}

div.result td.grade {
	text-align: center;
	white-space: nowrap;
	}

div.result td.num {
	text-align: center;
	white-space: nowrap;
	}





