html, body {
   margin: 0 !important;
   padding: 0 !important;
}

canvas {
   position: absolute;
   width: 100vw;
   height: 100vh;
}

a {
   position: absolute;
}

.hidden {
   display: none;
}

#chat_cont {
   position: absolute;
   left: 5%;
   width: 90%;
   bottom: 32px;
   height: 3%;
}

#chatbox {
   height: 100%
}

#login_prompt {
   position: absolute;
   left: 3%;
   top: 3%;
}

#chat_labl {
   /*margin-top: 20px;*/
   /*font-size: 100%;*/
}

#content {
   margin-top: -10px;
   width: 80%;
   height: 100%;
   vertical-align: middle;
   /*font-size: 36px;*/
}

#chatzone {
   position: absolute;
}

