@CHARSET "UTF-8";

@import url("unified.css");

@import url("desktop.css"); /* default<desktop>, prime layout */
/*@import url("laptop.css") only screen and (max-width: 1024px); /* laptop, medium size screen */
/*@import url("tablet.css") only screen and (max-width: 768px); /* tablet, iPad */
/*@import url("handheld.css") only screen and (max-width: 480px); /* handheld, mobile */
/*@import url("wearable.css") only screen and (max-width: 320px); /* wearable, legacy handheld */
@import url("print.css") print; /* applies to print */