@import "styles-mobile.css";
@import url("styles-480.css") (min-width: 480px);
@import url("styles-640.css") (min-width: 640px);
@import url("styles-768.css") (min-width: 768px);
@import url("styles-1024.css") (min-width: 1024px);
@import url("styles-full.css") (min-width: 1280px);

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {

    div.inputtext-selector,
    div.inputtext-selector span,
    div.mooniform-selector,
    div.mooniform-selector span,
    div.mooniform-selector.mooniform-disabled,
    div.mooniform-selector.mooniform-disabled span,
    div.mooniform-checker span,
    div.reponse-checkbox span,
    div.mooniform-radio span,
    div.mooniform-uploader,
    div.mooniform-uploader span.mooniform-action,
    div.mooniform-button,
    div.mooniform-button span {
        background-image: url('../images/mooniform/sprite@2x.png');
        background-size: 493px auto;
    }
    
}
