html,
body {
  margin: 0;
  padding: 0;
}

body > .container-fluid > .row {
  align-items: center;
  flex-direction: column-reverse;
}

.main,
#map {
  flex: none;
  max-width: 100%;
  width: 960px;
}

.main .listContainer {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.main .listContainer tr:nth-child(2n-1) td {
  background-color: #eee !important;
}

.main .listContainer tr.nimby td {
  color: #44b1ae;
}

.main .listContainer tr.nimby td {
  color: #e00;
}

#map {
  display: block;
  height: 800px;
}

#map .marker {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 3px #000;
  cursor: pointer;
  display: flex;
  font-size: 13px;
  height: 28px;
  justify-content: center;
  transform-origin: center;
  transition-duration: 0.2s;
  transition-property: border, box-shadow, color, font-size, height, width;
  width: 28px;
}

#map .marker.amenity {
  background: #64c4c1;
  color: #286766;
}

#map .marker.nimby {
  background: #ff5555;
  color: #6f0000;
}

/*# sourceMappingURL=print.css.map */

/*# sourceMappingURL=print.css.map */
