/* Minimal restoration helpers — preserves ImageReady slice layout */
html, body {
  margin: 0;
  padding: 0;
  background-color: #2B1E15;
  overflow-x: auto;
}
center {
  display: block;
  max-width: 100%;
  overflow-x: auto;
}
#Table_01 {
  max-width: 100%;
  height: auto !important;
}
#Table_01 img {
  display: block;
  max-width: none;
}
#Table_01 object,
#Table_01 embed {
  display: block;
}
@media (max-width: 1020px) {
  center {
    -webkit-overflow-scrolling: touch;
  }
  #Table_01 {
    width: 1001px !important;
  }
}
