body {
    font-family: Arial;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border: none;
}

#DivGLFull {
    position: absolute;
    min-width: 600px;
    min-height: 600px;
    overflow: hidden;
}
#DivGLFull,
#DivGLFullCanvas {
    margin: inherit;
    padding: inherit;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #222222;
}
#DivGLFullVideo,
#DivGLFullVideoBuffer {
    background-color: #FFFFFF;
    display: none;
    width: 1920px;
    height: 1080px;
}

div.navFeedbackArea {
    position: absolute;
    width: 100%;
    height: 50px;
    bottom: 0;
    z-index: 10;
    text-align: center;
    font-size: 18px;
}

div.navFeedbackAreaDynamic,
div.navFeedbackAreaCopyright {
    position: absolute;
    width: 100%;
    padding: 2px 0 2px 0;
    min-height: 18px;
}


div.navFeedbackAreaCopyright {
    color: #AAAAAA;
    bottom: 0;
}

div.navFeedbackAreaCopyright a {
    color: red;
    text-decoration: none;
}

div.navFeedbackAreaCopyright a:visited {
    color: darkred;
    text-decoration: none;
}

div.navFeedbackAreaCopyright a:hover {
    color: #ff4536;
    text-decoration: underline;
}

div.navFeedbackAreaDynamic {
    top: 0;
    color: darkorange;
    background-color: rgba(255, 255, 255, 0.0);
    bottom: 25px;
}

span.tab {
    padding: 0 20px 0 20px;
}

#DivNotSupported {
    position: absolute;
    color: rgba(80, 255, 80, 0.8);
    width: 50%;
    right: 25%;
    left: 25%;
    text-align: center;
    margin-top: 100px;
    border: 2px red solid;
    padding: 10px;
}

#Loading {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 0;
    z-index: 30;
    color: rgba(225, 225, 225, 0.8);
    font-size: 100px;
    text-align: center;
    display: block;
    top: 50%;
    line-height: 0;
}