<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">input {
    border: 1px solid #dadada;
    border-radius: 4px;
    font-family:calibri;
    font-size:13pt;
}
input:focus {
    outline: none;
    border-color: #becaed;
    box-shadow: 0 0 6px #9ecaed;
    font-family:calibri;
}
input[type=submit] {
    padding:1px 15px;
    background:#e0e0e0;
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-family:calibri;
    font-size:13pt;
    width:14em;
}
input[type=submit]:focus {
    border: 1px solid #ffffff;
}
input[type=reset] {
    padding:1px 5px;
    background:#e0e0e0;
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-family:calibri;
    font-size:13pt;
}
body {
    font-family:calibri;
    font-size:12pt;
}
#wrapper {
    margin: 0 auto;
    width: 510px;
    background-color:white;
}
</pre></body></html>