@media print {
	html, body, main, .content, #main {
		left: 0;
		top: 0;
		margin: 0;
		padding: 0;
		width: unset;
	}

	.content {
		margin-top: 100px;
	}
	.app-nav {
		display: block;
	}

	.version{
		display: none;
	}

	@page
	{
		size: 210mm 297mm;

		/* this affects the margin in the printer settings */
		margin: 15mm 15mm 15mm 15mm;
	}
}

.version {
	bottom: 2px;
	position: fixed;
	right: 2px;
}

.version a {
	color: var(--theme-color,#42b983);
	text-decoration: none;
}

.app-nav {
	opacity: 0.2;
	z-index: -1;
}
