.search-top {
  width: 100%;
  margin-bottom: 15px;
  font-size: 12px;
  color: gray;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 10px;
}
.sort-options a {
  color: #0000cc;
  text-decoration: none;
}
.sort-options a:hover {
  color: darkblue;
  text-decoration: underline;
}
.result-box {
  width:  100%;
  margin-bottom: 10px;
  font-size: 16px;
}
.result-box-title {
  font-size: 16px;
  color: #0000CC;
}
.result-box-title:hover {
  color: darkblue;
}
.result-box-display-url {
  color: #008000;
  width: 100%;
  display: block;
}
.result-snippet {
  width: 100%;
  padding: 5px 0px;
}
.additional-results-page-links {
  border-top: 1px solid #e4e4e4;
  padding-top: 10px;
  text-align: center;
}
.current-results-page, .more-results-link {
  font-size: 14px;
  padding: 5px;
}
.more-results-link {
  color: #0000CC;
  border: 1px solid #ccc;
}
.more-results-link:hover {
  color: darkblue;
}
.no-results-found {
  background-color: yellow;
  font-size: 13px;
  padding: 8px;
  border: 1px solid rgb(255,204,51);
  background-color: rgb(255,244,194);
}