<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.Policy {
    height: 111px;
    overflow: auto;
    padding: 10px;
    margin: 15px 0 15px 15px;
    border: 1px solid;
}

    .Policy h4 {
        margin: 15px 0 5px 0;
    }

    .Policy p {
        margin: 10px 0 10px 0;
    }

#options {
    margin: 15px 0;
    text-align: center;
}

.sr_inner_content table {
    width: 420px;
    margin: 15px auto;
    font-weight: bold;
}

    .sr_inner_content table tr {
        height: 35px;
    }

        .sr_inner_content table tr td:first-child {
            width: 220px;
        }

        .sr_inner_content table tr:nth-child(3) {
            height: 40px;
        }
</pre></body></html>