/*
* JB print style
*/

@media print {
	*{ -webkit-print-color-adjust: exact;}
	.event .article-body .description .less,
	.event .article-body .description .more,
	.article-body-wrapper .share-buttons,.under-footer,
	.under-article,#header,#footer,.sidebar{display:none;}
	.article-body,iframe,.fullwidth.open > .content{width: 100%;}
	.event .article-body .description,
	.event .article-body .description:not(.short){height: inherit;max-height: inherit;min-height: inherit;}
	.fullwidth{display: block!important;}
	.fullwidth .content-inner{overflow: inherit!important;}
	.wrap-article-ajax-animation{position:static;}
	
}

