
.map_title {
  font: 18px/18px Arial, Helvetica, sans-serif;
  margin: 0 0 5px 0; color: #777;
  padding: 5px;
  text-align: center;
}

img.legend {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  padding: 5px;
}

@media only screen and (max-width: 991px) {
  img.legend {
    width: 75%;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
  img.legend {
    width: 90%;
  }
}
 


.info {
  font: 14px/16px Arial, Helvetica, sans-serif;
  background: rgba(255,255,255,0.8);
  padding: 6px 8px; border-radius: 5px;
  box-shadow: 0 0 15px rgba(0,0,0,0.2); }
.info h4  { margin: 0 0 5px 0; color: #777; }
.legend   { text-align: left; line-height: 18px; color: #555; }
.legend i { width: 18px; height: 18px; float: left; margin-right: 8px; opacity: 0.7; }

.legend   { font-size: 12px; text-align: left; line-height: 15px; color: #555; }
.legend table { padding: 0px; border-spacing: 0px; }

.legend .cblock { padding 0px; margin: 0px;  width: 13px; opacity: 0.7; }
.legend .ltext  { padding: 0px 5px 0px 10px; }

.legend h3 {
  text-align: center;
  color: #777;
  font-size: 16px;
  margin: 0 0 5px 0;
}

