@import url(mobile.css) screen and (max-width: 480px);
/*@import url(tablet_mini.css) screen and (min-width:481px) and (max-width:767px);*/
@import url(tablet.css) screen and (min-width:481px) and (max-width:1199px);
@import url(browser.css) screen and (min-width: 1200px);
@import url(print.css) print;