/*
Project: 16-17_3-7
Author: Richy Thomas
Pallette: Blue: rgba(82,85,100,1); Grey: rgba(116,130,143,1); Red: rgba(194,91,86,1); White: rgba(255,255,255,1);
*/

.suggestedResponse {
  display: none;
  margin: 20px 0 0;
}

#activity-controls {
  margin-top: 20px;
}

.well-question {
  background-color: #cfcfcf;
  border: 1px solid rgba(82,85,100,.5);
}



/* Tablet */
@media(min-width: 768px){


}


/* Desktop */
@media(min-width:992px){


}


/* Large Desktop */
@media(min-width:1200px){


}


/* Print */
@media print {

  .mce-toolbar-grp {
    display: none!important;
  }

  .mce-tinymce, .mce-edit-area {
    border: none!important;
  }

  .mce-statusbar {
    display: none!important;
  }

  .mce-content-body {
    overflow-y:hidden!important;
  }

}
