.center {
	font-size:100%;
	text-align:center;
}
.section {
	clear: left;
	text-align:justify;
}
.title {
	font-size:150%;
}
.sectionTitle {
	margin-top: 2em;
	font-size: 120%;
	font-weight: bold;
}
.message {
	margin-top: 2em;
	margin-bottom: 1em;
	font-size: 110%;
}
.complete {
	margin-top: 2em;
	margin-bottom: 1em;
	font-size: 110%;
}
.emp {
	font-weight: bold;
	display: inline;
}
.multianswer {
	/*display: inline;
	margin-right: 2em;*/
}
#content {
	margin: 0 10%;
}

table.answertable, td.answertable {
   margin-top: 0em;;
   border: 1px solid black;
}

table.stats {
   margin-top: 2em;;
   border: 1px solid black;
}

td.bigger {
width: 20%;
}

table, td, th {
   border: 1px solid black;
   border-collapse: collapse;
   padding: 0.2em;
}

img {
	border:none;
}


