body {
    font-family: Arial;
    font-weight: bold;
    background-color: #0092B3;
    color: #FFCA3D;
}
a, a:visited {
    color: #94C4F4;
}
a:hover {
    color: #FFCA3D;
}
div {
    padding: 5px;
    margin: 5px;
    border-radius: 8px;
    border-color: #94C4F4;
    border-style: solid;
    border-width: 1px;
}
#controllers {
    background-color: #94C4F4;
}
#mainmenu li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#mainmenu li p {
    font-weight: lighter;
}
div.nonvr {
    position: absolute;
    width: 50%;
    height: 50px;
    border-radius: 8px;
    z-index: 9999;
    bottom: 20px;
    left: 20px;
    background-color: #fff;
}
div.nonvr  button {
    width: 96px;
    height: 48px;
    margin: 1px;
    border-radius: 8px;
}
div.nonvr  button div {
    font-size: xx-small;
}
#unmuteButton, #leaveButton, #muteButton {
    display: none;

}
#muteButton, #leaveButton {
    background-color: #cfc;
}
#unmuteButton, #joinButton {
    background-color: #fcc;
}

div.nonvr button:hover {
    background-color: #ccf
}