.finder-wrapper {
  position: relative;
  height: 35px;
  border: 1px solid #dddddd;
  border-radius: 18px;
  background: white;
  overflow: hidden;
}

#finder-results {
  z-index: 10001;
  display: none;
  background: white;
  margin-bottom: 10px;
  margin-top: 3px;
  padding: 5px;
  position: absolute;
  width: 250px;
}
#finder-results h2 {
  font-weight: normal;
  margin: 5px 0;
  font-size: 16px;
  text-align: center;
  color: #606060;
}
#finder-results .row {
  padding: 3px 0;
  background: #ece3d4;
  border-bottom: 1px solid #ced0d3;
}
#finder-results .row:hover {
  background: #e8dfd0;
  cursor: pointer;
}
#finder-results .row img {
  float: left;
}
#finder-results .row .description {
  float: right;
  width: 110px;
}
#finder-results .row h3 {
  font-weight: normal;
  margin: 0;
}

#finder-input {
  line-height: 35px;
  color: #909090;
  font-style: italic;
  padding: 0 0 0 15px;
  width: calc(100% - 35px);
  border: none;
  float: left;
  box-sizing: border-box;
}
.finder-wrapper .submit {
  float: left;
  display: block;
  border: none;
  cursor: pointer;
  width: 35px;
  height: 35px;
}