/* Phone */
@import url("phone.css") only screen and (max-width:479px);

/* Tablet Mini */
@import url("tabletmini.css") only screen and (min-width:480px) and (max-width:767px);

/* Tablet */
@import url("tablet.css") only screen and (min-width:768px) and (max-width:959px);
