.lc-snippet.enter-visit > * {
  margin-top: 30px;
}
.lc-snippet.enter-visit > *:first-child {
  margin-top: 0 !important;
}
.lc-snippet.enter-visit > .search-bar > form {
  display: flex;
}
.lc-snippet.enter-visit > .search-bar > form > .col.query {
  flex-grow: 1;
  padding-right: 5px;
}
.lc-snippet.enter-visit > .search-bar > form > .col.button {
  flex-grow: 0;
}
.lc-snippet.enter-visit > .customer {
  margin-top: 30px;
}
.lc-snippet.enter-visit > .customer > h3 {
  margin: 0 0 10px 0;
}
.lc-snippet.enter-visit > .visit-report {
  margin-top: 30px;
}
.lc-snippet.enter-visit > .visit-report > form {
  margin-top: 10px;
}
.lc-snippet.enter-visit > .visit-report > form > .input {
  margin-top: 5px;
}
.lc-snippet.enter-visit > .visit-report > form > .submit-button-wrapper {
  margin-top: 10px;
}
.lc-snippet.enter-visit > .visit-report > form textarea[name=report] {
  min-height: 150px;
}
