/* Desktop */
@import url("desktop.css");
/* Phone */
@import url("phone.css") only screen and (max-width:500px);
/* Tablet */
@import url("tablet.css") only screen and (min-width:501px) and (max-width:768px);
/* smallphone */
@import url("featurephone.css") (max-width:240px);





