/* Mac */
@import url("mac.css");
/* iPhone */
@import url("iphone.css") only screen and (max-width:320px);
/* iPad */
@import url("ipad.css") only screen and (min-width:321px) and (max-width:768px);



