div.category-row {
  display: flex;
  width: 100%;
  border-bottom: 1px solid grey;
  padding-bottom: 10px;
  margin-bottom: 10px
}

div.category-row-thumb {
  width: 20%
}

div.category-row-title {
  flex-grow: 1;
  width: 80%;
  padding-left: 10px
}

h3.category-row-title-title {
  margin-bottom: 1px;
}

h4.category-row-title-category {
  font-style: italic;
  margin-top: 3px;
  margin-bottom: 1px;
}

div.search-results {
  margin-top: 30px;
}

input.search-box {
  font-size: 16px;
  width: 50%;
}

input.search-button {
  font-size: 16px;
  cursor: pointer;
}

p.footer-revision-history {
  margin-top: 15px;
}
