#location-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: max-content;
}

#location-list li {
  border-radius: 15px;
  padding: 10px;
  background-color: #BBDBF5;
  cursor: pointer;
  margin: 10px 10px 0px 10px;
}

#location-list li:first-child {
  margin-top: unset;
}

#location-list li a {
  text-decoration: none;
  color: #000;
}

#otherCompanys {
  max-width: 200px;
}
#locationSearch {
  max-width: 700px;
}
#addButton {
  font-size: 1.5em;
}

.error {
  margin: unset;
  border-radius: unset;
  width: unset;
  text-align: center;
}
