.leaflet-control-feature-legend {
    background-color: white;
    width: 130px;
    font-size: 8pt;
    
    text-size-adjust: 8pt;
  
  }
  @media screen and (max-width : 480px){
    
  }
  .leaflet-control-feature-legend-title {
    margin: 3px;
  }
  
  .leaflet-control-feature-legend div {
    display: table;
  }
  
  .leaflet-control-feature-legend span {
    vertical-align: middle;
    display: table-cell;
  }
  
  .leaflet-control-feature-legend i {
    display: inline-block;
   
    position: relative;
    width: 170px;
  }
  
  .leaflet-control-feature-legend-toggle {
    background-image: url("../assets/legend-icon.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    box-shadow: none;
  }
  
  .leaflet-control-feature-legend-contents {
    display: none;
    background-color: #002f5f;
  }
  
  .leaflet-control-feature-legend-expanded .leaflet-control-feature-legend-contents {
    display: block;
    padding: 0px 0px 0px 0px;
    border: double;
    border-color: #f0b310;
  }
  
  .leaflet-control-feature-legend-contents img {
    position: absolute;
  }