/*
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);
*/

.well-question {
  background-color: #cfcfcf;
  border: 1px solid rgba(82,85,100,.5);
}

.answerBox {
  font-size: 1.15em;
  height: auto;
  line-height: 1.8em;
  min-height: 120px;
}

.answerBox.form-control:focus {
  border-color: rgba(194,91,86,1);
}

.suggestedResponse {
  display: none;
  margin: 20px 0;
}

.suggestedResponse p:last-child {
  margin: 0;
}



/* Tablet */
@media(min-width: 768px){


}


/* Desktop */
@media(min-width:992px){


}


/* Large Desktop */
@media(min-width:1200px){


}


/* Print */
@media print {


  .printBtn {
    display: none!important;
  }

  .well-question {
    border: none;
  }

}
