@import url(global.css);
@import url(narrow.css) all and (min-width: 480px) and (min-device-width: 480px), (max-device-width: 500px) and (min-width: 480px) and (orientation:landscape);
@import url(normal.css) all and (min-width: 716px) and (min-device-width: 716px), all and (max-device-width: 720px) and (min-width: 720px) and (orientation:landscape);
@import url(wide.css) all and (min-width: 954px);