

.cssSubject{
    color:#333333;      
    padding:3px;
}

/*
a:focus {
    color:#cccccc;
    background-color: #333333;
}
*/

.cssSubjectList{
    font-size: 1em;
    list-style-type:none !important;
    /*
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: flex-start;
    */
}

.cssSubjectItem{
    font-size:1em;
}

.jstree-default .jstree-icon:empty {
     display: inline-block !important; 
     font:0.8em !important;
}


/*
.jstree-anchor:hover {
    color: #ba1408 !important;
    background-color: transparent !important;
}
*/

.jstree-node  {
    font-size:1.0em;
    color:#333333 !important; 
}


.jstree-disabled{    
    cursor:default !important; 
    
}

/* both classes are present*/
.jstree-disabled.jstree-hovered {
    color:#333333 !important; 
    background-color: transparent !important;    
}

.jstree-hovered {
    color: #ba1408 !important; 
    background-color: transparent !important;  
    
}



