#map {
    border-radius: 8px;
    background-color: #fefefe;
  }
  
  * {
  margin: 0px;
  padding: 0px;
}  

    
html {
  box-sizing: border-box;
  height: 100%;
}    
    
body {
  background: #fff;
  height: 100%;
  font-family: Lato, "Open sans", Helvetica, Arial, sans-serif;
}

h4 {
  color: #222;
  /*font-family: Lato;*/
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: .5em;
}

p {
  margin-bottom: .1em;
  font-weight: 700;
}

/* h1 used for title*/
.h1, h1 {
    font-size: 34px;
}

/* h5 used in popups*/
h5 { 
  margin-bottom: -.2em;
  font-size: 1.1em;
}

/* h6 used in info controls*/
h6 {
  font-size: 0.9em;
  margin-bottom: 0;
}


.attr {
  bottom: -10px;
  padding: 3px;
  background: rgba(255, 255, 255, .6);
  box-shadow: 0 0 15px rgba(255,255,250,0.6);
  border-radius: 3px;
  z-index: 9999;
   font-family: Lato, "Open sans", Helvetica, Arial, sans-serif;
}


.legend {
    font-family: Lato, "Open sans", Helvetica, Arial, sans-serif;
    line-height: 18px;
    color: #555;
    background: rgba(255, 250, 250, .9);
    padding: 8px;
    margin-bottom: 5px;
    margin-left: 25px;
    border: 1px solid #ddd;
    position: relative;
    border-radius: 8px;
    word-spacing: 1px;
}
.legend i {
    width: 12px;
    height: 12px;
    float:left;
    margin-top: 3px;
    margin-left: 8px;
    margin-right: 8px;
    opacity: 1;
    word-spacing: 1px;
    align-content: center;


}