/* Tablet */
@import url(liveChat_tablet.css) only screen and (min-width:701px) and (max-width:850px);
/* Mobile */
@import url(liveChat_mobile.css) only screen and (min-width:391px) and (max-width:700px);
/* iPhone */
@import url(liveChat_iPhone.css) only screen and (max-width:390px);