@CHARSET "ISO-8859-1"; 

@import url("/javax.faces.resource/css/viewports/vp-small-x.css.xhtml") screen and (max-width: 346px);
@import url("/javax.faces.resource/css/viewports/vp-small.css.xhtml") screen and (min-width: 347px) and (max-width: 414px);
@import url("/javax.faces.resource/css/viewports/vp-medium.css.xhtml") screen and (min-width: 415px) and (max-width: 812px);
@import url("/javax.faces.resource/css/viewports/vp-large.css.xhtml") screen and (min-width: 813px) and (max-width: 1024px);
@import url("/javax.faces.resource/css/style.css.xhtml") screen and (min-width: 1025px);