﻿/* CUSTOM.CSS */

.acreage {
	display: none !important;
	}
	
/* selectedAreas styling */

#selectedAreas {
	margin: 10px 25px 0 25px;
	border: 1px solid #666;
	padding: 3px 3px 3px 8px;
	width: auto;
	background: #eee;
	box-shadow: 5px 5px 3px #888;
	-webkit-box-shadow: 5px 5px 3px #888;
	-moz-box-shadow: 5px 5px 3px #888;
	font-family: Verdana, Geneva, sans-serif;
}
#selectedAreas h4 {
	text-decoration: underline;
	margin-bottom: 5px;
}
#selectedAreas li {
	text-indent: 10px;
	line-height: 1.5em;
}
#selectedAreas li:last-child {
	padding-bottom: 3px;
}


