


#map {
  height: 400px;
  width: 100%;
  padding: 0; margin: 0;
}

#content {
  font-size: 1em;
}

#osm {
  font-size: 0.7em;
  font-style: italic;
	margin-bottom: 0px;
	position: absolute;
	bottom: 0px;
    right: 0px;
    z-index: 1;
    background-color: #fffa;
}