@media print {
    div#header-area, nav.main_nav, div#feature, div#sidebar, div#credits, nav.mobile_menu, div#breadcrumbs {
        display:none !important;
    }

    a {
        color: #006311;
        text-decoration: none;
    }

    div#logo img {
        width: 8cm;
    }

    body {
        font-family: 'Georgia', serif;
        line-height: 1.5em;
    }

    .children_list a {
        color: black;
        line-height: 1.1em;
        margin-left: 2em;
        white-space:nowrap;
    }

    footer {
        font-size: 80%;
        font-family: Arial, sans-serif;
        line-height: 1.1em;
    }

    hr.print_only {
        display: block !important;
        color: #888;
    }

    h1 { font-size: 1.5em; }
    h2 { font-size: 1.3em; }
    h3 { font-size: 1.1em; }

}
