<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.search-item{
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  width: 100%;
  display: block;
  overflow: hidden;
}
.search-item a{
  color: #212529;
  width: 100%;
  display: block;
}
.search-item a:hover{
  color: #cb3231;
}
.search-item h4{
  font-size: 1.2rem;
  float: left;
  margin-bottom: 0px;
}
.search-item .search-text{
  font-size: 0.9em;
  width: 100%;
  display: block;
  float: left;
}
.search-item p{
  margin-bottom: 0;
}

#search-results h2, #search-results h3{
  width: 100%;
  text-align: center;
  font-weight: bold;
}

#search-results h3{
  margin-top: 20px;
  border-bottom: 2px solid #cb3231;
  padding-bottom: 15px;
}</pre></body></html>