<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    padding-top: 90px;
    -webkit-overflow-scrolling: touch;
    color: #333;
    font-size: 16px;
}

ul {
    list-style: none;
    padding-left: 0;
}

a {
    color: #428bca;
}

.navbar-default .navbar-text {
    font-size: 16px;
    font-weight: normal;
    line-height: 70px;
    margin: 0;
    color: #668eff;
}

.navbar-default {
    background: #fff;
    border-radius: 0;
    border: none;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.container {
    max-width: 800px;
}

    .container h2 {
        font-size: 18px;
        padding-bottom: 10px;
        border-bottom: 1px solid #e2eaec;
        padding-left: 4px;
        font-weight: bold;
    }

section {
    margin-bottom: 40px;
}

    section h3 {
        font-size: 18px;
        padding-left: 10px;
        border-left: 2px solid #21d376;
        line-height: 1;
        margin-bottom: 20px;
    }

.article-list li {
    margin-bottom: 8px;
    line-height: 1.5em;
    padding-left: 12px;
    position: relative;
}

    .article-list li:before {
        content: "";
        position: absolute;
        left: 0;
        top: 7px;
        height: 4px;
        width: 4px;
        border-radius: 100%;
        background-color: #d0d3dc;
    }
.article-listl li {
    margin-bottom: 8px;
    line-height: 1.5em;
    padding-left: 12px;
    position: relative;
    top: 37px;
}
    .article-listl li:before {
        content: "";
        position: absolute;
        left: 0;
        top: 7px;
        height: 4px;
        width: 4px;
        border-radius: 100%;
        background-color: #d0d3dc;
    }
.content-list li {
    margin-bottom: 8px;
    line-height: 1.5em;
    padding-left: 12px;
    position: relative;
}

    .content-list li:before {
        content: "";
        position: absolute;
        left: 0;
        top: 12px;
        height: 4px;
        width: 4px;
        border-radius: 100%;
        background-color: #d0d3dc;
    }

section p {
    line-height: 1.8em;
    margin-bottom: 16px;
    color: #666;
}

.article-header h2 {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 24px;
    padding-left: 0;
    border-bottom: 1px solid #e2eaec;
    line-height: 1.5em;
}

.breadcrumb {
    font-size: 14px;
    padding: 10px 0;
    background: none;
}

section img {
    max-width: 100%;
}

@media (max-width:767px) {
    .navbar-header {
        padding: 5px 0 5px 5px;
    }

        .navbar-header img {
            width: 130px;
        }

    .navbar-default .navbar-text {
        line-height: 60px;
        font-size: 16px;
    }

    body {
        padding-top: 70px;
        font-size: 14px;
    }

    .article-header h2 {
        font-size: 18px;
    }

    section h3 {
        font-size: 16px;
    }
}
</pre></body></html>