.jstree-container-ul {
    list-style: none;
    margin: 0;
}
.jstree-container-ul li {
    margin: 0;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    line-height: 15px;
    text-transform: capitalize;
    letter-spacing: -0.5px;
}
#top .main_color .jstree-anchor, .jstree-anchor:hover, .jstree-anchor:active, .jstree-anchor:focus, .jstree-anchor:visited  {
    font-size: 12px;
    font-family: 'Roboto Mono';
    letter-spacing: -1.5px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
}
.jstree-hovered {
    background: #a1abe3;
}
.jstree-container-ul .jstree-children {
    margin: 0 0 0 10px
}
