@charset "utf-8";



#map, 
#directions { 
	width: auto;
}
#map {
	height: 300px;
	
	font-size: 11px;
	line-height: 15px;
}
#directions {
	font-size: 11px;
	line-height: 15px;
}
#directions a {
	color: #3b6e8f;
	text-decoration: underline;
}
#directions a:hover {
	color: #79bde8;
}
