#main {
    display: inline-block;
}

#right {
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
    margin-left: 20px;
}

#buttons {
    text-align: center;
    width: 50px;
}

#cartoon {
    margin-top: 20px;
    text-align: center;
    color: #8B0188;
}

#input {
    text-align: center;
    padding-top: 20px;
}

table {
    border-spacing: 10px;
    background: black;
}

td {
    width: 70px;
    height: 70px;
}

td img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 70px;
    max-height: 70px;
}

td.cell {
    background: url("/images/water.jpg");
}

td.header {
    background: #0B0B61;
    color: white;
    text-align: center;
    font-size: 36px;
}

td.header.excluded {
    background: #636262;
}

td.header.selected {
    background: #2DAE4B;
}

td.header.selected.excluded {
    background: #2DAE4B;
}

#buttons img {
    height: 50px;
    width: 50px;
}

#buttons h1 {
    color: green;
}

#buttons h1.error {
    color: red;
}

#input input {
    border: solid 2px green;
    border-radius: 15px;
    height: 28px;
    width: 200px;
    text-align: center;
    font-family: Sansation, Arial;
    font-size: 125%;
    outline: none;
}

.hidden {
    display: none;
}