.exhibit-item-caption {
    font-size: 0.8em;
    margin-bottom: 1.2em !important;
}

#exhibit-pages ul {
    margin-left: 1em;
}

#exhibit-page-navigation {
    clear: both;
    width: 100%;
    margin: 1em 0;
    line-height: 1.2;
}

#exhibit-page-navigation div {
    width: 33%;
}

#exhibit-nav-prev {
    float: left;
    text-align: left;
}

#exhibit-nav-next {
    float: right;
    text-align: right;
}

#exhibit-nav-up {
    margin: 0 auto;
    text-align: center;
}

.exhibit-block {
    clear: both;
    margin-bottom: 1.5em;
}

.exhibit-block:last-child {
    margin-bottom: 0;
}

.exhibit-items img {
    vertical-align: top;
    max-width: 100%;
    height: auto;
}

.exhibit-item-link {
    display: block;
}

.exhibit-item-link,
.download-file {
    vertical-align: top;
    display: block;
}

.exhibit-item-link *,
.download-file * {
    vertical-align: top;
}

.student-exhibit-banner {
  background-color: #BA514B;
  color: #f1f1f1;
  position: fixed;
  bottom: 0;
  width: 100%;
  font-size: 1.2rem;
  max-width: 76rem;
  margin: 0 -1.4rem;
  padding: 0.5rem;
  text-align: center;
}
.learn-more {
  font-size: 0.9rem;
  font-style: italic;
  color: #ffc5c2;
  padding-left: 0.3rem;
}
a.learn-more:hover {
  color: #fff;
}
