@media print {
	.top-bar,
	.footer__site,
	#main-nav,
	#search-rv,
	#search-ct,
	.advanced-search-wrap
	{
		display: none;
	}
	.site-header {height: auto}
	.site-logo {
		display: none; /* CR request 16.3.17 */ 
		float:none;
		height: auto;
	}
	.site-logo a {
		padding: 1rem;
	}
	.site-logo a img {
		max-width: 100px !important;
		    transform: translateY(0%);
		    -o-transform: translateY(0%);
		    -ms-transform: translateY(0%);
		    -moz-transform: translateY(0%);
		    -webkit-transform: translateY(0%);
		    top:0;
	}
	a[href]:after{
		content: none !important;
	}
	.pagelink a[href]:after {
		content: none !important;
	}
	
	#main {
		margin-left: 0;
		width: 100%;
	}
	@page 
	{
	    size: auto;   /* auto is the initial value */
	    margin: 0mm;  /* this affects the margin in the printer settings */
	}
}
