body {
  padding: 0;
  margin: 0;
}

#map,
body,
html {
  height: 85%;
  width: 85%;
  margin-right:auto;
  margin-left:auto;
}

#stateBar,
body,
html {
  width: 85%;
  margin-right:auto;
  margin-left:auto;
}

.well,
body,
html {
  width:85%;
  margin-right:auto;
  margin-left:auto;
}


.legend {
  padding: 6px 8px;
  font: 14px Arial, Helvetica, sans-serif;
  background: white;
  border-radius: 5px;
  line-height: 24px;
  color: #555;
}



.legend i {
  width: 18px;
  height: 18px;
  float: left;
  margin: 0 8px 0 0;
  opacity: 0.7;
}

.legend i.icon {
  background-size: 20px;
  background-color: rgba(255, 255, 255, 1);
}
