@CHARSET "ISO-8859-1"; 

@import url("/javax.faces.resource/mobile/css/viewports/vp-small-t2.css.xhtml") screen and (max-width: 347px);
@import url("/javax.faces.resource/mobile/css/viewports/vp-small-t1.css.xhtml") screen and (min-width: 348px) and (max-width: 418px);
@import url("/javax.faces.resource/mobile/css/viewports/vp-small.css.xhtml") screen and (min-width: 419px) and (max-width: 519px);
@import url("/javax.faces.resource/mobile/css/viewports/vp-medium-t2.css.xhtml") screen and (min-width: 520px) and (max-width: 620px);
@import url("/javax.faces.resource/mobile/css/viewports/vp-medium-t1.css.xhtml") screen and (min-width: 621px) and (max-width: 721px);
@import url("/javax.faces.resource/mobile/css/viewports/vp-medium.css.xhtml") screen and (min-width: 722px) and (max-width: 822px);
@import url("/javax.faces.resource/mobile/css/viewports/vp-large-t1.css.xhtml") screen and (min-width: 823px) and (max-width: 923px);
@import url("/javax.faces.resource/mobile/css/viewports/vp-large.css.xhtml") screen and (min-width: 924px) and (max-width: 1024px);
@import url("/javax.faces.resource/mobile/css/style.css.xhtml") screen and (min-width: 1025px);