<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
img {
    border: none;
}

p {
    font-size: 1em;
    margin: 0 0 1em 0;
}

/* Custom checkbox and radio styles */

fieldset {
    margin: 1em;
    padding: 20px;
}

    fieldset p {
        display: block;
        position: relative;
        overflow: hidden;
    }

    fieldset input[type=text],
    fieldset input[type=email] {
        border: 1px solid #ccc;
        line-height: 20px;
        padding: 3px;
        width: 200px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

label + p,
input + p {
    margin-top: 20px;
}

p &gt; input {
    padding: 0;
    margin: 0;
    height: 16px;
    width: 16px;
    float: left;
    position: absolute;
    left: 0;
    opacity: 0;
}

p &gt; label {
    float: left;
    line-height: 16px;
    color: #000;
    padding: 0 0 0 18px;
    -moz-transition: color 1s ease;
    -o-transition: color 1s ease;
    -webkit-transition: color 1s ease;
    transition: color 1s ease;
}

p:not(#foo) &gt; input:hover + label, p:not(#foo) &gt; input:focus + label,
p:not(#foo) &gt; input + label:hover, p:not(#foo) &gt; input:focus + label {
   
    color: #93d24f;
}

p:not(#foo) &gt; input + label {
    background: url(../images/buttons/gr_custom-inputs.png) 0 -1px no-repeat;
    height: 16px;
}

p:not(#foo) &gt; input[type=radio] + label {
    background-position: 0 -161px;
}

/* Checked styles */
p:not(#foo) &gt; input[type=radio]:checked + label {
    background-position: 0 -241px;
}

p:not(#foo) &gt; input[type=checkbox]:checked + label {
    background-position: 0 -81px;
}

    p:not(#foo) &gt; input[type=checkbox]:hover:checked + label,
    p:not(#foo) &gt; input[type=checkbox]:focus:checked + label,
    p:not(#foo) &gt; input[type=checkbox]:checked + label:hover,
    p:not(#foo) &gt; input[type=checkbox]:focus:checked + label {
        background-position: 0 -101px;
    }

p:not(#foo) &gt; input[type=radio]:hover:checked + label,
p:not(#foo) &gt; input[type=radio]:focus:checked + label,
p:not(#foo) &gt; input[type=radio]:checked + label:hover,
p:not(#foo) &gt; input[type=radio]:focus:checked + label {
    background-position: 0 -261px;
}

/* Hover &amp; Focus styles */
p:not(#foo) &gt; input[type=checkbox]:hover + label,
p:not(#foo) &gt; input[type=checkbox]:focus + label,
p:not(#foo) &gt; input[type=checkbox] + label:hover {
    background-position: 0 -21px;
}

p:not(#foo) &gt; input[type=radio]:hover + label,
p:not(#foo) &gt; input[type=radio]:focus + label,
p:not(#foo) &gt; input[type=radio] + label:hover {
    background-position: 0 -181px;
}

/* Active styles */
p:not(#foo) &gt; input[type=checkbox]:active + label,
p:not(#foo) &gt; input[type=checkbox] + label:hover:active {
    background-position: 0 -41px;
}

p:not(#foo) &gt; input[type=radio]:active + label,
p:not(#foo) &gt; input[type=radio] + label:hover:active {
    background-position: 0 -201px;
}

p:not(#foo) &gt; input[type=checkbox]:active:checked + label,
p:not(#foo) &gt; input[type=checkbox]:checked + label:hover:active {
    background-position: 0 -121px;
}

p:not(#foo) &gt; input[type=radio]:active:checked + label,
p:not(#foo) &gt; input[type=radio]:checked + label:hover:active {
    background-position: 0 -281px;
}

/* Disabled styles */
p:not(#foo) &gt; input[type=checkbox]:disabled + label,
p:not(#foo) &gt; input[type=checkbox]:hover:disabled + label,
p:not(#foo) &gt; input[type=checkbox]:focus:disabled + label,
p:not(#foo) &gt; input[type=checkbox]:disabled + label:hover,
p:not(#foo) &gt; input[type=checkbox]:disabled + label:hover:active {
    background-position: 0 -61px;
}

p:not(#foo) &gt; input[type=radio]:disabled + label,
p:not(#foo) &gt; input[type=radio]:hover:disabled + label,
p:not(#foo) &gt; input[type=radio]:focus:disabled + label,
p:not(#foo) &gt; input[type=radio]:disabled + label:hover,
p:not(#foo) &gt; input[type=radio]:disabled + label:hover:active {
    background-position: 0 -221px;
}

p:not(#foo) &gt; input[type=checkbox]:disabled:checked + label,
p:not(#foo) &gt; input[type=checkbox]:hover:disabled:checked + label,
p:not(#foo) &gt; input[type=checkbox]:focus:disabled:checked + label,
p:not(#foo) &gt; input[type=checkbox]:disabled:checked + label:hover,
p:not(#foo) &gt; input[type=checkbox]:disabled:checked + label:hover:active {
    background-position: 0 -141px;
}

p:not(#foo) &gt; input[type=radio]:disabled:checked + label,
p:not(#foo) &gt; input[type=radio]:hover:disabled:checked + label,
p:not(#foo) &gt; input[type=radio]:focus:disabled:checked + label,
p:not(#foo) &gt; input[type=radio]:disabled:checked + label:hover,
p:not(#foo) &gt; input[type=radio]:disabled:checked + label:hover:active {
    background-position: 0 -301px;
}


</pre></body></html>