/**
 * 30-layout.css
**/
.section_wrapper {
    margin: 0 auto;
    max-width: 1900px;
}

.section_header,
.section_main,
.section_sidebar,
.section_footer,
.section_footer_main-row {
    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;
}