body {
font-family: Roboto, Candara, Arial, Helvetica, sans-serif;
font-size: 1em;
color: #000000;
background-color: #23dcca;
margin: 0;
padding: .5rem 3rem;
}

a:link {
color: #1cac9f;
font-weight: bold;
}

a:visited {
color: #23d7c7;
}

a:hover {
color: black;
}

a:active {
color: #0000ff;
}

.banner1 {
display: inline-block;
width: 45%;
min-width: 320px;
max-width: 376px;
}

.banner2 {
display: inline-block;
min-width: 320px;
padding: 2em 0 0 1rem;
vertical-align: top;
width: 45%;
}

.bold {
font-weight: bold;
}

.bottom {
margin-bottom: 1rem;
font-size: 1.1rem;
}

caption {
color: #3e544e;
font-size: 14pt;
font-weight: bolder;
letter-spacing: 2px;
text-align: left;
}

.center {
text-align: center;
}

.color {
color: blue;
}

#content {
float: left;
height: 100%;
margin: 1rem;
padding: 0 .7rem;
width: 70%;
}

#content-2 {
background-color: #ffffff;
border-radius: 10px;
height: 100%;
margin: 1rem;
padding: 0 .7rem;
text-align: center;
}

.counter {
font-size: .7em;
font-style: italic;
text-align: right;
}

.county-button {
border-radius: 8px;
border: thin solid #23dcca;
box-shadow: 2px 2px 5px #777;
display: inline-block;
margin: 5px;
min-width: 9em;
padding: 3px;
text-align: center;
}

.county-button:hover {
background-color: #23dcca;
border: thin solid #aaa;
box-shadow: inset 2px 2px 5px #555;
color: white;
}

#footer {
clear: both;
background-color: #ffd700;
border-radius: 0 0 10px 10px;
font-size: .8rem;
padding: 1rem;
text-align: center;
}

h1,h2 {
color: #1cac9f;
}

h1 {
font-size: 1.2rem;
text-align: center;
}

#header {
background-color: #ffd700;
border-radius: 10px 10px 0px 0px;
padding: 1rem;
}

.heading {
font-size: .8em;
font-variant: small-caps;
}

hr {
border: 1px;
border-style: solid;
margin: 1rem 11%;
color: #bf0a30;
background-color: #bf0a30;
}

img {
border: 0;
}

#inner-wrapper {
background-color: white;
border-radius: 10px;
}

.italic {
font-style: italic;
}

#logo {
border-radius: 10px 0 0 0;
width: 100%;
max-width: 376px;
}

#map {
display: block;
margin: 1em auto;
height: 509px;
width: 476px;
}

#menu {
display: inline-block;
font-size: .9em;
font-weight: normal;
line-height: 1.8;
padding: 0 1em;
text-align: center;
width: 16%;
}

.old {
text-align: justify;
padding: 1em;
}

#outer-wrapper {
background-color: #bf0a30;
border-radius: 10px;
padding: 1rem 1.5rem;
}

#post {
border-collapse: collapse;
margin: 1em auto;
}

#post td:nth-child(1) {
font-weight: bold;
text-align: center;
}

#post td,th {
padding: 2px 15px;
}

#post th {
background-color: #bf0a30;
color: white;
}

#post tr {
border-bottom: 1px solid #ddd;
}

#search a:link {
font-weight: normal;
}

#search {
margin: 0 auto;
text-align: center;
}

.search-button {
padding: 2px 7px;
background-color: #cbf7f3;
border: 2px solid #111;
border-radius: 10px;
}

#search form {
margin: 0;
margin-top: 4px;
}

#search td {
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: .8em;
}

.table-county {
width: 96%;
line-height: 130%;
}

.table-divider {
color: #990000;
font-size: .9em;
font-style: bold;
font-variant: small-caps;
text-align: center;
}

.table-main {
background-color: #fdfdfd;
border-color: gray;
border-style: dotted;
border-width: thin;
font-size: .9em;
margin: 1rem auto;
text-align: left;
width: 100%;
}

.table-main td:nth-child(1) {
width: 60%;
}

.table-main td:nth-child(3) {
white-space: nowrap
}

.table-main td:nth-child(4) {
white-space: nowrap
}

.table-small {
letter-spacing: 1px;
margin: 0 auto;
text-align: center;
width: 75%;
}

.title {
color: #23dcca;
font-size: 2.5em;
letter-spacing: 2px;
text-shadow: -1px -1px 1px #0c4943, 1px 1px 1px #0c4943, 3px 1px 7px #000;
}

.usgenweb {
width: 100%;
height: auto;
}

@media only screen and (max-width : 1240px) {
.title {
font-size: 2em;
}
}

@media only screen and (max-width : 1030px) {
#content {
float: none;
width: initial;
}
#menu {
width: 95%;
}
.title {
font-size: 1.75em;
}
}

@media only screen and (max-width : 1000px) {
#outer-wrapper {
padding: .7rem;
}
}

@media only screen and (max-width : 950px) {
.title {
font-size: 1.5em;
}
}

@media only screen and (max-width : 860px) {
.banner1,.banner2 {
display: block;
margin: auto;
text-align: center;
}
.banner2 {
padding: 0;
}
#click-map {
visibility: hidden;
display: none;
}
#logo {
border-radius: 10px;
display: inline-block;
margin: auto;
}
}

@media only screen and (max-width : 600px) {
body {
padding: 5px;
font-size: 1.2em;
}
.table-main td {
border: thin solid #ddd;
}
.table-main td:nth-child(2) {
display: none;
}
.table-main td:nth-child(4) {
display: none;
}
.title {
clear: both;
}
}

@media only screen and (max-width : 480px) {
}
