<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Reviews */

.review {
  clear: both;
  overflow: hidden;
  padding: 1em;
}
.review + .review {
  margin-top: 2em
}
.review:nth-child(odd) {
  background: #f0f0f0
}
.review-author p {
  margin: 0
}
.review .fa-star {
  color: #aaa
}
.review .img-thumbnail {
  float: left;
  width: 5.5em;
  margin-right: 0.5em
}
.review-author {
  float: left
}
.review-comment {
  clear: both
}
.review-date {
  display: block;
  color: #aaa;
  font-size: 0.9em
}
.review-author-name {
  font-size: 1.2em
}
.review-author-name a {
  color: #333
}
.review-author-name a:hover, .review-author-name a:focus {
  color: #444
}
.star-rated {
  color: #ff8e31 !important
}
.review img {
    padding: 2px !important
}
.review img {
  float: left;
  width: 5em;
  margin-right: 1em;
  -webkit-border-radius: 50%;
  border-radius: 50%
}
</pre></body></html>