/* any print styles go here */
body {
  padding-top: 0 !important;
}

.highlight-answers {
  display: none;
}

.page_wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

h3 {
  font-size: 1.5rem;
  font-weight: 600;
}

ul.unstyled {
  list-style-type: none;
}

span > p:first-child:last-child {
  display: inline;
}

#sheet-name {
  text-align: center;
  border-bottom: 1px solid silver;
  padding-bottom: 20px;
}

.page .questions .element_fe_textfield p {
  display: inline;
  margin: 0;
}
.page .questions .element_fe_choicefield p {
  display: inline;
  margin: 0;
}
