.center { text-align: center }

#points {
	font-style: italic;
	height: 45px;
}
#points ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 230px;
	float: left;
}

#questions {
	position: relative;
	/*height: 300px;*/
	overflow: hidden;
	background: #eee;
}
#questions ol {
	margin: 0;
	padding: 0;
	list-style-position: inside;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
}
#questions ol li {
	line-height: 25px;
}
#questions ol li.page {
	margin-top: 500px;
}
#questions input {
	width: 20px;
	text-align: center;
	font-size: 10px;
}

#result { display: none }
#result div { display: none }