<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!* Hide box shadow *!*/
/*.syntaxhighlighter a,*/
/*.syntaxhighlighter div,*/
/*.syntaxhighlighter code,*/
/*.syntaxhighlighter table,*/
/*.syntaxhighlighter table td,*/
/*.syntaxhighlighter table tr,*/
/*.syntaxhighlighter table tbody,*/
/*.syntaxhighlighter table thead,*/
/*.syntaxhighlighter table caption,*/
/*.syntaxhighlighter textarea {*/
/*    box-shadow: none;*/
/*}*/

.syntaxhighlighter-container {
    position: relative;
    margin: 1em 0 .3em 0;
}

.syntaxhighlighter-toolbar {
    font-size: .9em;
    line-height: .9em;
    text-align: right;
    color: #ccc;
    font-family: sans-serif;
    padding: 2px 4px 2px 4px;
}

.syntaxhighlighter-brush {
    margin-left: 10px;
}

.syntaxhighlighter-copy-to-clipboard,
.syntaxhighlighter-copy-to-clipboard:hover,
.syntaxhighlighter-copy-to-clipboard:focus {
    background: no-repeat center / contain url('../img/copy-to-clipboard.svg');
    border: none;
    width: 18px;
    height: 18px;
    min-height: 10px;
    vertical-align: text-bottom;
    opacity: .4;
    margin: 0 0 0 10px;
    padding: 0;
    box-sizing: border-box;
}
.syntaxhighlighter-copy-to-clipboard:hover {
    opacity: .8;
}

.syntaxhighlighter-copied {
    transition: opacity 1s;
}

.syntaxhighlighter {
    margin: 0 !important;
    padding-top: .4em;
    padding-bottom: .8em;
/*      /*!* Remove vertical scrollbar (IE &amp; Chrome) *!*/
/*    overflow-y: hidden !important;*/
}

/* Fix underscores not showing ; https://github.com/syntaxhighlighter/syntaxhighlighter/issues/406*/
.syntaxhighlighter table td.code .container {
    padding-bottom: 2px !important;
    /*border-top: #eeeeee 1px solid !important;*/
}

/*.syntaxhighlighter::before {*/
/*    color: #CCC;*/
/*    position: absolute;*/
/*    z-index: 10;*/

/*    font-size: .8em;*/
/*    right: 0;*/
/*    top: 0;*/
/*}*/

/*.syntaxhighlighter.bash::before {content: "Bash (Shell)";}*/
/*.syntaxhighlighter.css::before {content: "CSS";}*/
/*.syntaxhighlighter.cpp::before {content: "C++";}*/
/*.syntaxhighlighter.csharp::before {content: "C#";}*/
/*.syntaxhighlighter.delphi::before {content: "Delphi";}*/
/*.syntaxhighlighter.html::before {content: "HTML";}*/
/*.syntaxhighlighter.java::before {content: "Java";}*/
/*.syntaxhighlighter.jscript::before {content: "JavaScript";}*/
/*.syntaxhighlighter.perl::before {content: "Perl";}*/
/*.syntaxhighlighter.php::before {content: "PHP";}*/
/*.syntaxhighlighter.python::before {content: "Python";}*/
/*.syntaxhighlighter.ruby::before {content: "Ruby";}*/
/*.syntaxhighlighter.scss::before {content: "Saas/Scss";}*/
/*.syntaxhighlighter.sql::before {content: "SQL";}*/
/*.syntaxhighlighter.ts::before {content: "TypeScript";}*/
/*.syntaxhighlighter.xml::before {content: "XML/XHTML";}*/
</pre></body></html>