/* This file will hold styles that are loaded using the same media query as the wide grid. */

/* For some reason, in the wide layout, styles in normal don't override default. 
   This fixes it, though ideally we should NOT have to do this.
*/
@import url('queensweb-queensbase-alpha-default-normal.css');

#zone-postscript .region {
    width: 280px;
}    