#sightingsMap{
  width: 100%;
  height: 500px;
  display: block;
}

.pin-area{
  stroke: #ff2a2a;      /* border */
  stroke-width: 2;
  fill: #ff2a2a;        /* inside */
  fill-opacity: 0.18;   /* transparency */
}