.services-search-form-container {
  display: flex;
  flex-direction: column;
  /* height: 100vh; */
  margin-bottom: 1rem;
}
.services-search-form__form {
  display: flex;
  width: 100%;
  flex-direction: row;
  gap: 1rem;
}
.services-search-form__input {
  width: 100%;
  height: 2em;
  font-size: 1em;
  outline: 0;
  border: 1px solid #ccc;
  padding: 0.2em;
}
.services-search-form__molarmasses-table-link {
  display: block;
  position: absolute;
  color: #888;
  font-size: 0.8rem;
  cursor: pointer;
  right: 0;
  bottom: -1.2rem;
}
.services-search-form__button {
  height: 2em;
}

.services-search-form {
}
.global-search__results {
}

.tdsv-tips__container {
}
