
/* phones */
@import url("phones.css") only screen and (max-width:550px);
/* tablet */
@import url("tablets.css") only screen and (min-width:551px) and (max-width:999px);
/* standard */
@import url("layout.css") only screen and (min-width:1000px);
