/* safari only */

@media not all and (min-resolution:.001dpcm) { @media {

    input.btn, input[type="submit"], textarea {
        -webkit-appearance: none;
    }

    .field input[type="checkbox"] + label {

        margin-left: 54px;

    }
}}