<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">        .active {
            color: #28aecf;
        }
        .activebg {
            background-color: #28aecf;
            color: white;
        }        
        .Lnk {
            width: 230px;height: 30px;font-family:Noto Sans;	font-size:12px;
            font-weight:bold;        display: table-cell; 
            vertical-align: middle; 
         }
        .parent {
            width: 230px;font-family:Noto Sans;	font-size:13px;
            max-width: 230px;
            font-weight:bold;         
            vertical-align: middle; 
            cursor: pointer;
        }
        .child {
            list-style-type: none;
            padding-top: 5px;
            padding-left: 5px;
            width: 230px;font-family:Noto Sans;	font-size:12px;
            max-width: 230px;
            font-weight: normal !important ;  
            vertical-align: middle; 
            cursor: pointer;
            overflow: hidden;
        }        
        .disable {
            display: none !important ;  
            visibility: hidden !important ;  
        }
        .ui-accordion .ui-accordion-content {
            padding: 0 !important;
            height: auto !important;
        }
        #accordion .ui-state-default {
            background-color: white !important;
            color: black;
        }                
        #accordion .ui-state-active {
            background-color: #28aecf !important;
            color: white;
        }
</pre></body></html>