<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * 30-layout.css
**/
.section_wrapper {
    margin: 0 auto;
    max-width: 1200px;
}

.section_header,
.section_main,
.section_sidebar,
.section_footer {
    margin: 1em 0;
}

.section_header {
    margin-top: 0;
}

.section_header .inside,
.section_main .inside,
.section_sidebar .inside,
.section_footer .inside {
    padding: 1em;
}

.section_main,
.section_sidebar {
    min-height: 600px;
}</pre></body></html>