.guestbook_form {
  background: none;
  margin: 3rem -1rem;
  padding: 2rem 1rem;
}
.guestbook_formTitle {
  padding: 0;
  margin: 0 0 1.5rem;
}
.guestbook_entry {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0.625rem;
  border: 1px solid #e3e3e3;
  padding: 1.125rem 2rem 1.5rem;
}
.guestbook_entryContent {
  display: block;
  width: 100%;
}
.guestbook_entryContentText {
  width: 100%;
}
.guestbook_entryList {
  margin-bottom: 2.25rem;
}
.guestbook_entryTitle {
  width: 100%;
}
.guestbook_entryTitle,
.guestbook_entryTitle a {
  color: #37353a !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
  margin: 0 0 0.875rem;
}
.guestbook_entryDate {
  width: 100%;
  color: #807e84;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 1rem;
  text-align: center;
}
.guestbook_entryTools {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.5rem;
}
.guestbook_entryTools .button {
  margin-right: 12px;
  width: 200px;
}
.guestbook_photo {
  display: block;
  margin: 1rem auto;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}

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