#search-location {max-width:450px;}
#locations {
  /* border: 1px solid #ccc; */
  max-height: 280px;
  overflow-y: auto;
  position: absolute;
  z-index: 1000;
  background: #fff;
  width: 300px;
}
#locations div {
  padding: 8px;
  cursor: pointer;
}
#locations div:hover {
  background: #f0f0f0;
}