body, html {
    font-family: 'Courier New', Courier, monospace;
    height: 100%;
    overflow: hidden;
    touch-action: manipulation; /* prevent double tap zoom */
}

a {
    color: black;
}

#snakeArt {
    cursor: pointer;
    white-space: pre;
}

#snakeArt td {
    font-size: 5px;
    font-weight: bold;

    text-align: center;
    vertical-align: middle;
}

#snakeSiteLink {
    font-size: x-small;
}

#gameTable {
    white-space: pre;
    border: 1px solid black;
}

#gameTable td {
    width: 20px;
    height: 20px;

    font-size: 20px;

    text-align: center;
    vertical-align: middle;
}

#controlsRow TD {
    background-color: black;
    color: white;

    -webkit-user-select: none;
    user-select: none;
}

#pickerScreen {
    font-size: smaller;
}

#footer {
    font-size: x-small;
}

#controlsCell {
    font-size: small;
}

#leftLink {
    cursor: pointer;
}

#rightLink {
    cursor: pointer;
}