#canvas {
	position: absolute;
	width: 100%;
	background-color: white;
	top: 40px;
	left: 0px;
	max-width: 1000px;
}

#guide_canvas {
	position: absolute;
	width: 100%;
	top: 40px;
	left: 0px;
	max-width: 1000px;
}

#wrapper {
	width: 80%;
	float: right;
	position: relative;
}

#code {
	text-align: center;
	font-family: monospace;
}

#loadcode {
	font-family: monospace;
}

#help {
	z-index: 100;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	display: none;
}

#helpcontents {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	background-color: white;
	height: 95%;
	overflow-y: scroll;
}

#helplink {
	float: right;
}

#close {
	display: block !important;
}

.title {
	margin: 0;
}

.disabled {
	color: gray;
}

.help {
	color: #090;
	display: none;
}

.hidden {
	display: none;
}

@media print{
	@page {size: landscape}
	#wrapper {width: 100%; margin-top: 0.1in;}
	.noprint { display: none }
	.title { margin-bottom: 0.2in; }
	#canvas: display: block !important;
}