<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* SAR CLI and Line elements */
/* CLI elements include the "Type" field name as part of the class name */
.CLIHeader {
	position:relative;
	clear:both;
	font-family:arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
	width:auto;
	display:inline;
}
.CLISample, .CLISyntax {
	position:relative;
	clear:both;
	font-family:"courier new";
	font-size:10pt;
	margin-bottom:15px;
	width:auto;
	left:2em;
}
.CLICLI {
	position:relative;
	clear:both;
	font-family:"courier new";
	font-size:10pt;
	font-weight:bold;
	width:auto;
	left:2em;
}

/* Line elements */
.Level0 {
	clear:both;
	position:relative;
	text-indent:-10pt;
	padding-left:10pt;
	left:0pt;
	width:auto;
}
.Level1 {
	clear:both;
	position:relative;
	left:0pt;
	text-indent:-10pt;
	padding-left:20pt;
	width:auto;
}
.Level2 {
	clear:both;
	position:relative;
	left:0pt;
	text-indent:-10pt;
	padding-left:30pt;
	width:auto;
}
.Level3 {
	clear:both;
	position:relative;
	text-indent:-10pt;
	padding-left:40pt;
	width:auto;
}
.Level4 {
	clear:both;
	position:relative;
	left:0pt;
	text-indent:-10pt;
	padding-left:50pt;
	width:auto;
}
.Level5 {
	clear:both;
	position:relative;
	left:0pt;
	text-indent:-10pt;
	padding-left:60pt;
	width:auto;
}
.Level6 {
	clear:both;
	position:relative;
	left:0pt;
	text-indent:-10pt;
	padding-left:70pt;
	width:auto;
}
.Level7 {
	clear:both;
	position:relative;
	left:0pt;
	text-indent:-10pt;
	padding-left:80pt;
	width:auto;
}
.Level8 {
	clear:both;
	position:relative;
	left:0pt;
	text-indent:-10pt;
	padding-left:90pt;
	width:auto;
}
</pre></body></html>