/* GENERAL */

.text-entry {
  padding: 10px;
  border: 2px solid  rgba(51, 51, 51, 1);
  border-radius: 4px;
  min-height: 150px;
  font-size: 16px;
  margin-top: 20px;
}

[contenteditable=true]:empty:before{
  content: attr(placeholder);
  display: block; /* For Firefox */
}

/* ACTIVITY 1 */

.no-margin {
  margin-bottom: 0px;
}

.item {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px;
}

.mood-list {
  margin-left: 40px;
}

#section-1 .hint {
  margin-bottom: 20px;
}

.suggestions-btn {
  margin: 10px 0px 10px 0px;
}

 .left, #follow-on-task-btn {
  display: none;
}
 
.follow-on-task .well  {
  background-color: #EAE8E8;
  border-radius: 4px;
  border-color:  rgba(51, 51, 51, 1);
}

.btnPrint{
  display: none;
}

@media print {
  .item {
    display: block !important;
    page-break-after:always;
  }

  .left, .right{
    display: none !important;
  }
}