<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Common stylesheet for reports stuff */

table.report-criteria {
	width: 45%;
	float: left;
	border: 1px solid #cccccc;
}
table.report-statistics {
	width: 45%;
	float: right;
	border: 1px solid #cccccc;
}
table.report-criteria th, table.report-statistics th {
	width: 40%;
}
tr.report-box-heading {
	background-color: #DDDDDD;
}
tr.report-box-heading th {
	border-bottom: 1px solid #cccccc;
}

table.report-output {
	clear:both;
}
table.report-output-small {
	width: 50%;
}
table.report-output tr td {
	border: 1px solid #cccccc;
	white-space: nowrap;
	padding-left: 4px;
	padding-right: 4px;
}
tr.report-output-headings th {
	border: 1px solid #aaaaaa;
	line-height: 1.8em;
	color: #555555;
	padding-left: 0.5em;
}
th.report-left-border {
	border-left: 1px !important;
}

tr.report-group-heading th {
	border-bottom: 1px solid black;
	color: #003366;
	padding-top: 1em;
}

tr.report-header-row {
	background-color: #eeeeee;
}
tr.report-header-row th {
	border: 1px solid #aaaaaa;
}

td.centre {text-align:center;}
.report-numeric {text-align: right;}

table.report-output .sub { padding-left: 20em;}

p.report-toggle-columns {
	clear:both;
	font-size: 0.8em;
	padding-bottom: 1em;
}
p.report-toggle-columns a {
	float:right;
}

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