@charset "utf-8";
/* Combined CSS Document to import specific css based off of what device you are viewing the site*/

@import url("http://ecm.coop/cssStyles/mainStyles.css"); 
@import url("http://ecm.coop/cssStyles/antiscreen.css") handheld; 
@import url("http://ecm.coop/cssStyles/tablet.css") only screen and
(max-device-width:1024px);
@import url("http://ecm.coop/cssStyles/antiscreen.css") only screen and
(max-device-width:480px);
@import url("http://ecm.coop/cssStyles/antiscreen.css") only screen and
(max-device-width:800px);