#map-canvas{
	-webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.07);
	-moz-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.07);
	box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.07);
	
	width: 100%;
	height: 340px;
	margin-top: -8px;
	
	background-color: silver;
}

.map-infowindow{
	min-width: 400px;
}

.map-infowindow h2,
.map-infowindow p{
	color: black;
}
.map-infowindow h2{
	font-size: 18px;
}
.map-infowindow p{
	font-size: 15px;
	line-height: 20px;
}

#directions-panel .adp-placemark{
	background-color: transparent;
    border: 0 none;
    font-size: 20px;
    font-weight: bold;
}
#directions-panel .adp,
#directions-panel .adp table,
#directions-panel .adp-text{
	color: #e5c221;
	text-align: right;
}
#directions-panel .adp-details, .adp-legal{
	color: white;
}
#directions-panel .adp-placemark img{
	display: none;
}

#directions-panel{
}
.adp-directions{
}

#directions-panel p,
#directions-panel td,
#directions-panel tr{
}