/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .tfe-map-container {
   position: relative;
   padding-bottom: 58%;
 }

#tfe-map {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}


legend {
  font-size: 15px;
  line-height: inherit;
}