
/* Web */
@import url("SpryAssets/SpryTabbedPanels.css") only screen and (min-width:769px);
/* Tabet */
@import url("tablets.css") only screen and (min-width:480px) and (max-width:768px);
/* Phone */
@import url("phone.css") only screen and (max-width:479px);

