@media print {
	* {
		box-shadow: none !important;
	}

	body {
		font-size: 12pt;
	}

	.global {
		display: none;
	}

	.post-h2 {
		font-size: 18pt;
	}

	.post-date {
		font-size: 10pt;
	}

	.post-text > p {
		line-height: 1.25em;
		margin: 0.75em 0;
	}

	nav.prevandnext {
		display: none;
	}
}