<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.customiseTxt {border:1px solid #aaa;padding:5px;display:block;width:190px}
h3 {margin:0;background:#888}
.option {background:#ddd;padding:5px;font-weight:bold;display:block;margin:0 0 15px 0}


input[type="checkbox"] {
    display:none;
}

input[type="checkbox"] + label {
    color:#000;
}

input[type="checkbox"] + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:url(/i/check_radio_sheet.png) left top no-repeat;
    cursor:pointer;
}

input[type="checkbox"]:checked + label span {
    background:url(/i/check_radio_sheet.png) -19px top no-repeat;
}

input[type="radio"] {
    display:none;
}

input[type="radio"] + label {
    color:#000;
    font-size:14px;
}

input[type="radio"] + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:url(/i/check_radio_sheet.png) -38px top no-repeat;
    cursor:pointer;
}

input[type="radio"]:checked + label span {
    background:url(/i/check_radio_sheet.png) -57px top no-repeat;
}

div#show {line-height:1.5;padding:0 10px;}
div#show p {color:#888;margin:0;padding:0 0 10px 0}

#b1a,#b2a {display:none}
.loc {height:25px}
#myurl {background:#000;padding:20px;color:#fff;font-family:Courier, monospace;margin:0 0 0 0}</pre></body></html>