/* Full-width pages (useful for Users/Companies lists) */
html, body { width:100%; }
main, .main, .page, .page-content, .content, .container, .wrap, .shell, .inner, .layout-main, .layout-content, .app-main {
  max-width: none !important;
  width: 100% !important;
}
/* Keep pleasant padding if layout uses container padding */
.page, .page-content, .content, main { box-sizing: border-box; }

/* Tables should not overflow cards */
.table { width: 100%; }
