.guestbook_form {
  background: #efefef;
  margin-top: 3rem;
  margin-bottom: 4.5rem;
  padding: 2.5rem 4.375rem;
}
.guestbook_formTitle {
  margin-top: 0;
  font-size: 2.5rem;
}
.guestbook_entry:not(:last-child) {
  border-bottom: 1px dashed #cecece;
  margin-bottom: 1.75rem;
  padding-bottom: 1.5rem;
}
.guestbook_entryList {
  margin-bottom: 2.25rem;
}
.guestbook_entryTitle,
.guestbook_entryTitle a {
  color: #373737 !important;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
  margin: 0 0 0.875rem;
}
.guestbook_entryDate {
  color: #373737;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 1rem;
}
.guestbook_entryTools {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1.5rem;
}
.guestbook_entryTools .button {
  margin-right: 12px;
  width: 200px;
}

/*# sourceMappingURL=../maps/component/guestbook.css.map */
