html {
    padding-bottom: 1000px;
}

body {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
}

#verbose {
    font-family: Consolas;
    position: absolute;
    width: 250px;
    height: 50px;
    top: 50%;
    left: 50%;
    margin-left: -125px; /* margin is -0.5 * dimension */
    margin-top: -25px; 
}

#toggleVR {
    position: absolute;
    right: 0px;
    top: 15px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: none;
    width: 64px;
    height: 44px;
    background-image: url('../assets/vrGlasses.png');
}

#toggleVR:hover {
    cursor: pointer;
}

#feedback {
    position: absolute;
    left: -20px;
    top: 30px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: none;
    width: 74px;
    height: 34px;
    transform: rotate(-90deg);
}

#feedback:hover {
    cursor: pointer;
}

textarea[name="feedback"] {
    height: 150px;
}

.vex-dialog-button {
    width: 150px;
}