/* Desktop */
@import url("awd052013base.css");
/* Phone */
@import url("awd052013mob.css") only screen and (max-width:599px);
/* Tablet */
@import url("awd052013tab.css") only screen and (min-width:600px) and (max-width:1199px);
/* Print */
@import url("awd052013print.css") only print;

