@media print {

	nav, header {
		display: none !important;
	}

	main {
		position: relative !important;
		top: unset !important;
		right: unset !important;
		bottom: unset !important;
		left: unset !important;
	}

	#page_content {
		width: 100% !important;
	}

}