/* phpBB_Sego Layout Switcher / Переключатель ширины */

body.sego-layout-full .wrap {
    max-width: none !important;
    width: calc(100% - 30px) !important;
    margin-left: 15px !important;
    margin-right: 15px !important;
}

body.sego-layout-boxed .wrap {
    max-width: 1150px !important;
    width: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
