.activity p {
  line-height: 34px;
}

.text-entry {
  background-color: rgba(192, 108, 132, 0.3);
  display: inline-block;
  padding: 5px;
  text-align:center;
  max-height: 36px;
}

[contenteditable=true]:empty:before{
  content: attr(placeholder);
  display: block; /* For Firefox */
}

@media print {
  .text-entry {
    background-color: rgba(192, 108, 132, 0.3) !important;
  }
}