table
{
    border: 3px solid #000;
    border-collapse: collapse;
}

td
{
    width: 50px;
    height: 50px;
    border: 1px solid #999;
    text-align: center;
    vertical-align: center;
    color: rgb(34,134,36);
}

table td.region
{
    border-left: 3px solid #000;
}

table tr.region td
{
    border-top: 3px solid #000;
}

td,
td input
{
    font-size: 34px;
}

td input
{
    border: 2px insert #bbb;
    width: 32px;
    height: 32px;
    padding-left: 2px;
    padding-top: 0;
    color: #557;
}

.gameWrapper
{
    width: 500px;
    height: 600px;
}

.gameWrapper .instructions
{
    width: 500px;
}

body #counterwrap
{
    display: none;
}