html { height: 100% }

body {
  height: 100%; 
  margin: 0px; 
  padding: 0px; 
}

.forecastlabel {
  background: none repeat scroll 0% 0% padding-box rgba(158, 145, 145, 0.81);
  border-color: rgba(0,0,0,0.75);
}

.gray_box {
  background: rgba(158, 145, 145, 0.81);
}

#map { height: 100% }