html, body {
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

#renderCanvas {
    width: 80%;
    height: 100%;
    touch-action: none;
}

#datGUI {
    width: 20% !important;    
    float: right;
    margin-right: 0px;
    background-color: #444;
}

#guiInfo {
    height: 100%;
    width: 20%;
    background: #F9FDF9;
    padding: 20px;
    position: absolute;
    font-size: 16px;
    top: 0%;
    left: 80%;    
    font-family: 'Lato';
    font-size: 14px;
    overflow-y: scroll;
    line-height: 20px;
    color: #CBCCC6;
    background-color: #1F2430;

}

body {
    height: 100%;
}
