/* ============================================================
   simple-page.css
   Shared layout for pages that use a centred, no-sidebar
   layout without a TOC. Used by patient-relations.php,
   about-the-college.php and similar short pages.
   Depends on variables defined in style.css.
============================================================ */

.simple-page-layout {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 40px 80px;
}

@media (max-width: 800px) {
    .simple-page-layout {
        padding: 24px 20px 60px;
    }
}
