<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.sr_inner_content table {
    width: 100%;
    border: 0px solid #dfdfdf;
    border-spacing: 0px;
    border-top: 1px solid #dfdfdf;
}

    .sr_inner_content table tr {
        height: 50px;
    }

    .sr_inner_content table th {
        border-bottom: 1px solid #dfdfdf;
    }

    .sr_inner_content table tr td:first-child {
        width: 145px;
        background-color: rgb(238, 238, 238);
    }

    .sr_inner_content table tr td, th {
        border-bottom: 1px solid #dfdfdf;
        padding: 0 10px;
    }

.sr_inner_content .fundTable tr td:first-child {
    font-size: 11px;
    padding: 0 10px;
}

.sr_inner_content .fundTable th {
    border-bottom: 1px solid #dfdfdf;
}

.sr_inner_content .fundTable tr td:nth-child(3) {
    width: 30px;
}

.sr_inner_content .fundTable tr td, th {
    border-bottom: 1px solid #dfdfdf;
    padding: 0 5px 0 0;
}

.interests {
    width: 100%;
    border: none;
    border-spacing: 0px;
}

    .interests tr {
        height: 30px;
        background-color: none;
    }

        .interests tr td:first-child {
            width: 27%;
            background-color: transparent;
        }

        .interests tr td, th {
            padding: 0;
            border: none;
        }

.required:before {
    content: '*';
    color: #f00;
    margin-right: 5px;
}

.normal:before {
    content: ' ';
    margin-right: 11px;
}

.twoColumn {
    width: 250px;
    line-height: 30px;
}

.fourColumn {
    width: 123px;
    line-height: 30px;
}
</pre></body></html>