/*
 * Printing-optimized CSS
 */

@page {
    size: auto;
    margin-top: 20mm;
    margin-bottom: 20mm;
    margin-left: 10mm;
    margin-right: 10mm;
}

.noprint
{
    display: none;
}

.print-only
{
    display: block !important;
}

h1, h2
{
    margin-bottom: 10px;
    margin-top: 20px;
    font-size: 1.2em;
}

h2
{
    font-weight: bold;
    font-size: 1.1em;
}

h3
{
    font-weight: bold;
    font-size: 1.0em;
}

a
{
    /* When printing, this needs to be explicit */
    text-decoration: underline;
}

#header
{
    display: none;
}

.title
{
    width: 100%;
    text-align: center;
    font-weight: bold;
}

#content h1
{
    border-bottom: solid 1px black;
    width: 100%;
}

.contact
{
    float: right;
    text-align: right;
    margin-top: 10px;
}

a
{
    color: black !important;
}

#content p, li
{
    line-height: 1.2;
    margin-bottom: 2px;
}

#content
{
    font-size: 0.82em;
}

img.square
{
    width: 75px;
    height: 75px;
}
