/* prevents hyperlinks from showing in print format */
@media print {
	a[href]:after {
		content: none !important;
	}
}

