@media print {
    img {
        max-width: 500px;
    }
    /* Remove unwanted elements */
    #header, .nav, #nav, .noprint, .content-header,.not-home #main-grid #primary:before, #secondary, footer, aside#issues {
        display: none;
    }
    a:after {
        content: " (" attr(href) ")";
        font-size: 0%;
    }
    a {
        word-wrap: break-word;
    }
    h1 {font-size: 36px;}
    h2 {font-size: 28px;}
    h3 {font-size:24px;}
    h4{font-size:18px;}
    h5{font-size:16px;}
    /* Ensure the content spans the full width */
    #container, #container2, #content {
        width: 100%; margin: 0; float: none;
    }

    /* Change text colour to black (useful for light text on a dark background) */
    .lighttext {
        color: #000 ;
    }

    /* Improve colour contrast of links */
    a:link, a:visited {
        color: #781351;
    }
    div#site-branding, .custom-header-image, .hidden-xs {display:none;}
}
