@media print {
	
	html body header{
		position: relative !important;
		height: auto;
	}
	html body header *{
		display: none;
	}
	html body header #logo{
		display: block;
		position: relative !important;
		left: 10px;
		top:10px;
		content: url(../img/logo.svg);
		/*background: url(../img/logo.svg) no-repeat center center/100% 100% !important;*/
	}
	html body header #logo:after{
		display: none;
	}
	main{
		margin-top: 10px;
	}
	ul.termlist{

	}
	.hasshares{
		display: none;
	}
	footer{
		display: none;
	}
	.content.col8{
		width: 100% !important;
	}
	.content img.wp-post-image{
		width: 30% !important;
	}
	p{
		margin: 5px 0 !important;
	}
	section.related{
		display: none !important;
	}
	
	#sidebar{
		display: none !important;
	}
	
	a.blocklink{
		display: none !important;
	}
	a.blocklink[href*="youtu"]{
		display: block !important;
		padding: 5px !important;
		border: 2px solid black;
		
	}
	a.blocklink[href*="youtu"] div{
		display: none;
	}
}