.updates-dropdown-container { display:none; }
.status-day:nth-child(n+7) { display:none; }
/* Hide all components/clusters */
.components-section,
.component-container,
.components-container { display: none !important; }

/* Hide past incidents / history */
.incidents-list,
.past-incidents,
.incident-history { display: none !important; }

/* Hide the "About This Site" section if desired */
.page-description { display: none !important; }
/* Hide active incident heroes/banners */
.unresolved-incidents,
.unresolved-incident,
.incident-title,
.active-incident { display: none !important; }

/* Hide the footer with Incident History link */
.layout-footer,
footer,
.page-footer { display: none !important; }

/* If the "About This Site" section is also unnecessary */
.page-description { display: none !important; }
/* Hide literally everything except the page name/title */
.page-status,
.components-section,
.component-container,
.components-container,
.unresolved-incidents,
.incidents-list,
.past-incidents,
.page-description,
.layout-footer,
footer,
[class*="incident"] { display: none !important; }