/* ****************************************************************
 * ALL MEDIA TYPES
 */
th {
    width: 5em;
}

/* ****************************************************************
 * PRINT MEDIA TYPE ONLY
 */
@media print {
    /* page headers/layout */
    #top, #left, #admin-menu, #user-login {
        display: none;
    }
    #content {
        margin-left: 10px;
        margin-right: 10px;
    }
    #bottom {
        border: none;
        border-top: 1px solid #aaa;
    }
    /* font sizing */
    body, td, th {
        font-size: 10pt;
    }
    body, td, th, #content, #copyright, a {
        color: black;
    }
    /* background colours */
    html, body, h1, h2, h3,
    #wrap, #middle, #bottom, #content {
        background: white;
    }
    /* headers */
    h1 {
        font-size: 14pt;
        border: none;
        border-bottom: 1px solid black;
    }
    div#content > h1:before {
        content: "Georgia Nicols ";
    }
    h2 {
        font-size: 12pt;
        border: none;
        border-bottom: 1px solid #aaa;
    }
    h3 {
        font-size: 10pt;
        border: none;
    }
}
