body {
    margin: 0;
    padding: 0;
    color: #000;
    cursor: crosshair;
}

#fullscreen, #webgl-not-supported, #test {
    display: none;
}

#settings, #notes {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 10px;
    width: 200px;
}

#settings {
    display: none;
    position: absolute;
    left: 0;
    top: 50px;
    border-radius: 0 5px 5px 0;
}

#stats {
    position: absolute;
    right: 0;
    top: 0;
}

#notes {
    position: absolute;
    top: 0;
    margin: 0 auto;
    text-align: center;
    border-radius: 0 0 5px 0;
}

#state-control {
    position: absolute;
    top: 0;
}

#state {
    color: #000;
}