
/* Phone */
@import url("/Templates/phone.css") only screen and (min-width:200px) and (max-width:320px);
/* Tablet */
@import url("/Templates/tablet.css") only screen and (min-width:320px) and (max-width:768px);
/* Desktop */
@import url("/Templates/desktop.css") only screen and (min-width:769px);
