<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media print {

	html, body {
		height: auto;
		color: #000000 !important;
		font-weight: 400 !important;
	}


	.print-special td,
	.print-special th {
		font-size: 9px;
		padding: 2px;
		page-break-inside: avoid;
		color: #000000 !important;
	}

	.k-body .k-content {
		padding: 0px;
	}

	.k-portlet {
		margin-bottom: 0px;
	}

	.k-portlet .k-portlet__body {
		padding: 0px;
	}

	.k-header--fixed .k-wrapper {
    	padding-top: 0px;
	}

	.fc-toolbar .fc-left {
		display:none !important;
	}

	.fc-toolbar .fc-right {
		display:none !important;
	}

	.fc-event {
		background: #FFFFFF !important;

	}

	.fc-content .fc-title {
		color: #000000 !important;
	}

	.fc th, .fc td {
		border-color: #000000 !important;
		border-width: 2px !important;
	}


}


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