body {
  font: 1em/1.625em 'PT Serif', serif;
  background-color: #fff;
  font-size-adjust: none;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
}
#footer {
  position: fixed;
  margin: 0;
  right: 20px;
  bottom: 0;
  width: 100%;
  height: 120px;
}
#footer .white {
  background-color: white;
  height: 100px;
}
#footer .fading {
  height: 20px;
  background-image: linear-gradient(transparent, #fff);
}
#unilogo {
  margin: 4px 8px 4px;
}
#histology-navbar {
  height: 80px;
  background-color: black;
}
.navbar-brand {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1rem;
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.25);
}
.nav-breadcrumb {
  margin-top: 5rem;
}
.sidebar-sticky {
  position: relative;
  top: 0;
  padding-top: 4rem;
  overflow-x: hidden;
  overflow-y: auto;
  /* Scrollable contents if viewport is shorter than content. */
  margin-bottom: 100px;
}
.sidebar-sticky > h1,
.sidebar-sticky > h2,
.sidebar-sticky > h3,
.sidebar-sticky > h4 {
  margin-left: 0.5rem;
}
#main {
  position: relative;
}
#guide-content {
  margin-top: 20px;
  margin-bottom: 140px;
}
ul.nav {
  margin-bottom: 20px;
}
a.nav-link {
  padding: 0.25rem 1rem;
}
a.nav-link.disabled {
  padding-top: 30px;
}
.card-text {
  font-size: 0.9em;
}
#rate-this-page,
#rate-score {
  font-size: 14px;
  color: #BCBCBB;
}
#rate-this-page .rate-blue,
#rate-score .rate-blue {
  color: #BCBCBB;
  padding-right: 4px;
}
#rate-this-page .rate-gold,
#rate-score .rate-gold {
  color: #EEA507;
  padding-right: 4px;
}
#histology-container {
  margin-top: 10px;
  /* If #histology-navbar has class .fixed-top this must match the height of the navber */
}
#histology-menu-card {
  background-color: aliceblue;
  overflow: hidden;
}
#search_box {
  margin: 20px 10px 40px 10px;
}
article,
div.article {
  margin: 20px 0 20px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
article ol,
div.article ol {
  overflow: hidden;
  /* stops bullets overlapping floated img tag */
}
article:last-of-type,
div.article:last-of-type {
  border-bottom: none;
}
ol.objectives {
  list-style: lower-roman;
  margin-left: 20px;
  list-style-position: outside;
}
.hint {
  background-color: #ECE9D8;
  cursor: help;
  padding: 0 2px 0 2px;
  border: 1px solid #D8CAAA;
  margin: 1px;
  line-height: 18px;
}
/* for gap-fill exercises */
.gapBox.answered {
  background-color: antiquewhite;
}
.figure > img {
  margin-right: 20px;
}
.border-medium {
  border-color: #e9ecef;
}
.bg-medium {
  background-color: #e9ecef;
}
div.float-right {
  margin-left: 20px;
  margin-bottom: 20px;
}
div.float-left {
  margin-right: 20px;
  margin-bottom: 20px;
}
img.figure {
  margin: 0 20px 20px 0;
}
img.float-left {
  margin: 0 20px 20px 0;
}
img.float-right {
  margin: 0 0 20px 20px;
}
#ClozeBody {
  font: 1em/1.625em 'PT Serif', serif;
}
#ClozeBody .answered {
  font-weight: bold;
  color: red;
}
#ClozeBody #controls {
  clear: both;
  margin: 10px 0 10px 0;
  padding: 10px;
  background-color: #e7eef4;
}
/* crosswords */
.crossTable {
  border-spacing: 0px;
  border-collapse: collapse;
}
.cellEmpty {
  padding: 0px;
}
.cellNumber {
  padding: 1px;
  background-color: #FFFFFF;
  border: 0px solid #000000;
  width: 20px;
  height: 20px;
  font-size: 10px;
  font-family: Verdana, Geneva, sans-serif;
  text-align: center;
}
.cellLetter {
  padding: 1px;
  background-color: #EEEEEE;
  border: 1px solid #000000;
  width: 20px;
  height: 20px;
}
.cellLetter.currentCell {
  background-color: #FFCC66;
}
.cellDebug {
  padding: 1px;
  border: 1px solid #000000;
  width: 20px;
  height: 20px;
}
.crossTableA {
  border-spacing: 0px;
  border-collapse: collapse;
}
.cellEmptyA {
  padding: 0px;
}
.cellNumberA {
  padding: 1px;
  background-color: #FFFFFF;
  border: 0px solid #000000;
  width: 30px;
  height: 30px;
}
.cellLetterA {
  padding: 1px;
  background-color: #EEEEEE;
  border: 1px solid #000000;
  width: 30px;
  height: 30px;
}
.cellDebugA {
  padding: 1px;
  border: 1px solid #000000;
  width: 30px;
  height: 30px;
}
.crossTableB {
  border-spacing: 0px;
  border-collapse: collapse;
}
.cellEmptyB {
  padding: 0px;
}
.cellNumberB {
  padding: 1px;
  background-color: #FFFFFF;
  border: 0px solid #000000;
  width: 10px;
  height: 10px;
}
.cellLetterB {
  padding: 1px;
  background-color: #EEEEEE;
  border: 1px solid #000000;
  width: 10px;
  height: 10px;
}
.cellDebugB {
  padding: 1px;
  border: 1px solid #000000;
  width: 10px;
  height: 10px;
}
.crossword_clues {
  text-align: left;
  margin: 0 10px 0 10px;
}
