@media print {
	.ws-site-header,
	.ws-site-footer,
	.ws-reading-progress,
	.ws-share,
	.ws-related,
	.ws-comments,
	.ws-sidebar,
	.ws-search-dialog,
	.ws-toc,
	.ws-review-line {
		display: none !important;
	}

	body {
		background: #fff;
		color: #000;
		font-size: 12pt;
	}

	.ws-article-shell {
		width: 100%;
		padding: 0;
	}

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