.plannerForm {
    max-width: 800px;
    width: 100%;
    margin: 10px auto; 
}

.search-container {
    position: relative;
  }

  #results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
    display: none;
  }

  .list-group-item {
    cursor: pointer;
  }

  .list-group-item:hover {
    background-color: #f8f9fa;
  }

caption {
  text-align: center !important;
}
.map {
  margin: 10px auto; 
  overflow-x: scroll;
}