@charset "utf-8";
/* CSS Document */

#canvas {
	height: 300px;
	margin: 0;
	position: relative;
	width: 600px;
}
#paper {
	height: 300px;
	left: 0;
	position: absolute;
	top: 0;
	width: 300px;
}
#qld, #nsw, #vic, #tas, #sa, #wa, #nt {
	display: none;
	height: 400px;
	overflow: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 300px;
}
h2 {
	text-align: left;
}
