/* Non-responsive overrides
 *
 * Utilitze the following CSS to disable the responsive-ness of the container,
 * grid system, and navbar.
 */

/* Reset the container */
body{overflow:auto; width:auto !important;}
.site_header{min-width:1200px;}
.site_footer{min-width:1200px;}
.sb-site{overflow:auto; width:100% !important; min-height:inherit !important; min-width:inherit !important;}
.container {
  max-width: none !important;
  width: 1200px;
}
