@media print {
	body {
		background: #fff !important;
		color: #000 !important;
		font-size: 11pt;
		line-height: 1.45;
	}

	a {
		color: #000 !important;
		text-decoration: underline;
	}

	#header,
	#footer,
	nav,
	.no-print,
	.navbar,
	.menu,
	.mod-menu,
	.pagination,
	.pager,
	.btn,
	.button,
	button {
		display: none !important;
	}

	#wrapper,
	#maincontent,
	main,
	.com-content-article,
	.item-page {
		width: 100% !important;
		max-width: none !important;
		margin: 0 !important;
		padding: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
	}

	img,
	svg {
		max-width: 100% !important;
		page-break-inside: avoid;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		color: #000 !important;
		page-break-after: avoid;
	}

	p,
	li,
	blockquote,
	table {
		color: #000 !important;
	}
}
