select {
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: menulist;
  -webkit-border-radius: 0;
  padding: 3px 7px;
  border-radius: 1px;
  border: solid;
  border-width: 1px;
  border-color: #888;
  background-color: rgba(240, 240, 240, 0.7);
  margin: 3px 0px;
  -webkit-border-radius: 0;
  border: 0;
  outline: 1px solid #777;
  outline-offset: 0px;
}

select.legend {
  font: 16px/16px Arial, Helvetica, sans-serif; 
  color: #777;
  font-weight: bold;
  width: 225px; 
  text-align-last: center; text-align: center;
  -webkit-align-self: center;
  border: 5px solid rgba(1, 1, 1, 0);
  border-radius:3px;
  margin: 10px;
}

.caption{ 
  width: 90%; margin: 0 auto;
  font: 14px/16px Arial, Helvetica, sans-serif; 
}

.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 h3 {
  text-align: center;
  font: 14px/16px Arial, Helvetica, sans-serif;
  color: #777;
  font-size: 16px;
  margin: 6px 0px 5px 0px;
}

.legend h4 {
  color: #888;
  text-align: center;
  margin: 0 0 5px 0;
}

hr { 
  border: 0; 
  height: 1px; 
  margin: 5px auto;
  background-color: #CCC;
  width: 100%;
  float: center;
}

#address_box{
  margin: 4px;
  padding: 4px;
  width: 30ex;
  font: 12px/12px Arial, Helvetica, sans-serif;
}

form {
  text-align: center;
}

.pcenter {
  text-align: center;
  margin: 0px;
}

a.dl_link {
  font: 12px Arial, Helvetica, sans-serif;
  color: #777;
  text-decoration: none;
}


.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; 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; }

#scalecontainerC {
    width: 225px;
    font: 16px/16px Arial, Helvetica, sans-serif;
    padding: 12px 12px; border-radius: 5px;
    color: #777;
    font-weight:bold;
}


#scalecontainerD {
    width: 225px;
    font: 16px/16px Arial, Helvetica, sans-serif;
    padding: 12px 12px; border-radius: 5px;
    color: #777;
    font-weight:bold;
}

.slider {
    -webkit-appearance: none;
    width: 100px;
    height: 10px;
    background: #CCC;
    outline: none;
    opacity: 1;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 10px;
    height: 20px;
    background: #777;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 10px;
    height: 20px;
    background: #777;
    cursor: pointer;
}

#scalecontainerC, #scalecontainerD {
  display: flex;
  align-items: center;
  gap: 10px;
}

#scalespanC, #scalespanD {
  color: #777;
  font-weight: bold;
  font-size: 16px;
  flex-shrink: 0;
  white-space: nowrap;
}

#scalerangeC, #scalerangeD {
  flex-grow: 1;
  min-width: 0;
}

#mapC, #mapD {
  margin: 0px;
  width: 100%;
  height: 70vh;
}

/* Override Minima theme's max-width: 100% on images which collapses Leaflet tiles */
#mapC .leaflet-tile,
#mapD .leaflet-tile {
  max-width: none !important;
}

.figure { margin: 25px 0; }
.img-text { max-width: 550px; }


