﻿/* tables */
table.tablesorter {
	font-family: 'Crete Round', serif, Arial, Helvetica, sans-serif;
	color:#007100;
	background-color: #CDCDCD;
	margin: 10px 0pt 15px 20px;
	font-size: 12pt;
	width: 90%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 12pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color:   #007100;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}
.tablesorter .filtered {
	display:none;
}
h1 {
	margin: 20px;
	font-family: 'Crete Round', serif, Arial, Helvetica, sans-serif;
	font-size:x-large;
	color:teal;
	font-weight:bold;
}
button.reset {
	margin:  10px 0px 10px 20px;
	padding: 10px;
	color:   #663300;
}
.source {
	margin:  0px 0px 0px 20px;
	color: #007100;
}
.sources {
	color: #007100;
	margin:  0px 0px 10px 20px;
}
.citation {
	color: #007100;
	font-style:italic;
}
section {
	float:left;
	width:500px;
}
aside {
	float:left;
	width:500px;
	padding:10px;
	margin-top:10px;
	margin-left:20px;
	border: 2px #003300 solid;
	border-radius: 6px;
	color:  #003300;
}
.counties.th:nth-child(1) {
	width: 200px;
}
.counties.th:nth-child(2) {
	width: 500px;
}
