#wmlc_1_0_left_panel_categories {
    border-bottom: 1px #ccc solid;
    clear: both;
    padding: 10px;
    max-width: 250px;
}

#wmlc_1_0_left_panel_categories > #title {
    font-size: 15px;
    font-weight: bold;
    max-width: 150px;
    float: left;
    display: block;
    height: 42px;
}

#wmlc_1_0_left_panel_categories > #btnUpDown {
    float: right;
    width: 42px;
    height: 42px;
    text-align: center;
    border-radius: 4px;
    background-color:  #2990cf;
    cursor: pointer;
    font-size: 28px;
    color: #fff;
    font-weight: bold;
    display: block;
    transition: background-color 0.3s ease-out 0s;
}

#wmlc_1_0_left_panel_categories > #btnUpDown:hover {
    background-color: #52ade5;
    transition: background-color 0.3s ease-out 0s;
}

#mlc_tree_bottom_separator {
    clear: both;
    float: bottom;
    height: 1px;
    width: 225px;
    padding: 0px;
    margin: 0px;
}

#mlc_tree_bottom {
    clear: both;
    float: bottom;
    max-height: 350px;
    width: 225px;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc;
    overflow: auto;
}

.jstree a {
    color: #333 !important;
}

.jstree-node  > .jstree-anchor {
    color: #333 !important;
}