/* Legacy content wrapper styles for migrated exhibit */
.legacy-content {
  width: 100%;
  overflow: auto;
  display: flex;
  justify-content: center;
  background-color: #808080;
}
.legacy-content > table:first-of-type {
  padding-bottom: 48px;
}
