/*
Project: 16-17_3-12
Author: Richy Thomas
Color Palette: Navy: #002639, Lime: #9E9D24;
*/


.answer-box {
  display: block;
  font-size: 1.4em;
  line-height: 1.5em;
  margin-bottom: 20px;
  min-height: 200px;
}

/* Tablet */
@media(min-width: 768px){



}

/* Desktop */
@media(min-width:992px){



}

/* Large Desktop */
@media(min-width:1200px){



}

/* Print */
@media print {

  .eye, .collapse.in {
    display: none;
  }

}
