.WebGL_Container {
	position: relative;
	width: 100%;
	height: 100%;
}

.WebGL_FSToggle:checked ~ .WebGL_Container {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10;
}

.WebGL_View {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #999999;
}

.WebGL_FSToggle {
	display: none;
}

.WebGL_FSButton {
	position: absolute;
	bottom: 0;
	right: 0;

	background: #999999;
	font-size: 170%;
	color: #222222;
	border: 0;
	outline: none;
	cursor: pointer;
	padding: 0.1em 0.3em;
}

.WebGL_FSToggle:checked ~ .WebGL_FSButton {
	content: attr(content-toggled);
}

#WebGL_Canvas {
	width: 100%;
	height: 100%;
}