@charset "utf-8";
@import url("screen.css");
/*for PC browsers*/

@import url("antiscreen.css") handheld;
/* to cancel any non-mobile friendly effects set in screen.css like float and display, padding and margin, background-image */

@import url("antiscreen.css") only screen and (max-device-width:480px);
/* style sheet to be used by the iPhone’s browser and not any PC browser */