* {
    font-family: sans-serif;
    box-sizing: border-box;
}

body {
    background-color: #111111;
    color: #ff8800
}

a {
    text-decoration: none;
    color: #0000ff;
    font-weight: bold
}

html {
    overflow-y: scroll
}

div#cell81 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 0px;
}

div.cell27 {
    float: left;
    border: 0px;
}

div.cell9 {
    float: left;
    border: 1px solid #666666;
    border-radius: 4px;
    margin: 1px;
}

div.cell3 {
    float: left;
}

div.cell1 {
    margin: 2px;
    border-radius: 4px;
    float: left;
    border: 1px solid #222222;
}

div.clear {
    clear: both;
}

div.b {
    background-color: #1111ee;
}

div.r {
    background-color: #aa1111;
}

div.x {
    background-color: #111111;
    border: 1px solid #222222 !important;
}

div.g {
    background-color: #111111;
    border: 1px solid #118811 !important;
}

div.g:hover {
    background-color: #ff8800;
    cursor: pointer;
}