#guestbook-entries {
  line-height: 1.2em;
}

#guestbook-entries .comments {
  max-height: 20em;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0.875rem;
}

#guestbook-entries .comments li {
  white-space: normal;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #ecece8;
}

#guestbook-entries .comments li:last-child {
  border-bottom: none;
}

#guestbook-entries .comments .text {
  color: #444;
  font-style: normal;
  text-decoration: none;
}

#guestbook-entries .comments .name {
  color: #1a1a1a;
  font-weight: 500;
}

#guestbook-entries h2 {
  font-size: 0.875rem;
  font-weight: 600;
  margin: 1rem 0 0.5rem;
  padding: 0.25rem 0;
  color: #5b3a8c;
  background: none;
}

#guestbook-entries .reacts img {
  margin: 3px -1ex 1px 0;
}

#guestbook-entries img.missing {
  background: #f5f5f0;
  border: dashed #c0c0b8 1px;
}

#guestbook-entries ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#guestbook-entries li {
  text-indent: -1em;
  padding-left: 1em;
}

#guestbook-entries a.reaction {
  position: relative;
  text-decoration: none;
  text-shadow: 0px 0px 3px #f5f5f0;
  margin-right: 0;
  letter-spacing: -1ex;
}

#guestbook-entries a.reaction img {
  max-height: 1.3em;
  width: auto;
  margin-right: -1ex;
  border-radius: 25%;
}

#guestbook-entries a.reaction sub {
  font-size: 50%;
}