

.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; 
}