body {
	margin: 0;
	overflow: hidden;
	background: #421;
	/*background-image: url(background.jpg);*/
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
}

canvas {
	cursor: move;
}

svg {
	pointer-events: none;
}

svg, canvas {
	position:absolute;
	top:0;
	left:0;
	max-width: 100%;
	height: auto !important;
}

#projections {
	position:absolute;
	top:5px;
	left:5px;
}
#projections>* {
	height: 2em;
	margin-right: 1em;
}
#projections>.zoom {
	height: 2.5em;
	width: 2.5em;
	display: block;
	margin-top: 0.5em;
	text-align: center;
}
#reset {
	visibility: hidden;
}
