/*body,html{
	margin:0;
	padding:0;
	border:0;
	background-color:#aaaaaa;
	font-family: Arial, sans-serif;
	font-size:12pt;
}*/

#root{
	width:100%;
	max-width:1000px;
	position:relative;
	/*margin:0 auto;
	margin-top:50px;
	text-align:center;*/
}
/*body.fullscreen{
	width:100%;
	height:100%;
}
body.fullscreen #root{
	margin-top:0;
	max-width:100%;
	height:100%;
}*/

/*@media (max-height:800px){
	#root{
		margin-top:0;
	}
}*/

#top{
	background-color:#eeeeee;
	width:100%;
	box-sizing:border-box;
	padding:10px;
	position:relative;
	text-align:left;
	height:40px;
}
#menu{
	position:relative;
	z-index:10;
}
@media print{
	#menu button{visibility:hidden;}
}
#title{
	text-align:left;
	left:0;
	right:0;
	display:inline-block;
	margin-left:10px;
}
canvas{
	width:100%;
	height:auto;
	margin:0 auto;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	outline: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0); /* mobile webkit */
}

#threecontainer{
	position:absolute;
	width:50%;
	/*height:70%;*/
	top:10.0%;
	right:5%;
}

#threecontainer canvas{
	width:100% !important;
	height:auto !important;
}
#help{
	position:absolute;
	width:80%;
	left:20%;
	margin-left:-10%;
	box-sizing:border-box;
	top:70px;

	display:none;
	background-color:#cacaca;
	border-radius:20px;
	border:10px solid #4a5661;
	padding:20px 40px;
	z-index:100;
}


#help-ok{
	clear:both;
	text-align:middle;
}
.help-item{ 
	width:100%;
	clear:both;
	margin:6px 20px;
	float:left;
	text-align:left;
}
.help-image{
	margin-right:40px;
	width:100px;
	float:left;
	text-align:center;
}
.help-text{
	margin:0 20px;
	width:auto;
	overflow:hidden;
}
.help-bottom{
	text-align:center;
	clear:both;
}
button{
	padding:0px 20px;
}