
.content, #suggestedAnswer, .suggestedAnswer, #print {
  display: none;
}

.question, .suggestedAnswer {
  font-size: 1.2em;
}

.question {
  margin-bottom: 10px;
}

.suggestedAnswer {
  margin-bottom: 20px;
}

textarea {
  width: 100%;
  min-height: 100px;
}

.contentinput {
  border: solid 1px;
  margin-bottom: 20px;
  min-height: 100px;
  width: 100%;
}

#suggestedAnswer {
  margin-top: 20px;
}

#suggestedAnswer.finalScreenDisplay {
  bottom: 0;
  counter-reset: my-counter;
  display: block;
  margin-bottom: 30px;
  position: relative;
}

.suggestedAnswer.finalScreenDisplay:before {
  color: inherit;
  content: counter(my-counter, decimal) ".";
  counter-increment: my-counter;
  font-family: inherit;
  font-size: 22px;
  font-weight: 500;
  left: 0;
  line-height: 1.1;
  padding-right: 5px;
  top: 0;
}


/*
.list{
  display:none;
}
*/

#results li{
	 padding:10px;
	
}


.statement {
    margin: 15px auto;
    display: flex;
    flex-direction: row;
    flex: 0;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px #eee solid;
    padding-bottom: 10px;
}
.result-item{
	padding: 10px;
}


/* Print Stylesheet */
@media print {


  .btn, footer, #branding, #activityControls, #tools, #poem, #poemHeader, header, .page1 {
    display: none;
  }

  #header, #activityIntro, #activityContainer, #activityControls, #activity {
    padding-top: 0;
    padding-bottom: 0;
  }

  #header {
    padding-top: 1em;
  }

}