@media print {

    #block-headermenu,
    #block-searchform,
    #block-calloric,
    #sidebar_first,
    footer.site-footer,
    .toc-mobile.toc.toc-menu,
    .featured-top,
    .hilighted,
    #navbar-main,
	#block-quicklinks,
	#block-pearly-search	{
        display:none !important;
    }
	
	h1,h2,h3,h4,h5,h6,
	.feature-block {
		display:block !important;
		opacity:1 !important;
		transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1) !important;
	}
}