@import url("screen.css");
/* -------------------------------------------------------------- 
   
   grid-19.css
   * Sets the grid to 19 columns instead of 24
   
-------------------------------------------------------------- */

.container {
  width: 750px;
  margin: 0 auto;
}

/* Any spans over 19 are reset to the max width */
.span-19, .span-20, .span-21, .span-22, .span-23, .span-24, div.span-24 {width: 750px;}
.span-24, div.span-24 {margin: 0;}