body {
    margin: 0;
    background-color: #000033;
    color: #ffffff;
    font-family: sans-serif;
    font-size: 12px;
}

a {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
}

a div {
    border: 1px solid white; padding: 5px;
    background-color: #101033;
}

.box {
    border: 1px solid white; padding: 5px;
    background-color: #101033;
    width: 60px;
    height: 60px;
}

@media screen and (max-width: 768px) {
    body > table tr > td:first-child {
        display: none;
    }

    body > table tr > td:last-child {
        display: none;
    }

    body > table tr > td:nth-child(2) {
        width: 100%;
    }
}