body {
	font-family: Monospace;
	background-color: #000;
	color: #fff;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: none;
	cursor: default;
}
#info {
	color: #fff;
	position: absolute;
	top: 10px;
	width: 100%;
	text-align: center;
	z-index: 100;
	display:block;
}
#info a {
	color: #f00;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer
}
#glFullscreen {
	width: 100%;
	height: 100vh;
	min-width: 640px;
	min-height: 360px;
	position: relative;
	overflow: hidden;
	z-index: 0;
}
#example {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #000000;
}
#feedback {
	color: darkorange;
}
#dat {
	user-select: none;
	position: absolute;
	left: 0;
	top: 0;
	z-Index: 200;
}
#fileUploadInput {
	display: none;
}

