
/* Google Maps */
#map {
  width:100%; height: 400px; background-color: grey;
}

/* Openstreet Maps */
#open-map {
  width:100%; height:400px; border:2px solid #5f6f7f;
}

div.event-location {clear:both; padding:1em; background: #5f6f7f; color: white;}
