html {

	height: 100%;
	overflow: hidden;
	max-height: 100%;

}

body {

	color: #000000;
	font-family:sans-serif;
	font-size:16px;
	text-align:center;
	width: 100%;
	height: 100%;
	max-height: 100%;
	background: #000000;
	margin: 0px;
	overflow: hidden;
	outline: none;
	border: 0;
	padding: 0;
	box-sizing: border-box;

}

iframe {

    position: absolute;
    z-index: 9999;
    border-style: solid;
    border-width: medium;
    border-color: black;
    visibility: hidden;
    
}

#container {

	text-align:center;
	width: 100%;
	height: 100%;
	max-height: 100%;
	background: #000000;
	margin: 0px;
	border: 0;
	display: block;
	overflow: hidden;
	outline: none;
	padding: 0;
	box-sizing: border-box;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
		-khtml-user-select: none; /* Konqueror HTML */
		-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently
                      supported by Chrome and Opera */
}

button {

	position: absolute;
	/*bottom: 39%;*/
	line-height: 12px;
	font-family: Arial;
	font-size: 16px;
	color: #ffffff;
	padding: 16px 16px;
	background: rgba(255, 255, 255, 0.1);
	border: none;
	overflow: hidden;
	border-radius: 100px;
		transform: translateX(-50%);
		-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
		-khtml-user-select: none; /* Konqueror HTML */
		-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently
                      supported by Chrome and Opera */
    -webkit-tap-highlight-color: transparent;

}

#rendererElement {

	background: #000000;
	border: 0;
	overflow: hidden;
	display: block;
	outline: none;
	padding: 0;
	box-sizing: border-box;
	outline: solid black 8px;

}

canvas {

	position:absolute;
 	top:0;bottom:0;right:0;left:0;
 	background: #000000;
 	margin:auto;
 	display: block;
 	border: 0;
 	overflow: hidden;
 	outline: none;
 	padding: 0;
 	box-sizing: border-box;

}

