#map-wrapper {
	height: 400px; 
	margin-top: 20px; 
	border: 2px solid #ccc;
}

#ajax-progress {
	display: none;
	float:right; 
	margin-top: -30px; 
	height: 25px; 
	width: 25px;
}

#representative-map {
	height: 100%; 
	/*width: 75%;*/  
	margin-bottom: 15px; 
	width: auto;
}

#directions-title, 
#location-directions, 
#location-matches { 
	margin: 10px auto 15px; 
}

#representative-list {
	float: right; 
	height: 100%; 
	width: 24.8%; 
	border-left: 2px solid #ccc; 
}

#representative-list-content {
	/*height: 88%;*/ 
	max-height: 84%;
	overflow-y: scroll;
	overflow-x: hidden;
	border-top: 1px solid #ccc;
}

#representative-list h2 {
	margin: 10px; 
	text-align: center; 
	text-decoration: underline;
	/*height: 6%;*/ 
}

#representative-list .rep {
	padding: 10px; 
	border-bottom: 1px solid #ccc;  
}

#representative-list .rep:first-child {
	/*border-top: 1px solid #ccc;*/
}

#representative-list .rep.row1 {
	background: #eee; 
}

#representative-list .rep.row2 {
	
}

#representative-list .rep h3 {
	margin-bottom: 7px; 	
}

#representative-list .rep a,
#representative-list .rep a:visited  {
	outline: none; 
	text-decoration:none;
}

#representative-list .rep a:hover,
#representative-list .rep a:active  {
	
}

#representative-list .rep .location-distance,
#representative-list .rep .location-address {
	margin-bottom: 5px; 	
        font-size: 12px;
}

