<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.common-exam-cell {
	background-color: #8db3e2;
}

.no-exam-cell {
	background-color: #bfbfbf;
}

@media print {
	.no-exam-cell,
	.common-exam-cell,
	.common-exam-cell b,
	.common-exam-cell span,
	.no-exam-cell b,
	.no-exam-cell span {
		position: relative;
		z-index: 1;
	}

	.common-exam-cell:before,
	.no-exam-cell:before {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 0;
		content: "";
	}

	.common-exam-cell:before {
		background-color: #8db3e2;
	}

	.no-exam-cell:before {
		background-color: #bfbfbf;
	}

}</pre></body></html>