/* ICQE: strip Indico chrome on display pages (event 2009) */

/* Remove the big Indico/MIT header/action bar */
.header,
.page-header,
.event-page-header {
  display: none !important;
}

/* Remove the left navigation menu */
.conf_leftMenu {
  display: none !important;
}

/* Remove footer */
.footer {
  display: none !important;
}

/* Expand the content area to full width */
.confBodyBox,
.mainContent,
.col2 {
  width: 100% !important;
  margin: 0 !important;
}

.confBodyBox {
  padding: 0 !important;
}

/* Optional: keep content nicely centered instead of full-bleed */
.mainContent {
  max-width: 1100px;
  margin: 0 auto !important;
}

/* Hide the conference header (title + dates) */
.confheader,
.confTitleBox,
.confSubTitleBox {
  display: none !important;
}

/* Remove leftover spacing so content jumps up */
.conf {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

#confSectionsBox {
  margin-top: 0 !important;
  padding-top: 0 !important;
}