@media print {
  #places {
    font-size: 50%;
  }
}
path.candidate {
  stroke: black;
}

.pinned,
.pinned circle,
.pinned path {
  fill: black !important;
}

#map {
  position: relative;
}

#pin-count {
  background: maroon;
  border-radius: 8px;
  bottom: 0;
  color: white;
  font-size: 2em;
  margin: 0;
  padding: 0.15em 0.5em;
  position: absolute;
  right: 0;
}

@media screen and (max-width: 445px) {
  #pin-count {
    box-sizing: border-box;
    font-size: 1.25em;
    height: 2.5rem;
    line-height: 2.5rem;
    padding: 0;
    text-align: center;
    width: 2.5rem;
  }
}

#places {
  columns: 8em 6;
  font-family: sans-serif;
}

#places input {
  margin-left: -1.2em;
}

#places div {
  border-radius: 4px;
  margin-left: 1em;
}

#places div.candidate {
  background-color: lightblue;
}

.state {
  fill: #D3D3D3;
}