body {
 	border: 0;
	margin: 0;
    background: #000000;
    overflow:hidden;
	font-family: "Lucida Console", Monaco, monospace;
}

canvas {
	width: 100vw;
	height: 100vh;
	display: block;
}

.container {
/*     overflow: hidden; */
	height: 22px;
    background-color: #000;

	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.container a {
    float: left;
    font-size: 12px;
    color: white;
    text-align: center;
    padding: 10px 16px;
    text-decoration: none;
	cursor:pointer;
	font-family: inherit;

}

.dropdown {
    float: left;
    overflow: hidden;
	height: 25px;
	font-family: inherit;
}


.dropdown .dropbtn {
    font-size: 12px;    
    border: none;
    outline: none;
    color: white;
    padding: 4px 12px;
    background-color: inherit;
	cursor:pointer;
	font-family: inherit;
}

.container a:hover, .dropdown:hover .dropbtn {
    background-color: grey;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
	cursor:pointer;
	font-family: inherit;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 5px 11px;
    text-decoration: none;
    display: block;
    text-align: left;
	cursor:pointer;
	font-family: inherit;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-submenu {
    position: relative;	
}


.dropdown-submenu .dropdown-content {
    top: 0;
    left: 100%;

}

.dropdown-submenu .dropdown-content a{
	display:none;
}

.dropdown-submenu:hover .dropdown-content a{
    display: block;
}



.fps {
    position: fixed;
    bottom: 0px;
    right: 0px;
    color: white;
	margin: 2px;
    font-size: 12px;
	font-family: inherit;
}

.zoom {
    position: fixed;
    bottom: 30px;
    right: 0px;
	margin: 2px;
    color: white;
    font-size: 12px;
	font-family: inherit;
}

.size {
    position: fixed;
    bottom: 15px;
    right: 0px;
    color: white;
	margin: 2px;
    font-size: 12px;
	font-family: inherit;
}

.thinking {
    position: absolute;
    top: 45px;
    right: 0;
    color: white;
    font-size: 14px;
	font-family: inherit;
}

.toolbar {
    position: absolute;
    top: 45px;
	background-color: #f9f9f9;
	padding: 5px;
	width:300px;
    left: 15px;
    color: black;
    font-size: 14px;
	border-style: solid;
	display:none;
	font-family: inherit;
}

.top {
	float:left;
	width:298px;
	background-color: #f9f9f9;
	color:black;
}

.close {
	float:right;
	background-color: white;
	color:red;
	border:none;
}




#resizable { width: 150px; height: 150px; padding: 0.5em; }
#resizable h3 { text-align: center; margin: 0; }

	
#menu, #menu ul {
	list-style:none;
	padding:0;
	margin:0;
}

#menu li {
	float:left;
	position:relative;
	line-height: 4.5em;
	width: 10em;
}


#menu li ul {
	position:absolute;
	margin-top:-1em;
	margin-left:.5em;
	display:none;
}
#menu ul li ul {
	margin-top:-3em;
	margin-left:10em;
}


#menu a {
	display:block;
	border-right:1px solid #fff;
	background:#E0F574;
	color:#3B3B3B;
	text-decoration:none;
	padding:0 10px;
}
#menu a:hover {
	background-color:#5798B4;
	color:#fff;
}
#menu ul {
	border-top:1px solid #fff;
}
#menu ul a {
	border-right:none;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	border-left:1px solid #fff;
	background:#AEC245;
}

/* SHOW SUBMENU 1 */
#menu li:hover ul, #menu li.over ul {
	display:block;
}
#menu li:hover ul ul, #menu li.over ul ul {
	display:none;
}
/* SHOW SUBMENU 2 */
#menu ul li:hover ul, #menu ul li.over ul {
	display:block;
}