body {
    margin: 0;
    padding: 0 .5em .7em .5em;
    font-family: palatino;
    font-size: 13pt;
}

#toolbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
    background: #fff;
}

#toolbar h1 {
    display: inline-block;
    margin: .4em 0 .2em 0;
    font-size: 175%;
}

#toolbar a {
    font-size: 200%;
    font-weight: bold;
}

#content {
    margin-top: 3em;
}

#content h2 {
    margin: 0 0 .2em 0;
}

#content h2:before {
    content: "\2212  ";
}

#content h2.collapsed:before {
    content: "+ ";
}

#content table {
    background-color: #fff;
    border-spacing: 1px;
}

#content thead,
#content tfoot {
    font-weight: bold;
}

#content thead td,
#content tfoot td {
    padding: .2em .3em .1em .3em;
    background-color: #fc7;
    text-align: left;
}

#content tr.even {
    background-color: #fec;
}

#content th {
    padding: .2em .3em .1em .3em;
    background-color: #fc7;
    text-align: left;
    white-space: nowrap;
}

#content td {
    padding: .2em .3em .1em .3em;
    white-space: nowrap;
}

#content col.number,
#content th.number,
#content td.number {
    text-align: right;
}

#content th.dealer {
    text-decoration: underline;
}

#content td.bidder {
    background-color: #fc7;
}

#content p {
    margin: .5em 0;
    font-size: 100%;
}

#content ul {
    margin: .5em 0;
    padding: 0 2em;
    font-size: 100%;
}

#content label,
#content ul li,
#content p a {
    font-size: 125%;
}

#content p span,
#content label.block {
    display: block;
}

#content input,
#content select {
    font-size: 100%;
}

#content input[type=number] {
    width: 3em;
}

#content .playerHeading,
#content .commonField,
#content .standardField,
#content .bidderField,
#content .playmateField,
#content .warsawField {
    display: none;
}

@media only screen and (max-width: 420px) {
    #content .detail {
        display: none;
    }
}