
/* CFM Response Styling */
#resultsContainer{
	padding:1em 0 1em 0;
}
#multiCountyResult{
	padding-bottom: 3em;
}

#responseContent h4{
	color: rgb(255,152,51);
	font-weight:bold;
}
#responseContent a { cursor: pointer; }

/* 
 * County Response, all classes begin with countyResponse-<class>
 */
#countyResponse-title, #stateResponse-title{
	font-family: 'Arvo', serif;
}
#countyResponse-title h3, #stateResponse-title h3{
	font-weight:700;
	margin:15px 0 15px 0;
}
#countyResponse-title, #countyResponse-quickLinks, #stateResponse-title{
	background-color:rgb(255,153,51);
	color:#fff;
}
#countyResponse-basicInfoRow{
	border-bottom-color: rgb(255,153,51);
	border-bottom-style: solid;
	border-bottom-width: 2px;
}
#countyResponse-quickLinks{
	margin-bottom:0;
	height:117px;
}
#countyResponse-quickLinks h4{
	color:#fff;
}
#countyResponse-quickLinks a{
	color:#fff;
}
#countyResponse-memberBadge{
	background-color:rgb(0,173,220);
}
#countyResponse-memberBadge h4{
	color:white;
	text-align:center;
	font-size: 1.2em;
	font-weight:700;
	margin:20px 0 20px 0;
}
#countyResponse-countyDetails table{
	text-align:left;
}
#countyResponse-populations table{
	text-align:center;
	margin:0 auto;
	width: 80%;
}
#countyResponse-quickLinks ul{
	text-align:left;
	padding-left:3em;
	list-style:none;
}
#countyResponse-electedOfficials table, #multiCountyResult table, #cityResponse table{
	width:auto;
	margin: 0 auto;
}
#multiCountyResult td{
	padding-left:1em;
	padding-right:1em;
} 
#stateResponse-table{
	margin:0 auto;
	width:90%;
}
#stateResponse-table th{
	color:rgb(255,153,51);
	font-size:1em;
	margin-right:5px;
	text-align:right;
}