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

textarea, select, input {
    outline: none;
    resize: none;
}

.f_red {
    color: red;
}

table {
    border-collapse: collapse !important;
}

td {
    background: #fff;
    border: 1px solid #ccc;
}

.foot {
    margin-top: 20px;
}

.btn {
    width: 80px;
    height: 26px;
    line-height: 26px;
    cursor: pointer;
}

label {
    cursor: pointer;
}</pre></body></html>