#header, #footer, #sidebar, button, a:link, a:visited {
    display: none;
}

#formcontainer {
    margin-left: 0px;
}

#formcontainer img {
    display: none;
}

body, div, td, p, #content #copy p, #content #copy ul li {
    font-size: 20px;
    line-height: 120%;
}

#content #results h1, #content #results #formcontainer h2 {
    font-size: 28px;
}

#content {
    border: none;
    background: none;
}

#content #copy {
    float: none;
    background: none;
    border: none;
    width: 100%;
}

#content #copy.short {
    width: 100%;
}

body #content #copy #results #summaryTable tbody tr td a {
    display: none;
}

body #content #copy #results #summaryTable, body #content #copy #results #resultsTable {
    float: left;
    width: 100%;
}

body #content #copy #results #summaryTable tbody tr td.dark,
body #content #copy #results #summaryTable tbody tr td.light,
body #content #copy #results #resultsTable tbody tr td.dark,
body #content #copy #results #resultsTable tbody tr td.light {

    width: 65px;
}

#resultsPrintHead {
    display: table-row;
}
#resultsPrintHead td {
    text-align: center;
}

.resultsEmptyCell {
    width: 0px;
}

.hideInPrint {
    display: none;
}