/* /assets/css/app_welcome/imports */

@import url("../nested_fluid_grid.css");
@import url("main.css");
/* @import url("hires.css"); */


/* webkit only css hacks */
@import url("webkit.css") screen and (-webkit-min-device-pixel-ratio:0);


/* high resolution */
@import url("hires.css") screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min--moz-device-pixel-ratio: 1.5), screen and (min-resolution: 240dpi);
