/* supplement.css — Wayback Fixer hook for Phase 4 cosmetic fixes. Intentionally minimal. */
/* fixed-height wrapper clips long content (listings/articles) — let it grow */
#main-body { height: auto; min-height: 1024px; overflow: visible; }

/* Footer sits outside main-content; clear floats and stop overflow onto copyright */
#site-footer {
  clear: both;
  display: block;
  width: 100%;
}
#main-footer {
  overflow: hidden;
  height: auto;
  min-height: 100px;
}
#main-footer p {
  float: none;
  display: block;
}
#main-copyright {
  clear: both;
}
