@import url('/style.css');
div.question {
	width : 95%; /* was 80 */
	height : 15em;
	visibility : hidden;
	border : solid 1px cadetblue;
	text-align : center;
	position : absolute;
	top: 7em;
}
div.question p {
	margin-left:15px;
	margin-right:15px;
	margin-top:1em;
	margin-bottom:1em;
}
div#q1 {
	visibility : visible;
}
div#content {
	/* height : 400px; */
	height : 30em;
	position : relative;
}
p#footer {
	position : absolute;
	display : block;
	/* top : 400px; */
	bottom : 2em;
	width : 80%;
}
a#resulturl {
	padding : 5px;
	text-decoration : none;
}
button.updown {
	font-family : monospace;
	padding:.1em .5em;
}
input.numfield {
	text-align:right;
	background-color:transparent;
	border:none;
	padding:0;
	margin:0;
	width:2.7em;
}
