/*this page is displayed when a child hits the Submit button (really the Save Draft button)*/

.messages {
  display: none; /*hide the "You may return to this form" message*/
}

.content {
  font-size: 20px;
  width: 80%;
  margin: 20px auto 0;
  text-align: center;
}