
    body { margin:0; padding:0; }
    #map { position: absolute; top:0; bottom:0; right:0; left:0; }
    .label, .partnerLabel {
    font-weight: 320;
    font-size:14px;
    text-transform: none;
    text-align: left;
    padding-left:15px;
    color:black;
  }
  
  .label, .partnerLabel div {
    position: relative;
    width: 260px;
    top: -20px;
    font-weight:400;
    text-shadow:
    -1px -1px 0 #fff,
     0   -1px 0 #fff,
     1px -1px 0 #fff,
     1px  0   0 #fff,
     1px  1px 0 #fff,
     0    1px 0 #fff,
    -1px  1px 0 #fff,
    -1px  0   0 #fff;
  }
  .esri-dynamic-attribution {
    display:none;
  }
  img.leaflet-marker-icon.leaflet-zoom-animated.leaflet-interactive {
    content:url("https://cdn4.iconfinder.com/data/icons/small-n-flat/24/map-marker-512.png");
    height:30px !important;
    width:30px !important;
  }

  .leaflet-control-layers.leaflet-control-layers-expanded.leaflet-control {
    display:none;
  }

  .leaflet-marker-icon.label.leaflet-zoom-animated.leaflet-interactive {
    display:block;
  }

  .markerIconRed {
    filter: drop-shadow(30px 10px 4px LightGray);
  }

  select {
  width: 340px;
  /* padding: 5px 35px 5px 5px; */
  padding: 7px 40px 7px 12px;
  font-size: 16px;
  /* border: 1px solid #CCC; */
  border: 1px solid #E8EAED;
  border-radius: 5px;
  background: white;
  height: 34px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(/imgs/msr/mission/icons8-down-arrow-16.png) 96% / 15% no-repeat #fff;
  background-size: 16px;
  transition: all 150ms ease;

}

.leaflet-popup-content {
  font-size:12px;
  font-weight:200;
}

.leaflet-popup-content p {
  margin: 0px;
}

@media only screen and (max-width: 650px) {
  select#projectInput {
      width:70% !important;
  }

  .leaflet-right .leaflet-control {
    text-align:right;
  }
}