.info { padding: 6px 8px; font: 14px/16px Arial, Helvetica, sans-serif; background: white; background: rgba(255,255,255,0.8); box-shadow: 0 0 15px rgba(0,0,0,0.2); border-radius: 5px; } .info h4 { margin: 0 0 5px; color: #777; }

/*Legend specific*/
.legend {
  padding: 6px 8px;
  font: 10px Arial, Helvetica, sans-serif;
  background: white;
  background: rgba(218, 204, 204, 0.8);
  /*box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);*/
  /*border-radius: 5px;*/
  line-height: 15px;
  color: #555;
}

.legend2 {
  padding: 6px 8px;
  font: 10px Arial, Helvetica, sans-serif;
  background: rgb(182, 42, 42);
  background: rgba(73, 223, 140, 0.8);
  /*box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);*/
  /*border-radius: 5px;*/
  line-height: 15px;
  color: #555;
}
.legend h4 {
  text-align: center;
  font-size: 16px;
  margin: 2px 12px 8px;
  color: #777;
}

/* .legend span {
  position: relative;
  bottom: 3px;
} */

.legend i {
  width: 15px;
  height: 15px;
  float: left;
  margin: 0 8px 0 0;
  opacity: 0.7;
}

.legend i.icon {
  background-size: 18px;
  background-color: rgba(255, 255, 255, 1);
}
