.extract {
  margin-bottom: 30px;
}

.question {
  margin-top: 40px;
}

.text-entry {
  margin-top: 20px;
  padding: 10px;
  font-size: 16px;
  min-height: 200px;
  border: 2px solid #C06C84;
  border-radius: 4px;
}

[contenteditable=true]:empty:before{
  content: attr(placeholder);
  display: block; /* For Firefox */
}

.follow-on-task .well {
  background-color: rgba(192, 108, 132, 0.3);
  border-radius: 4px;
  border-color: #C06C84;
}

@media print {
  section, .question, .text-entry{
    display: block !important;
  }

  .text-entry {
    margin-bottom: -1000px;
  }

  .follow-on-task, .extract, .lead {
    display: none !important;
  }

  .animated {
    /*CSS animations*/
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
  }

}