html, body, #map {
  margin: 0px;
  height: 100%;
  width:100%;
}


#badge {
  display: inline-block;
  position: absolute;
  left: 5px;
  bottom: 32px;
  height: 28px;
  width: 28px;
}

#badge a:link,
#badge a:visited,
#badge a:hover,
#badge a:active {
  text-decoration: none;
}

#badge img {
  width: 28px;
  height: 28px;
  border-radius: 4px;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.25);
  border-style: solid;
}