/* Impounded Exhibit - Custom Styles */

/* Add any exhibit-specific styles here */
body {
  background-color: #fc6;
}

.legacy-content:not(.main) {
  padding: 32px 0px 64px;
}
.legacy-content {
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

/* Hide the old zoom div */
.zoomdesc {
  display: none !important;
}

.bottom-fix {
  display: block;
  height: 15px;
}

/* Fix footer text size - override body 8px */
footer,
footer * {
  font-size: 14px !important;
}
