/*
	This file will be included in header in every page after foundation.
	It should be used for content that relates
	to your site as a whole, it should not be used for
	plugin-specific css
*/
@media print {
	a[href]:after { content: ""; }
	div.body-section { display: block !important; }
	.medium-block-grid-2 > li { width: 50%; }
	.related-item .image_container > a { display: block; }
	div[data-sv-related_content_panel] { page-break-inside: avoid; }
	p { page-break-inside: avoid; }
	img {
		max-width: 100% !important;
		display: block;
		page-break-inside: avoid;
	}

	.panel_page div.contentRender_name_plugins_common_header,
	.panel_page div.contentRender_name_plugins_dtn_spotlight,
	.panel_page div.contentRender_name_plugins_addthis_addthis,
	.panel_page div.sidebar_container,
	.info-section.active,
	.footer-section
	{
		display: none !important;
	}

}
