/* Mobile */
@import url("mobile.css") only screen and (max-width:767px);
/* Tablet */
@import url("tablet-mobile-override.css") only screen and (min-width:481px) and (max-width:767px);
/* Desktop */
@import url("tablet2.css") only screen and (min-width:768px) and (max-width:992px);
/* XLarge */
@import url("desktop.css") only screen and (min-width:993px)  and (max-width:1200px);
/* XLarge */
@import url("xlarge.css") only screen and (min-width:1201px);

