<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*This css file contains all the overrides of the default styles of the AdminLTE Theme*/
.nav-tabs-custom 
{
	background-color: transparent;
	box-shadow: none;
}

@page {
	size: A4;
	margin: 40px 40px 60px 40px;
}

@media print {
	html, body {
		width: 210mm;
		height: 297mm;
	}
}</pre></body></html>