html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
	font-weight: 300;
	background: #FFF;
	color: #333;
}

#map_canvas {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 4em;
}

#quiz {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: right;
	height: 4em;
	text-align: center;
	border-bottom: 1px solid #333;
	box-sizing: border-box;
}

p {
	font-size: 0.75em;
}

#score {
	width: 4em;
	height: 4em;
	position: absolute;
	right: 0;
	top: 0;
	line-height: 4;
}

a, a:visited {
	color: #0099ff;
	text-decoration: none;
}