/*
 * Static restore fixes.
 * Keeps the original Pixture Reloaded look, but prevents modern viewport
 * clipping of the sidebars and old outside-positioned list bullets.
 */
html,
body {
  min-width: 1024px;
  overflow-x: auto;
}

#page {
  min-width: 1024px;
}

#main {
  padding-left: 20px;
  padding-right: 20px;
}

#sidebar-left .block-content-inner,
#sidebar-right .block-content-inner {
  overflow: visible;
}

#sidebar-left ul,
#sidebar-right ul {
  padding-left: 18px;
}

#sidebar-left li,
#sidebar-right li {
  list-style-position: outside;
}

img {
  max-width: none;
}
