
body {
	font-family:'Krub',sans-serif;
	background-color: #000000;
	color: #FAFAF0;
	width: 1102px;
	margin: 0px auto;
}

h1 {
	margin-top: 12px;
	font-size: 2.2em;
	color: #B0A0FF;
	border-bottom: 1px solid #004400;
}

h2 {
	margin: 8px 0px 6px;
	font-size: 1.3em;
	color: #BBFABB;		
}

h3 {
	margin: 8px 0px 6px;
	font-size: 1.2em;
	color: #CCD8CC;
	font-weight: 200;
}

h4 {
	margin: 12px 0px 6px;
	font-size: 1.1em;
	color: #CCD8CC;
}

ul {
	list-style-type: circle;
	padding-left: 40px;
}

ul li {
	padding: 8px 0px;
}

ul, p {
	margin-bottom: 8px;
	font-size: 1.0em;
	color: #CCD8CC;
	font-weight: 200;
}

p {
	line-height: 1.2em;
}

a {
  color: #20C0FF;
}

a:visited {
  color: #20B0FF;
}

a:hover {
  color: #20FFC0;
}

.nav {
	margin: 4px 0px;
	font-size: 0.9em;
}

.nav a {
	display: inline-block;
	padding: 2px;
	width: 60px;
	border: 1px solid #330066;
	background-color: #110033;
	text-decoration: none;
	color: #CC2288;
	text-align: center;
	font-size: 0.75em;
}

.vname {
	border: 1px solid #330066;
	background-color: #110033;
	text-decoration: none;
	color: #CC2288;
	text-align: center;
	font-size: 0.75em;	
	cursor: pointer;
	display: inline-block;
	width: 100px;
	text-align: center;
}

.vlist {
	display: none;
	position: absolute;
	z-index: 200;
	top: 30px;
	right: 0px;
	border: 1px solid #330066;
	background: #110033;
	width: 100px;
	font-size: 0.75em;
}

.vlist li {
	display: inline-block;
	padding: 5px 6px;
	width: 88px;
	text-decoration: none;
	text-align: center;
	border-bottom: 1px solid #330066;
}

.vlist li a {
	color: #CC2288;
	display: inline-block;
	text-align: center;
}

.vlist li a:hover {
	color: #F044C0;
}

.appName {
	float: right;
	position: relative;
}

#app {
	border: 1px solid #6677FF;
	background-color: #221133;
	position: relative;
	width: 100%;
	height: 100%;
}

#world {
	background-color: #000000;
	position: relative;
	width: 100%;
	height: calc(100% - 30px);
}

.controls {
	width: 100%;
    font-family: "Cousine", monospace;
    color: #00CC00;
    font-size: 0.8em;
    height: 30px;
}

.row {
	text-align: left;
	margin: 8px;
}

.settings {
	display: none;
	border: 1px solid #F0C050;
	background-color: #553311;
	color: #E8B040;
	font-size: 0.8em;
	font-weight: 100;
	width: 800px;
	height: 400px;
	padding: 8px;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 9999;
}

.s_label {
	margin-top: 4px;
	display: inline-block;
	width: 60px;
}

.button {
	cursor: pointer;
    display: inline-block;
    border: 1px solid #0066FF;
    background-color: #003388;
	color: #66AAFF;	
    user-select: none; /* supported by Chrome and Opera */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
}

#settingsToggle {
	border: 1px solid #CC88FF;
}

#onoff {
	border: 1px solid #FF8888;
}

.metrics {
	display: inline-block;
}


.label {
	display: inline-block;
	width: 50px;
	font-size: 0.8em;
}

.button {
	display: inline-block;
	background-color: #444444;
	width: 100px;
	text-align: center;
	margin: 4px 6px;
	padding: 3px;
	border: 1px solid #CCCCDD;
}

.button a {
	text-decoration: none;
	color: #FFFFFF;
}

.close_frame {
    display: block;
    float: right;
    margin: 1px;
    padding: 1px 4px;
    font-size: 1.2em;
    color: #FCD460;
	border: 1px solid #F0C050;
	background-color: #331A03;
    box-shadow: 4px 3px 2 2 #110600;
    cursor: pointer;
}

