body {
    background: black;
    color:#CCCCCC;
    font-family: 'Arial', cursive;
}
div:not(.frame):not(#statistics) {
    float: left;
    border : 1px solid #444444;
    padding: 1%;
    margin: 1%;
    background:#3B3B3B;
}
.hide {
    display: none;
}
.clear {
    clear: both;
}
#sceneContainer {
    width: 96%;
    min-height: 377px;
}
#sceneContainer .frame {
    float: left;
    margin: 0.6%;
    cursor: pointer;
}
.frame span {
    display: block;
    padding: 0 0.5em;
    text-align: right;
}
#statistics > * {
    display: block;
}

a {
    color: #1c1c1c;
    font-family: sans-serif;
}