@media print {

	* { margin: 0; padding: 0; }
	img, img a, a { border: none; outline: none; }
	ul, ol { list-style: none; }
	table, tr, td { border: none; border-collapse: collapse; }
	html, body {
		width: 100%;
		height: 100%;
		z-index: 0;
	}
	body {
		font-family: 'Georgia', 'Times New Roman', 'Times', serif;
		font-size: 15px;
		font-style: normal;
		font-weight: 500;
		line-height: 1.5em;
		letter-spacing: 0;
		word-spacing: 0;
		color: #111;
	}
	h1, h2, h4 { padding: 0 1em 0.5em 0; }
	h3 { padding: 0 1em 0 0; }
	h1, h1 a, h3, h3 a { color: #333; }
	h1 {
		font-size: 1.8em;
		line-height: 1em;
	}
	h2 {
		font-size: 1.1em;
		line-height: 1.1em;
	}
	h3 {
		font-size: 1.2em;
		line-height: 1.2em;
	}
	h4 { display: none; }
	p { margin: 1em 0; }
	a {
		text-decoration: underline;
		color: #333;
	}
	hr {
		margin: 0.8em 0;
		height: 1px;
		width: 60%;
		border-top: none;
		border-right: none;
		border-bottom: 1px dotted black;
		border-left: none;
		clear: both;
	}
	.content-wrapper { padding: 1em; }
	img, 
	iframe,
	#aptureD,
	#print_button,
	.site-header,
	.mobile-nav
	.sidebar,
	.sidebar-block,
	.footer,
	.single-related-posts {
		display: none;
	}
	
	.main-wrapper {
		margin-top: 0;
	}
	

}