/* For img in the map remove borders, shadow, no margin and no max-width*/.map img, .svPanel img {    border: 0px;    box-shadow: none;    margin: 0px !important;    padding: 0px !important;    max-width: none !important;    background: none !important;}/* Make sure the directions are below the map*/.directions {    clear: left;}.adp-directions {    width: 100%;}/* Solve problems in chrome with the show of the direction steps in full width*/.adp-placemark {    width : 100%;}/* Padding for image overlay*/.controlDiv {    padding : 5px;}
