/* printer-friendly output styles */
/* <![CDATA[ */ 
@media print {

    body {
        margin: 0;
        color: #000;
        background-color: #fff;
      }

    header, footer, aside, nav, form, iframe, .menu, .hero, .adslot {
        display: none;
    }

    div.z-default-subpage-header {
        display: none;
    }

    div.topbar {
        visibility: visible;
    }
    /*
    #mainContentArea {
        column-width: 17em;
        column-gap: 3em;
    }
    */

    h1.p-title, h1.z-t-50 {
        font-size: 30px;
        color: #000;
        word-wrap: break-word;
        padding-top: -30px;
    }

    img.zImageDefault {
        display: none;
        padding-bottom: -30px;
    }

}/* ]]> */