body {
  margin: 0px;
  padding: 0px;
  font-family: Helvetica, Arial, sans-serif;

}

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

#legend {
  position: absolute;
  z-index: 4;
  bottom: 12px;
  right: 5px;
  padding: 10px;
  background-color: white;
}

#legend-header {
  font-weight: bold;
  padding-bottom: 5px;
}

#legend-subheader {
  padding-bottom: 5px;
  font-size: 12px;

}

.legend-checkbox {
  display: inline-block;
  line-height: 18px;
  height: 12px;
  position: relative;
  top: -2px;
  cursor: pointer;
}

.legend-kind {
  height: 20px;
  width: 100%;
  line-height: 21px;
  font-size: 13px;
  cursor: pointer;
  color: #666;
}

.legend-kind.selected, .legend-kind:hover {
  color: #000;
}

.legend-kind.selected .legend-kind-color {
  box-shadow: 0 0 6px #333;
}

.legend-kind-color {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 5px;
  margin-right: 5px;
}

.legend-kind-name {
  display: inline-block;
  line-height: 20px;
  position: relative;
  top: -4px;
}

.gm-style .gm-style-iw {
  max-width: 300px;
  font-weight: normal;
  padding: 5px;
  font-family: Helvetica, sans-serif;
}

#legend-show-all, #legend-editors-picks {
  cursor: pointer;
  padding-top: 5px;
  color: #666;
}

#legend-show-all .legend-kind-color {
  border: 1px solid #333;
  width: 16px;
  height: 16px;
  margin-right: 2px;
}

#legend-editors-picks .legend-kind-color {
  font-size: 24px;
  text-align: center;
  text-indent: -4px;
  color: goldenrod;
  margin-right: 2px;
  padding: 0 0 1px;
}

#legend-editors-picks.legend-kind.selected .legend-kind-color {
  text-shadow: 0 0 11px #C77907, 0px 1px #B56611;
  box-shadow: none;
}

#legend-show-all:hover {
  font-weight: bold;
}

#legendKindsMobile {
  display: none;
}


.infobox-content {
  background: #fff;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
}

.infobox-header {
  padding: 20px;
  border-bottom: 1px solid #ccc;
}

.infobox-footer {
  padding: 20px;
}

.infobox-kind {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
}

.infobox-name {
  font-size: 28px;
  font-weight: 700;
  margin: 6px 0 4px;
  line-height: 1em;
}

.infobox-location {
  font-size: 18px;
  color: #999;
  font-weight: 500;
}

.infobox-explanation {
  margin-top: 20px;
  font-size: 14px;
}

.infobox-explanation::first-letter {
  text-transform: uppercase;
}

.infobox-comment {
  padding-bottom: 15px;
}

.infobox-comment::first-letter {
  text-transform: uppercase;
}

.infobox-comment-quote {
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
}

.infobox-comment-attribution {
  font-size: 14px;
  color: #999;
  white-space: nowrap;
  font-style: italic;
  font-weight: 500;
  margin-left: 4px;
}

.infobox-contributors {
  font-size: 12px;
  color: #888;
}

@media only screen and (max-width: 700px) {
  #legend {
    display: none;
  }
  #legendKindsMobile {
    display: block;
    position: absolute;
    bottom: 0;
    background: rgba(200,200,200,.5);
    padding: 5px 0;
    width: 100%;
    z-index: 5;
    text-align: center;
  }
  #legendKindsMobile select {
    max-width: 90%  ;
    font-size: 16px;
  }

  .infobox-name {
    font-size: 24px;
    font-weight: 700;
    margin: 6px 0 4px;
    line-height: 1em;
  }
}