@media print {
	#masthead, .browserBackButton, .watch-action, .apss-social-share, .nav-tabs, .tab-content, .panel-group, .panel-default, .backToTopMobile, #colophon
	video, audio, object, embed, ._field-wrapper, #_form_11_submit, .savedSlideout, #site-navigation-mobile, .dkpdf-button-container, .googleAdContainer, .dkpdf-button, 
	.site-info, .footerSubscribeContainer, .abnTextFooter, iframe {
		display: none !important;
	}
	a[href]:after {
		content: none !important;
	}
	/*Set margins*/
	@page {
		margin: 0.5cm;
	}
	/*Hide category page styles*/
	#secondary, .list-article-thumb, .categoryTopBar, .categoryLeft, .categoryRight,
	.paginationContainer {
		display: none !important;
	}
	/*Hide hoem page styles*/
	.home #authorsSection, .home #popPosts, .home #latestPosts, .home .section-title-area {
		display: none !important;
	}
	/*Hide pages styles*/
	.page-template-template-fullwidth-php {
		display: none !important;
	}
	/* Reset top of content */
	.site-content {
		top: 0px !important;
	}
}