/*
Project: 15-16_37
Activity: 1.2 - Redaction of birth narratives
Author: Richy Thomas
*/

p.editable {
  max-width: 450px;
  font-size: 1em;
}

.reveal {
  color: rgba(121,85,72,1);
}


/* Print */
@media print {

  .reveal {
    display: none;
  }

}