<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.agsTOCNode {
    padding-top: 0;
    padding-bottom: 1px;
    /* background: #D7DEE5 url(../images/accordion.jpg) repeat-x scroll 0 0; */
    background: #ffffff repeat-x scroll 0 0 ;
    width: 100%;
    /* font-family: 'Source Sans Pro', sans-serif; */
}

.agsTOCNode table {
    /* font-family: Verdana, Arial; */
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 8pt;
}


/*.agsTOCContent {
    white-space: nowrap;
   overflow: hidden;
   width: 120px;
   text-overflow: ellipsis;
   -o-text-overflow:ellipsis;
}*/

.agsTOCOutOfScale {
    color: grey;
    opacity: .5;
}

.agsTOCServiceLabel {
    font-family: "Merriweather", serif;
    /* font-family: Verdana, Arial; */
    font-size: 8pt;
    font-weight: bold;
    /*white-space: nowrap;
   overflow: hidden;
   width: 70%;
   text-overflow: ellipsis;
   -o-text-overflow:ellipsis;
   display: inline-block;*/
}

.agsTOCSlider {
    padding: 5px 20px 5px 30px;
}

.agsTOCGroupLabel,
.agsTOCLayerLabel {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 8pt;
    white-space: pre-wrap;
    /* CSS3 */
    white-space: -moz-pre-wrap;
    /* Firefox */
    white-space: -pre-wrap;
    /* Opera &lt;7 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    word-wrap: break-word;
    /* IE */
    word-break: hyphenate;
}

.agsTOCLegendLabel {
    font-size: 8pt;
    white-space: pre-wrap;
}

.esriLegendServiceLabel {
    white-space: pre-wrap;
}

#twotoc input[type=checkbox] {
    transform: scale(0.9);
    vertical-align: top;
    margin-top: 3px;
    box-shadow: none;
}


/* #twotoc input[type=checkbox]:checked {
    background-color: blue;
    color: white;
    box-shadow: 0 0 0 3px cyan;
} */</pre></body></html>