
.hide-on-print {
	display: none !important;
}

@media print {
	a[href^="http"]:after {
		content: none !important;
	}

	a {
		text-decoration: none !important;
		color: black !important;
	}
}