<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    margin: 30px;
}

a {
    text-decoration: none;
}

pre, code {
            background-color: #EFF0F1;
        }

        /* Could remove from here */
        .doc_content p {
            margin-bottom: 5px !important;
        }

        #result p {
            margin-top: 20px;
            font-weight: bold;
        }
        /* Could remove to here */

        .notes {
            margin-top: 1.7em;
            padding: 10px;
            border-radius: 5px;
            border: 1px dashed #351616;
        }

        .headers {
            padding-top: 10px;
            font-weight: bold;
        }

        #introduction {
            margin: 0px 20px 0px 20px;
        }

        ol li {
            margin-top: 5px !important;
            padding-left: 5px !important;
        }

        h2:not(:first-of-type) {
            margin-bottom: 0 !important;
        }

        h3:not(:first-of-type) {
            margin-top: 30px !important;
            padding: 15px 0 0 0px;
        }

        h3 {
            margin-bottom: 5px !important;
        }

            h3 + .space {
                margin-top: 0px !important;
            }

        .space {
            margin-top: 25px !important;
        }

        .start-code {
            margin: 10px 0 0 0;
        }

            .start-code a {
                /*border: none;
            border-radius: 3px;*/
                margin: 8px 0 0 0;
                padding: 5px;
                background-color: #eee;
                color: #555;
            }

                .start-code a:hover {
                    margin: 8px 0 0 0;
                    padding: 5px;
                    background-color: aliceblue;
                    color: aqua;
                }

                .start-code a:active {
                    margin: 8px 0 0 0;
                    padding: 5px;
                    background-color: aliceblue;
                    color: blue;
                }

.marker h2 span {
    text-decoration: underline;
}

.mark-underline {
    text-decoration: underline;
}

#pageDocumentation h2:nth-of-type(2) {
    /*color: #9a9a9a;*/
    color: black;
}</pre></body></html>