#map-canvas{
	height:600px;
}
#map-canvas .cluster div {
	color: #FCDBA5 !important;
	font-size: 14px !important;
}


.marker_infowindow h2 {
	font-size: 18px;
	margin-top: 0;
	color: #F4AD96;
}

.infowindow_container > div > div:nth-child(4) {
	/* remove white background */
	background-color: #664293 !important;
	color: #fff;
}

.infowindow_container > div > div:nth-child(3) > div > div{
	/* infowindow triangle halves */
	background-color: #664293 !important;
	color: #fff;
}

.gm-style-iw {
	color: #fff;
}

