@media print {
	body {
		background: #fff;
		color: #000;
	}

	.naput-container {
		width: 100%;
		box-shadow: none;
	}

	.naput-nav,
	.naput-search,
	.naput-sidebar,
	.naput-footer,
	.naput-back-top,
	.naput-nav-toggle,
	.naput-comments,
	.naput-related,
	.naput-featured-btn,
	.naput-featured-dots {
		display: none !important;
	}

	.naput-main {
		width: 100%;
		padding: 0;
	}

	a {
		color: #000;
		text-decoration: underline;
	}
}
