<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CBA main css */
@import url("/css/cb-style.css");

Table.divaTable {
	margin: 10px 0px 0px 0px;
}

.tight {
	margin-top: -10px;
}

.sticky {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
}

li.none {
	list-style: none;
	margin-left: -1em;
}
li.github,
li.matlab {
	list-style: none;
	margin-left: 1em;
}
li.github::before,
li.matlab::before {   
	content: "";
	display: inline-block; 
	height: 1.5em;
	width: 1.5em;
	background-size: contain;   
	background-repeat: no-repeat;   
	margin-left: -2em;
	margin-right: 0.1em;
	background-position: center center;
	vertical-align: middle;
}
li.github::before {
	background-image: url("https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png");
}
li.matlab::before {
	background-image: url("/~joali534/images/matlab.png");
}

ul p {
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	font-size: 14px;
	color: #000000;
}

ul, ol {
	padding: 0px 60px 5px 60px;
	margin: 10px 10px 10px 22px;
}

html, body {
	height: 100%
}

#content, #container {
	min-height: 100%;
}

body {
	margin: 0;
	padding: 0;
}

/* undo link behaviour for names */
a[name]:hover {
	text-decoration: inherit;
	color: inherit;
	background: inherit
}

a[name] {
	text-decoration: inherit;
	color: inherit;
	background: inherit
}

#container {
	position: relative; 
}

#footer {
	position: fixed;
	right: 0px;
	bottom: 0px;
	padding: 8px;
	z-index: 1;
	background-color: rgba(255, 255, 255, 0.7);
}

#lfooter {
	position: fixed;
	left: 0px;
	bottom: 0px;
	padding: 4px;
	z-index: 1;
	background-color: rgba(255, 255, 255, 0.7);
}

#scrollbox {
	overflow: auto;
	height: 100%;
}

.main {
	position: relative; 
	min-width:1030px; 
	min-height:500px;
}
@media (min-width: 1071px) {
	.main { padding-left: 1%; padding-right: 1%; }
}
@media (min-width: 1121px) {
	.main { padding-left: 2%; padding-right: 2%; }
}
@media (min-width: 1201px) {
	.main { padding-left: 3%; padding-right: 3%; }
}
@media (min-width: 1301px) {
	.main { padding-left: 4%; padding-right: 4%; }
}

/**************************************************************/

.leftbox {
	border: 1px solid #bbbbbb;
	margin: 0px 10px 15px 10px;
	padding: 0px 0px 10px 0px;
	text-align: left;
}

.leftbox h2{
	color: #404040;
	font-weight: bold;
	font-size: 12px;
	/*font-family: Geneva, Verdana, Helvetica, Arial;*/
	border-bottom: 1px solid #bbbbbb;
	margin: 0px 0px 0px 0px;
	padding: 4px 5px 5px 5px;
	text-align: left;
	line-height: 12px;
	background: url("/pics/cb/menuback_gray.jpg") repeat-x;
}

.leftbox h4{
	padding: 4px 5px 5px 5px;
}


.leftbox ul, ol {
	padding: 0px 10px 5px 10px;
	margin: 10px 5px 10px 12px;
}

.leftbox li {
	font-size: 0.8em;
}
.leftbox p {
	font-size: 0.8em;
}
</pre></body></html>