#guestbook-header {
  position: relative;
  background-color: #746c66;
  width: 100%; 
  min-height: 2em; 
  overflow: hidden;
}

#guestbook-header .left-border {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 1.2em;
  height: 100%;
  background: #a4792c top left repeat url('wrap-diagonals-gray.png');
  background-size: 18px 25px;
}

#guestbook-header #school-name,
#guestbook-header h1,
h2.event-title {
  margin: 0;
  font-family: Impact, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

#guestbook-header #school-name,
h2.event-title {
  font-size: 1.25em;
  line-height: 1em;
}

#guestbook-header h1 {
  font-size: 2em;
  line-height: 1em;
  color: #fff;
}

#guestbook-header #headline-container,
h2.event-title {
  margin: .5em .5em .5em 2em;
}

#custom-image {
  position: absolute;
  top: 1em;
  right: 5%;
  width: 30%;
  max-width: 15em;
  z-index: 200;
}

#custom-image img {
  max-width: 100%;
}

#body {
  margin-bottom: 3em;
}

#body .survey {
  margin-left: 2.3em;
}

.survey-question-widget, 
.survey-question-example, 
.survey-submit-bar {
  margin-left: 0;
}

.survey-question-widget * {
  max-width: 90%;
}

#survey-question-00014 {
  display: none;
}

#survey-question-00016 .survey-question-text {
  display: none;
}

#toggle-optional,
.survey-submit-bar {
  margin: 1em 0;
}

.return-link {
  display: none;
}