.search-results {
  border-top: 1px solid black;
  margin-bottom: 2.0em;
}

.search-result {
  padding: 1.4em;
}

.search-result:nth-child(2n) {
    background: #f0efef;
}
