html {
  width: 100%;
  min-width: 0;
  overflow-x: hidden;
  background: #0080C0;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden;
  background: #0080C0;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

img,
iframe,
embed,
object,
video {
  max-width: none;
}

#centerContentContainer {
  transform-origin: top center;
  max-width: none !important;
}

.eoic-seo-title {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media print {
  html,
  body {
    overflow: visible;
  }

  #centerContentContainer {
    transform: none !important;
    zoom: 1 !important;
  }
}
