@media print {
    /* Show URL */
    a:link, a:visited {background: transparent; color:#333; text-decoration:none;}
    a:link[href^="http://"]:after, a[href^="http://"]:visited:after {content: " (" attr(href) ") "; font-size: 11px;}
    a[href^="http://"] {color:#000;} 

    #headerContainer, .searchDiv, .subscribeDiv{
        display: none;
    }
    
    #tableDiv, table{
        max-width: none;
        margin: auto;
        overflow: auto;
        overflow-y: auto;
        border-collapse: collapse;
        max-height: none;
        white-space: normal;
    }
}