<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.treeview {
    background-color:rgb(255,255,222);
    display: inline-block;  
    border: 1px solid #4D1056;  
    padding: 5px 10px;
    border-radius: 5px;  
    -webkit-border-radius: 5px;  
    -moz-border-radius: 5px;  
}


.treeNode input[type=checkbox]
{
    display: inline-block;  
    border: 1px solid #4D1056;  
    padding: 5px 10px;  
    text-decoration: none;  
    border-radius: 5px;  
    -webkit-border-radius: 5px;  
    -moz-border-radius: 5px;  
}


.treeNode
{
    font-weight:bold;
    color:#088518;    
    font-size:16px;
}

.treeNode span
{
    margin-left:5px;
}

.treeNode a
{
    font-size:14px !important;
    margin-left:5px;
}

.rootNode
{
    font-size:20px;
    width:100%;
    border-bottom:Solid 1px black;    
}
.leafNode 
{    
    font-weight:0 !important;
    color:#4D1056
}</pre></body></html>