@charset "UTF-8";
/* CSS Document */

*{
  margin:0;
  padding:0;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:10px;
}

body{
  background:#b2cbfe;
  width:100%;
  height:100%;
  color:#FFF;
	background: -moz-linear-gradient(center bottom, #2d445b 0%,#b2cbfe 100%);
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2d445b),color-stop(1, #b2cbfe));
}

a {
  text-decoration:none;
  font-weight:bold;
  color:#fff;
  text-shadow: 0 0 3px #26F;
  
}

#webgl-canvas{
  display:block;
  float:left;
  border: none;
  position:absolute;
  z-index:0;
}

#console{
  position: relative;
  top: 8px;
  min-width:265px;
  float: right;
  overflow-y:auto;
  overflow-x:hidden;
  height:100%;
  z-index:5;
}
#info{
  position:absolute;
  font-size:16px;
  top:40%;
  left:50%;
  margin:auto;
  margin-left:-175px;
  width:350px;
  padding:10px;
  border:1px solid #fff;
  z-index:5;
  background:#333;
}
#info a, #info strong{
  font-size:14px;
}

.console-field{
  background:#333;
  float:left;
  clear:left;
  min-width:235px;
  border:1px solid #fff;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding:0 10px 10px 20px;
  margin:0 0 2px -10px;
}

.console-field input{
  width: 40px;
  height: 16px;
  margin:1px 0 0 0;
  background:#000;
}
.console-field b{
  display:block;
  color:#fff;
  text-shadow: 0 0 3px #26F;
  margin: 10px 4px 5px 0;
}
.console-field span.input-section{
  display:inline-block;
  width: 97px;
}
.textboxDebug{
  padding:0;
  width:32px;
  color:#fff;
  border:0px;
  height:12px;
  margin:0 0 -5px 0;
  z-index:3;
}
