#show-destination {
    display: none;
  }

  .new-location {
    cursor: pointer;
    color: #0088cc;
  }

  .new-location:hover {
    text-decoration: underline;
  }