<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">header {
	background: #EEE;
	padding-bottom: 16px;
	border-bottom: 1px solid #DDD;
}
h1 {
	color: #333;
	font-size: 24px;
	font-weight: normal;
}
h1 .county-name, .county-url-sfx {
	color: #666;
}
header nav {
	margin-top: 16px;
}

.body-text&gt;h2, .body-text&gt;h3, .body-text&gt;h4 {
	padding-bottom: 10px;
}
/*.body-text h3, .body-text h4 {
	margin-bottom: 30px;
}
*/

.body form {
	/*max-width: 480px;*/
	/*margin: 0 auto;*/
	padding: 20px;
	background: #EEE;
	border: 1px solid #CCC;
}

.footer {
	text-align: center;
	font-size: 12px;
	color: #EEE;
	background: #333;
	padding: 20px 0;
}

.footer-links {
	font-size: 12px;
	padding: 40px 0;
	background: #EEE;
}
.footer-links ul {
	margin: 0;
	padding: 0;
    list-style: none;
}
.footer-links a {
	color: #9d9d9d;
}

.inline-th {
	background: #EEE;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  /*background-color: #f5f5f5;*/
}

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