<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
	overflow: visible !important;
	width: auto !important;
	height: auto !important;
}

table
{
    table-layout: fixed !important; 
}

table.output_table
{
    width: 92%;
}

td
{
    white-space: normal !important;
    width: 0;
}

div#PageContent &gt; div:first-child
{
    width: 100% !important;
}

*
{
    overflow: visible !important;
   font-size: 9px !important;
}

.noPrint
{
    display:none;
}

.ui-layout-pane ,

.ui-layout-resizer ,

.ui-layout-toggler {

	/* NEUTRALIZE 'layout element' styles */

	display: none !important; /* hide ALL by default */

	position: relative !important;

	top: auto !important;

	bottom: auto !important;

	left: auto !important;

	right: auto !important;

	width: auto !important;

	height: auto !important;

	overflow: visible !important;

}


.ui-layout-pane-center {

	display: block !important;

	border: 0 !important;

	padding: 0 !important;

	background: transparent !important;

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