a {
	text-decoration: none;
}

.bordered {
	border: 2px solid black;
}

.pagebreak {
	page-break-before: always;
}

.fullpage {
	height: 90vh;
	padding: 20px;
}

.duplicate > td {
  background: LightYellow;
}

@media print {
	form, .navbar, .btn {
		display: none;
	}
	.report {
		font-size:8px;
		line-height:1;
	}
	a {
		color: inherit;
		text-decoration: none;
	}
}
