.carousel{
  border-top: 2px solid;
  margin-top: 1.5em;
  padding-top: 1.5em;
}

.hint {
  margin-bottom: 20px;
}

.hint .well p:last-child {
  margin-bottom: 0;
}

.btn-suggested-response {
  margin-bottom: 20px;
}

@media print {
  .embed-responsive{
    display:none;
  }

  .carousel-inner>.item{
    display: block;
  }
}