html.view-mobile .sidebar{display:none!important}
html.view-mobile .main-content{max-width:100%!important;padding:10px!important;margin:0!important}
html.view-mobile .mobile-header{display:flex!important}
html.view-mobile body{font-size:14px!important}

html.view-tablet .sidebar{display:flex!important;width:200px!important}
html.view-tablet .main-content{max-width:520px!important;margin:0!important}
html.view-tablet .mobile-header{display:none!important}
html.view-tablet body{font-size:15px!important}

html.view-desktop .sidebar{display:flex!important}
html.view-desktop .main-content{max-width:720px!important}
html.view-desktop .mobile-header{display:none!important}
html.view-desktop body{font-size:16px!important}
