@media print {
    /* DASHBOARD */
    /* Dashboard - Global */
    /* Dashboard - Latest technology reviewed */
    #read_more {
        display: none;
    }

    /* Dashboard - Carousel images */
    #carouselimages {
        display: none;
    }

    #column-bottom {
        display:none;
    }

    div.cell.secret-link {
        width:100%;
    }

    div.cell.techteaser {
        page-break-inside: auto;
    }
}