/* Print Style Sheet */
@media print {
body, html { background:white; color:black; margin:0; }
#main { margin:0 !important; padding:0 !important;}
#header, .masthead, .page-title  { display:none !important;  }
#content p { font-size: 10pt; line-height: 1.1em; }
#content .schoeffman-h1	 {     font-size: 30px;    line-height: 1.1em; }
	
#content #print_logo {
	display: block;
		
	}
#comments { display:none; }
#sidebar { display:none; }
#footer, .scroll-top, #notar_scroll_contact, .cto_notar_footer, .addtoany_shortcode, #notar_pagination {display:none; }
}