<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.hash-link {
    opacity: 0;
    padding-left: .5rem;
    transition: opacity var(--ifm-transition-fast);
    -webkit-user-select: none;
    user-select: none
}



table {
    border-collapse: collapse;
    display: block;
    
}

table thead tr {
    border-bottom: 2px solid #dadde1
}

table tr {
    background-color: #0000;
}

table td,table th {
    padding: 12px !important;
    vertical-align:inherit !important;
    color: inherit !important;
}


table td {
    line-height: normal !important;
}

table th {
    background-color: #00000008 !important;
    font-weight: 700 !important;
    
}

table thead,table tr:nth-child(2n) {
    background-color: #00000008
}


</pre></body></html>