<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">details.ez-toc-container {
    background: #f9f9f9;
    border: 1px solid #aaa;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    display: table;
    margin-bottom: 1em;
    padding: 10px 20px 10px 10px;
    position: relative;
    width: auto;
}

summary.ez-toc-title{
    display:flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
summary.ez-toc-title:after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20px' height='20px' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 6H4v2h2V6zm14 0H8v2h12V6zM4 11h2v2H4v-2zm16 0H8v2h12v-2zM4 16h2v2H4v-2zm16 0H8v2h12v-2z' fill='currentColor'%3E%3C/path%3E%3C/svg%3E");
}

ul.ez-toc-list {
    counter-reset: item;
    padding-left: 0px !important;
    margin-bottom: auto;
}

ul.ez-toc-list li {
    list-style: inherit !important;
}

.ez-toc-container ul{list-style:none}
.ez-toc-container-direction {direction: ltr;}
.ez-toc-container ul{counter-reset: item ;}
.ez-toc-container ul ul{
    padding-left: 18px !important;
}
.ez-toc-container nav ul li a::before {
    content: counters(item, ".", decimal) ". ";
    display: inline-block;
    counter-increment: item;
    flex-grow: 0;flex-shrink: 0;margin-right: 0; float: left;
}

.ez-toc-container nav ul li a::before{
    content:unset
}

.ez-toc-container ul.ez-toc-list{    
    color: var(--theme-color);
    list-style: auto;
    padding-left: 3rem !important;
    margin-left: 0px;
}

.ez-toc-container ul.ez-toc-list.unset {
    list-style: disc;
}

._content_ ._page_ a[name] {    
    margin-top: -50px;
    padding-top:50px;
    display: block;
}</pre></body></html>