body {
	width: 480px;
	background: #006938;
	color: white;
	margin: 0px;
	padding: 0px;
}

canvas {
	max-width: 95%;
}

input {
	background: #005e63;
	color: white;
}

input[type=button] {
	padding: 10px;
	color: white;
	background: #443333;
}

div.audios {
	display: none;
}

@media only screen and (min-width: 576px) {
	body {
		width: 1024px;
	}
	#mainPanel {
		float: left;
	}
	#sidePanel {
		float: right;
	}
}
