@page {
	margin: 2.3cm;
}
* {
	background-color: white !important;
}
main {
	margin-top: 2cm;
}

button,
input,
label,
.noprint {
	display: none !important;
}

p>a[href^="http://"]:after, p>a[href^="https://"]:after, p>a[href^="/"]:after
{
	content: " (" attr(href) ")";
	font-size: 80%;
}
p a {
	word-wrap: break-word;
}
q:after {
	content: " (Source: " attr(cite) ")";
}
