
@media print {
	body {
		background-color: #fff;
	}
	hr {
		margin-top: 10px !important;
		margin-bottom: 10px !important;
	}
	.row {
		display: block !important;
	}
	.header-wrapper,
	.footer-wrapper {
		display: none;
	}
}