.main-content h2 {
  margin-top: 1rem;
}
.main-content p img {
  box-shadow: 10px 8px 1px 0px #e5e5e5;
  border: 2px solid #d7d7d7;
  display: block;
  margin: auto;
  margin-bottom: 2rem;
}
.main-content h4 {
  font-size: 14px !important;
  font-weight: 700;
}

.site-title {
  font-size: 20px !important;
  text-align: right;
}

.cheat {
  page-break-inside: avoid !important;
}

.text-bold {
  font-weight: bold;
}

.text-tiny {
  font-size: 50%;
}

.text-muted {
  color: grey;
}

@media print {
  .print-hide {
    display: none !important;
  }
  div.page-break {
    page-break-after: always;
  }
  .cheat {
    margin-top: 20px;
  }
  h4 {
    letter-spacing: unset;
  }
}
@page {
  margin-top: 0.5in;
  margin-bottom: 1in;
}
@page :first {
  margin-top: 0;
}
.contributor {
  padding: 5px 15px;
  background: #f7f7f7;
  border-radius: 5px;
  box-shadow: 5px 4px 1px 0px #e5e5e5;
  border: 1px solid #d7d7d7;
}
.contributor p {
  font-size: 90%;
  line-height: 20px;
}

.next-prev a {
  display: block;
  width: 50%;
  line-height: 20px;
  background-image: none;
}
.next-prev a.prev {
  float: left;
  text-align: left;
}
.next-prev a.next {
  float: right;
  text-align: right;
}
.next-prev a small {
  text-transform: uppercase;
  color: grey;
  font-size: 75%;
}

@media (max-width: 468px) {
  .next-prev a {
    width: 45%;
  }
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-block;
}

/* start commented backslash hack \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* close commented backslash hack */

/*# sourceMappingURL=custom.css.map */