@charset "utf-8";

@media print {
#header {
	position: absolute;
	top: 0;
}
#wrapper-contents {
	margin-top: 0;
}
.invisible {
	opacity: 1;
	transform: translate(0, 0);
}
#page-top a {
	display: none;
}
}