#map {
    height: 500px;
	background-color: #989898;
}
/*InfoWindow*/
.iw_header h3 {
    font-size: 16px !important;
    font-weight: bold !important;
}
.iw_w3w a {
    color: #0a3049 !important;
    font-weight: bold;
    text-decoration: none;
}
.w3w_slashes {
    color: #E11F26 !important;
}
.iw_gm_dir a {
    color: #0000EE;
    font-weight: bold;
    text-decoration: none !important;
}
.marker_text {
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}