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

/* Basic settings */
a.summary-letter {
	text-decoration: none
}

pre {
	font-family: monospace;
}

span.roman {
	font-family: serif;
	font-weight: normal;
}

span.sansserif {
	font-family: sans-serif;
	font-weight: normal;
}

ul.toc {
	list-style: none
}

/* Multitables */
table.multitable {

}

table.multitable td {
      padding-left: 1em;
      padding-right: 1em;
}

table.multitable thead {
      font-style: italic;
      border-bottom: 1px black solid;
}

/* Navigation bar */
table.nav {
	empty-cells: hide;
}

table.nav td {
	padding-right: 1em;
}

table.nav td a {
        color: black;
        text-decoration: none;
}

table.nav td a:hover {
        text-decoration: underline;
}

td.title {
	font-weight: bold;
}

span.title {
	font-weight: bold;
}

span.passive {
	display: none;
}

span.splitstatus {
	color: silver;
}

span.navtext {
	font-style: italic;
}

td.right {
	text-align: right;
}

h1.settitle {
        display: none;
}

h1.chapter, h1.appendix, h1.unnumbered, h2.section, h2.heading, h3.subsection, h4.subsubsection  {
        font-size: 110%
}

a[name="SEC_Contents"] + h1 {
        font-size: 110%
}

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