Strict Standards: Only variables should be assigned by reference in /home/lismulli/public_html/media/plugin_googlemap2/site/googlemaps/googlemaps.css.php on line 49
/* For img in the map remove borders, shadow, no margin and no max-width
*/
.map img {
border: 0px;
box-shadow: 0px;
margin: 0px;
max-width: none !important;
}
/* Make sure the directions are below the map
*/
.directions {
clear: left;
}
/* Solve problems in chrome with the show of the direction steps in full width
*/
.adp-placemark {
width : 100%
}