/*=Print stylesheet
========================================================================================*/
@media print{
	@page{ margin: 0.5cm; }
	h1, h2, h3, h4, h5, h6{ page-break-after: avoid; orphans: 3; widows: 3; }
	p{ page-break-before: avoid; orphans: 3; widows: 3; }
	ul, img{ page-break-inside: avoid; }
	.content a{ text-decoration: none!important; color: inherit; }
	.content a[href^=http]:after{ content: " <" attr(href) "> "; }
    header, footer, form{ display: none; }
    .accordion-data{ display: block; }
    .content table tr:focus{ background: transparent; }
    .content table tr:first-child{ display: none; }
    .content table tr td{ display: block; text-align: center; }
    .content table tr td:first-child{ background: #000000!important; font-weight: 700; font-size: 3em; color: #FFFFFF; }
	#banner-wrap, #mobile-banner, #sidebar, .video-container, .navigation{ display: none; }
	div.col_2of3{ float: none; width: 100%; }
	.post-block{ float: none; display: block; width: 100%; margin-bottom: 20px; }
	.post-block a:after, #breadcrumbs a:after, .tiles-block a:after{ display: none; }
	.post-block img{ width: auto; }
}