<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	margin: 0;
	font-family: 'Lato', sans-serif;
	background-color: #fff;
	font-size: 1em;
	color: #555;
}
#mainwide, .topwrapper {
	width: 1100px;
	margin: 0 auto;
}
.topwrapper {
	margin: 15px auto 0 auto;
}
.topwrapper img {
	width: 240px;
}
h1 {
	color: #333;
	margin: 1em 0;
}
h2 {
	color: #444;
	font-weight: normal;
	margin: 0 0 0.5em 0;
}
li {
	font-size: 1.3em;
	margin-bottom: 1em;
}
p.footer {
	text-align: center;
	line-height: 4em;
	color: #757575;
  width: 100%;
  height: 4em;
	font-size: 0.8em;
}
.btn-link {
	display: block;
	margin: 60px auto;
	width: 70%;
	padding: 25px 0;
	font-size: 1.8em;
	font-weight: normal;
	text-align: center;
	cursor: pointer;
	border: 1px solid #2e6da4;
	color: #fff;
	background-color: #337ab7;
	border-radius: 4px;
	text-decoration: none;
}
.btn-link:hover {
	background-color: #2289e4;
}

/* TABLE STYLES */
.table {
	width: 100%;
	border-collapse: collapse;
	border: 1
}
table table, th, td {
	text-align: left;
	border: 1px solid #ccc;
	padding: 5px 8px;
}
table th {
	background-color: #222;
	color: #fff;
}

/* TAB STYLING */ 
.tabordion {
	color: #555;
	display: block;
	margin: auto;
	position: relative;
	width: 100%;
}
.tabordion input[name="sections"] {
	left: -9999px;
	position: absolute;
	top: -9999px;
}
.tabordion section {
	display: block;
}
.tabordion section label {
	background: #efefef;
	border:1px solid #fff;
	cursor: pointer;
	display: block;
	font-size: 1.2em;
	font-weight: normal;
	padding: 15px 20px;
	position: relative;
	width: 220px;
	z-index:100;
}
.tabordion section label:hover {
	background-color: #edf7ff;
}
.tabordion section article {
	display: none;
	left: 270px;
	width: 750px;
	padding: 0 0 0 21px;
	position: absolute;  
	top: 0;
}
.tabordion section article:after {
	background-color: #fff;
	bottom: 0;
	content: "";
	display: block;
	left:-229px;
	position: absolute;
	top: 0;
	width: 220px;
	z-index:1;
}
.tabordion input[name="sections"]:checked + label { 
	background: #f68e1f;
	color: #000;
}
.tabordion input[name="sections"]:checked ~ article {
	display: block;
}
#option0 + label{
	background-color: #222;
	color: #fff
}</pre></body></html>