@charset "utf-8";
/* Phone-Portrait */
@import url("phone-portrait.css") only screen and (max-width:320px);
/* Phone */
@import url("phone.css") only screen and (min-width:321px) and (max-width:480px);
/* Tablet */
@import url("tablet.css") only screen and (min-width:481px), only screen and (orientation:landscape);
/* Desktop */
@import url("desktop.css") only screen and (min-width:769px);

/* Desktop - 641 
@import url("desktop640.css") only screen and (max-width: 768px) and (min-width: 641px);

@import url("desktop641.css") only screen and (max-width: 640px) and (min-width: 481px);
*/
