.exhibit-navigation .menu {
  border-top: 1px solid #888;
  padding: 1em 0 0 3em; /* LTR */
}
.exhibit-navigation .page-links {
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
  text-align: center;
  padding: 0.5em;
}
.exhibit-navigation .page-previous {
  text-align: left;
  width: 42%;
  display: block;
  float: left; /* LTR */
}
.exhibit-navigation .page-up {
  margin: 0 5%;
  width: 4%;
  display: block;
  float: left; /* LTR */
}
.exhibit-navigation .page-next {
  text-align: right;
  width: 42%;
  display: block;
  float: right;
}
#exhibit-outline {
  min-width: 56em;
}
.exhibit-outline-form .form-item {
  margin-top: 0;
  margin-bottom: 0;
}
html.js #edit-exhibit-pick-exhibit {
  display: none;
}
.form-item-exhibit-exhibitid .description {
  clear: both;
}
#exhibit-admin-edit select {
  margin-right: 24px;
}
#exhibit-admin-edit select.progress-disabled {
  margin-right: 0;
}
#exhibit-admin-edit tr.ajax-new-content {
  background-color: #ffd;
}
.exhibit-title {
  font-size: 1em;
  line-height: 1em;
}
img.exhibit-header {
  max-width: 100%;
}