body {
  padding: 0;
  margin: 0;
}

#map {
  position:absolute; top:0; bottom:0; width:100%; 
}


html {
  height: 100%;
}

h3,
p {
  text-align: center;
}

.label,
.span {
    display:block;
    float:left;
    height:25px;
    width:33%;
    text-align:center;
    font-size:12px;
    color:#0e0d0d;
    }

