@media print {
	body {
		background-color: #fff;
	}
	
	/* chrome */
	body:not(*:root) {
		zoom: 70%;
	}

	/* firefox 2+ */
	body:last-child .selector, x:-moz-any-link {
		zoom: 70%;
	}

	#header {
		display: none;
	}

	#navigation-bar {
		display: none;
	}

	#footer {
		display: none;
	}

	.filters {
		display: none;
	}

	.favoritelist { display: none; }

	.article-listing-container {
		width: 90% !important;
		float: none !important;
		margin: 10px 5% !important;
	}

	.article-listing {
		display: block !important;
		width: 100% !important;
		margin: 0px !important;
	}

	#details-back-button,
	#favorite-back-button {
		display: none;
	}

	.article .favorite-section {
		margin: 0px 2% 3px 2% !important;
		width: 96%;
	}
	
	.article-header {
		position: relative;
		margin: 0px 0px 20px 0px;
		width: 100%;
		text-align: center;
		font-size: 20px;
		font-weight: bold;
	}

	.catalog-list .article:nth-child(6n+1) .article-header,
	.catalog-list .article:first-child .article-header {
		display: block !important;
	}

	/* ==================================================================================
	 *  HELP
	 * ================================================================================== */

	.help-toc {
		display: none !important;
	}

	.help-content-inner {
		width: 90% !important;
	}
}