.hint p {
  margin-bottom: 0px;
}

img
{
  margin-left: auto;
  margin-right: auto;
}

/* Activity one */

.carousel-inner img
{
  margin-bottom: 20px;
}

.carousel-caption {
    padding-bottom: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    width: 55px;
    border-radius: 6px;
    padding-top: 15px;
    margin-left: auto;
    margin-right: auto;
    top: 10px;
    position: absolute;
    max-height: 55px;
}

.carousel-caption h4
{
  margin-bottom: 0px;
}

.hint-btn
{
  margin-bottom: 20px;
}

.item .well
{
  margin-bottom: 20px;
}

#section-1 .hint
{
  margin-top: 0px;
}

.table
{
  margin: 20px 0px 0px 0px;
}

thead th
{
  color: #fff;
}

.table>tbody>tr>td:nth-child(2)
{
  padding: 10px;
}

.table .text-entry
{
  min-height: 50px;
  border: none;
  margin: 0px;
}

.print-column
{
  display: none;
}

/* Activity two */

#section-2 .carousel
{
  margin-top: 50px;
}

#section-2 .carousel h4
{
  margin-bottom: 25px;
}

.notepad
{
  background-color: #fff563;
  background-image: url("../../../images/lined-paper.png");
    border-radius: 6px;
    border: 1px solid #3d3c41;
  font-size: 16px;
}

.notepad header
{
  background: #3d3c41;
    color: #FFF;
    padding: 10px;
    text-align: center;
    width: 100%;
}

.notepad header h3
{
    color: #FFF;
    font-size: 20px;
    margin: 0;
}

.notepad p
{
  margin: 0px;
}

#section-2 .text-entry
{
  border: none;
  background: none;
  margin: 0px;
}

.text-entry:focus
{
  outline: none;
}

[contenteditable=true]:empty:before
{
    color: #3d3c41;
}

#section-2 .carousel-controls
{
  margin-top: 20px;
}

@media print
{
  #section-1 .item
  {
    display: none !important;
  }

  .print-column
  {
    display: block;
  }

  #section-2 .item
  {
    display: block !important;
    margin-bottom: 20px;
  }

}