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

@import url("https://www.msmainstreet.com/cssStyles/mainStyles_bak-2019-05-20.css"); 
@import url("https://www.msmainstreet.com/cssStyles/antiscreen_bak-2019-05-20.css") handheld; 
@import url("https://www.msmainstreet.com/cssStyles/tablet.css") only screen and
(max-device-width:1024px);
@import url("https://www.msmainstreet.com/cssStyles/antiscreen.css") only screen and
(max-device-width:480px);
@import url("https://www.msmainstreet.com/cssStyles/antiscreen.css") only screen and
(max-device-width:800px);