#mapP 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 black;
  outline-offset: 0px;
}

#mapP select.legend {
  font-weight: bold;
  width: 100%; 
  text-align-last: center; text-align: center;
  -webkit-align-self: center;
}

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

.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.95); 
  padding: 8px 10px;
  border-radius: 5px;
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
}

.info h4  { margin: 0 0 5px 0; color: #777; }

/* Override Minima theme's zebra striping and cell styling */
#legend_table tr {
  background-color: transparent !important;
}

#legend_table tr:nth-child(even) {
  background-color: transparent !important;
}

/* Now my settings... */
.legend {
  text-align: left;
  line-height: 18px;
  color: #555;
  font-size: 13px;
}

.legend i { width: 18px; height: 18px; float: left; margin-right: 8px; opacity: 0.7; }
.legend table { padding: 0px; border-spacing: 0px; margin: 0 auto; }
.legend .cblock { padding: 0px; margin: 0px;  width: 13px; opacity: 0.7; }
.legend .ltext  { padding: 0px 5px 0px 10px; }

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

#legend_table {
  border-spacing: 0;
  margin: 8px auto;
  width: auto;
  border: none;
}

/* Override Minima theme's zebra striping */
#legend_table tr {
  background-color: transparent !important;
}

#legend_table tr:nth-child(even) {
  background-color: transparent !important;
}

/* Override Minima theme's cell padding and remove borders from all cells */
#legend_table th,
#legend_table td {
  padding: 0;
  border: none;
  height: 15px;
  line-height: 15px;
}

#legend_table td.cblock {
  text-align: center;
  width: 14px;
  height: 15px;
  border: 1px solid #777;
}

#legend_table td.ltext {
  text-align: left;
  font-size: 14px;
  color: #777;
  padding-left: 10px;
  width: 3em;
}

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



