/*=Print stylesheet
========================================================================================*/
@media print{
	body{ padding-top: 0; }
	header, nav, .tiles-row, .side-tile, footer{ display: none; }
	.content{ width: 100%; text-align: left; }
	@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; }
	.popup-gallery { display: none; }
}