html, body {
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
#renderCanvas {
	width: 100%;
	height: 100%;
	touch-action: none;
}
#lcContainer {
	position:absolute;
	left: 10px;
	bottom:10px;
}
.button {
	box-shadow:inset 0px 1px 0px 0px #dcecfb;
	background-color:transparent;
	border-radius:6px;
	border:1px solid #84bbf3;
	display:inline-block;
	cursor:pointer;
	color:#000000;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #528ecc;
}
.button:hover {
	background-color:transparent;
}
.button:active {
	position:relative;
	top:1px;
}
