<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    /*padding-top: 50px;*/
    padding-bottom: 20px;
    font-family:"Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
table{
    width:100%;
}
td{
    padding: 4px 0 0 0;
}
p{
    margin-top:15px;
}
h1, h2, h3, h4 {
    font-family: Roboto, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #004867;
}
h4{
    margin-top:20px;
}

a {
    color:black;
    font-weight:600;
    text-decoration:underline;
}

blockquote{
    font-size:15px;
}
nav ul{
    list-style-type: none;
    padding-left:0;
}

ul.nav-level-two{
    
    display: none;
    
}

nav.main-nav a {
    color: #004867;
}
nav.doc-outline a {
    color: #666;
}
nav.main-nav li a{
    background-color: #fff;
    border-left: 5px solid #f4f4f4;
}
nav.main-nav li a:hover {
    background-color: #f7ff30;
    text-decoration: none;
    transition: all .5s;
}
nav li a {
    position: relative;
    display: block;
    padding: 10px 15px;
    font-size: 14px;
    background-color: #fff;
    font-weight: 400;
    text-decoration: none;
}


ul.nav-level-two li &gt; a {
    padding-left: 30px;
}

ul.nav-level-three{
    
    display: none;
    
}
    ul.nav-level-three li &gt; a {
        padding-left: 45px;
        
    }

.navbar {
    margin-bottom: 0;
    min-height: 150px;
    padding: 15px 0;
    
    border-bottom: 15px solid #a3bd0b;
}

.navbar-default .navbar-brand {
    color: #fff;
}

.navbar-default {
    /*background-color: #fff;*/
}

.navbar-brand {
    font-size: 40px;
    line-height: 40px;
    font-family: Roboto, sans-serif;
}

    .navbar-brand a {
        font-family: "Fredericka the Great", cursive;
        font-weight: 500;
        color: #fff !important;
        text-decoration: none;
    }

.navbar-brand:hover{
    color: #fff !important;
}

.navbar-brand a:hover{
    text-decoration: none;
    color: #fff !important;
}

.navbar-header {
    max-width: 1480px;
    float:none;
}

.nav &gt; li &gt; a:focus, .nav &gt; li &gt; a:hover {
    text-decoration: none;
    background-color: #f7ffc0;
    transition: all .5s;
}
#page-wrapper {
    position: inherit;
    margin: 0;
    background-color: #fff;
}
@media (min-width: 768px){
    #page-wrapper {
        margin: 0 0 0 250px;
        padding: 0 30px;
        border-left: 1px solid #ccc;
    }
    .sidebar {
        z-index: 1;
        position: absolute;
        width: 250px;
    }
    .right-col footer{
        display: none;
    }
    .sidebar-nav footer {
        font-size: 12px;
        padding-left: 15px;
        position: fixed;
        bottom: 0;
        background-color: #e7e7e7;
        width: 250px;
    }

   .byline {
        line-height: 50px;
    }
    .banner {
        float: right;
    }
    .navbar-brand {
        
    }
}

@media (max-width: 768px) {
    .body-content{
        padding: 10px;
    }
    .sidebar-nav footer  {
        display:none;
    }
    .navbar-brand{
        float:none;
        height:auto;
    }
    .byline{
        line-height: 20px;
    }
}
 
.sidebar-nav {
    padding: 0;
    margin-bottom: 100px;
}

.body-content {
    max-width: 1170px;
}

.body-content img {
    max-width: 900px;
}

.body-content li {
    margin-bottom: 3px;
}

.body-content li img {
    max-width: 860px;
}

li[role="presentation"]{
    margin-bottom: 0;
   
}

.tab-content {
    padding: 10px;
}
.skyscraper {
    margin-top: 20px;
}

.rectangle {
    margin-top: 40px;
}

li &gt; p &gt; img {
    margin-top: 15px;
}

img {
    max-width: 870px;
}

.byline {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-style:italic;
    font-size: 17.5px;
}

    #file-meta {
        font-size: 13px;
        color: #999;
    }

        #file-meta span {
            min-width: 120px;
            display: inline-block;
        }

    h3.doc-outline {
        /*padding-left: 10px;*/
    }

    .doc-outline ul {
        list-style-type: none;
    }

    .doc-outline li {
        padding-left: 0;
        margin-bottom: 0;
        border:none;
    }

.doc-outline li a{
    padding: 10px 0;
}

    .doc-outline li a:hover {
        background-color: #fff;
        text-decoration: underline;
        transition: all .5s;
    }
 .alert {
    padding: 10px;
    border-radius: 7px;
}

.alert-danger &gt; p:first-of-type:before {
    font-family: 'Material Icons';
    content: '\e645\0020 ';
    font-size: 28px;
    font-weight: 400;
    top: 6px;
    position: relative;
}

.alert-warning &gt; p:first-of-type:before {
    font-family: 'Material Icons';
    content: '\e002\0020 ';
    font-size: 28px;
    font-weight: 400;
    top: 6px;
    position: relative;
}

.alert-info &gt; p:first-of-type:before {
    font-family: 'Material Icons';
    content: '\e88f\0020 ';
    font-size: 28px;
    font-weight: 400;
    top: 6px;
    position: relative;
}

    .alert &gt; p {
        margin-top: 0;
    }

    kbd {
        color: #333;
        background-color: #fff;
        border: 1px solid #ccc;
    }

    :not(pre) &gt; code[class*="language-"], pre[class*="language-"] {
        /*background-color: #f5f5f9;*/
    }

    .alert-info a {
        color: #224D64;
        text-decoration: underline;
    }


.doc-outline.well {
    border-radius: 5px;
    background: #fff;
    border: 1px solid #f4f5f5;
    margin: 20px 0 20px;
    font-size: 14px;
    line-height: 1.4;
}

#file-meta{
    border-top:1px solid #f5f5f5;
    padding-top:30px;
    margin-top:30px;
    margin-bottom:50px;
}

#back-to-top {
    color: #fff;
    width: 50px;
    height: 50px;
    background: #a3bd0b;
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    line-height: 50px;
    font-size: 28px;
    text-align: center;
    border-radius:5px;
}

.cookie-box {
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 17px 17px rgba(0,0,0,.15), 0 27px 55px rgba(0,0,0,.3);
    font: 14px/20px Roboto,sans-serif;
    margin: 24px;
    max-height: calc(100% - 48px);
    max-width: calc(100% - 48px);
    overflow: auto;
    padding: 8px;
    position: fixed;
    z-index: 10012;
    right: 60px;
    bottom: 30px;
    display: none;
}

.cookie-box-contents {
    color: #757575;
    padding: 16px;
}

.cookie-box-buttons {
    text-align: right;
}

.cookie-button {
    color: #039be5;
    padding: 8px;
    margin: 0 8px;
    border: 0;
    border-radius: 2px;
    display: inline-block;
    font: 700 16px Roboto,sans-serif;
    min-width: 56px;
    outline: 0;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color .2s;
    vertical-align: middle;
    white-space: nowrap;
}

    .cookie-button:hover {
        background-color: #e1f3fc;
        text-decoration: none;
    }

.toc li{
    margin-bottom:0;
}

.permalink{
    font-size:10pt;
    color:#2e97bd;
    cursor:pointer;
}

.prettyprint li {
    margin: 0;
    
}

ol.linenums{
    padding-left:0;
}
li.L4, li.L9{
    list-style-type:none;
}
.highlight{
    background:#ffff80;
}

.add-z {
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 0;
    padding: 20px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(128, 128, 128, 0.75);
    -moz-box-shadow: 0px 0px 8px 0px rgba(128, 128, 128, 0.75);
    box-shadow: 0px 0px 8px 0px rgba(128, 128, 128, 0.75);
    position: relative;
    background-color: #fff;
    max-width: 1000px;
}

.add-z:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 163px;
    height: 102px;
    background: url("/images/add-left-side.png") no-repeat top left;
}

.add-z:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 286px;
    height: 102px;
    background: url("/images/add-right-side.png") no-repeat top left;
}

.add-z .main-content {
    margin-left: 120px;
}

.add-z .main-content h4 {
    margin-top: 0;
    font-size: 30px;
}

.add-z .main-content h4:before {
    display: none;
}

.add-z .main-content h4 a {
    color: #c00;
}

.add-z .main-content a {
    color: #14171a;
    position: relative;
    z-index: 1;
    text-decoration: none;
    padding: 0 5px;
}

.add-z .main-content &gt; div {
display: inline-block;
color: #14171a;
}

.box-newsletter {
    padding: 20px;
    background-color: #222;
}

.box-newsletter a {
    text-decoration: none;
}

@media (max-width: 991px) {
    .body-content img {
        max-width: 100%;
    }
    .body-content li img {
        max-width: 100%;
    }

    .body-content li {
        margin-bottom: 15px;
    }
}

summary {
    display: list-item;
}

details {
    border: 1px solid #aaa;
    border-radius: 4px;
    padding: 0.5em 0.5em 0;
    margin: 15px 0;
}

summary {
    font-weight: bold;
    margin: -0.5em -0.5em 0;
    padding: 0.5em;
}

details[open] {
    padding: 0.5em;
}

details[open] summary {
    border-bottom: 1px solid #aaa;
    margin-bottom: 0.5em;
}

.box-chatgpt {
    background-color: #222;
    color: #fff;
    padding: 15px 15px;
    box-shadow: 5px 10px #888888;
}

.box-chatgpt h2 {
    color: #337ab7;
}

a.btn-primary {
    color: #fff !important;
    text-decoration: none !important;
}

code {
    display: inline-block;
}

.image-outer {
    background-color: #ddd;
    border-radius: 6px;
    display: inline-block;
    padding: 20px;
    margin: 15px 0;
}

.image-outer img {
    border-radius: 6px;
    max-width: 100%;
}

.section-troubleshooting .h9 {
    font-weight: bold;
    text-decoration: underline;
    padding-bottom: 5px;
    padding-top: 20px;
}

.link-copyright {
    font-weight: normal;
}

.body-content a {
    color: #2e97bd;
}

.body-content h2, .body-content h3 {
    margin-top: 40px;
    margin-bottom: 20px;
}

.body-content pre {
    margin-top: 0px;
    margin-bottom: 15px;
}

.pre-header {
    background-color: rgba(52,53,65,1);
    color: rgba(217,217,227, 1);
    font-size: .85rem;
    line-height: 1rem;
    padding: 0.5rem 1rem;
}

.pre-header button
{
    background-color: transparent;
    background-image: none;
    border: 0px;
    color: rgba(217,217,227, 1);
}

.pre-container {
    margin-top: 15px;
}

.d-flex {
    display: flex;
}

.justify-content-between {
    justify-content: space-between;
}

.sharethis-inline-share-buttons {
    min-height: 50px;
}</pre></body></html>