/* OLDY standalone: override Adobe Muse bootstrap requirements */
html, body {
  visibility: visible !important;
  min-width: 100%;
  min-height: 100%;
}
body {
  overflow-x: hidden;
  background: #fff;
}
.js body, .js body.initialized, body.initialized {
  visibility: visible !important;
}
#page {
  width: 1020px !important;
  min-height: 1999px;
  margin-left: auto !important;
  margin-right: auto !important;
}
#page_position_content {
  width: 1020px !important;
  min-height: 1px;
  padding-bottom: 62px;
}
@media (max-width: 1020px) {
  #page { width: 1020px !important; margin-left: 0 !important; margin-right: 0 !important; }
}
