<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */


ul.nav {
	margin-bottom: 0;
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}
ul.nav li {
display: inline-block;
padding-left: 1em;
padding-right: 1em;
padding-bottom: 5px;
font-size: larger;
border-top: thin solid grey;
border-left: thin solid grey;
border-right: thin solid grey;
border-bottom: none;
margin-bottom: 0;
}
ul.nav li.active { background-color: black; color: white; }
ul.nav li.inactive { background-color: white; color: black; }

ul.nav li:hover {
border-top: thin solid black;
border-left: thick solid black;
border-right: medium solid black;
cursor: pointer;
}

div.tabPane {
	border: thick solid black;
	padding-bottom: 10px;
}

div.active {
	 display: block;
	 text-align: center;
	 font-weight: bold;
 }

div.inactive { display: none; 
	 text-align: center;
}

div.maincol1 {	float: right;
				background-color: #EFEFEF;
				font-size: smaller;
				margin-right: 3px;
				border-right:double medium black;
				margin-right: 5px;
				padding-left: 1em;
				padding-right: 5px;
 }

div.maincol1 a:visited {
	color: #F00;
	text-decoration: none;
	font-weight: bold;
}

div.maincol1 a:link {
	color: #00F;
	text-decoration: none;
	font-weight: bold;
}

div.maincol1 a:hover {
	text-decoration: none;
	font-weight: bold;
	background-color:#000;
	color: white;
}

p.menuheader {
	font-weight: bold;
	font-size: medium;
	color: black;
}

div.maincol2 { float: right; width: 80%}

div.tabHeader {
	border: none;
}

div.tabHeader h2 {
	text-align: center;
	font-size: larger;
	font-weight: bold;
}

div.identifier {
	width: 100%;
}

div.subsection { float: left;
	width: 45%;
	margin-left: 10px;
	margin-right: 10px;
}

div.plot { float: left;
	width: 58%;
	margin-left: 1%;
	margin-right: 1%;
}

div.subsection2 {
	float: left;
	width: 38%;
	margin-left: 1%;
	margin-right: 1%;
}

div.structsection {
	margin-left: 10px;
	margin-right: 10px;
}	

div.subsection p {
	font-weight: bold;
}

q { quotes: '\201C' '\201D' }

span.magnetic {
	color: #C80000;
}

span.coupled {
	color: #96FF96;
}

h1.sitehelp {
	font-weight:bolder; font-size:14px;
}

ol.sitehelp li { 
	margin-bottom: 20px;
}

div.help {
	float: left;
	width: 70%;
}</pre></body></html>