.jstree-default .jstree-wholerow-clicked[unselectable~=on]{
	background: #efefef none repeat scroll 0 0
}

.jstree-anchor {
    /*enable wrapping*/
    white-space : normal !important;
    /*ensure lower nodes move down*/
    height : auto !important;
    /*offset icon width*/
    padding-right : 24px;
}

.agl-trees-activity{
	overflow: auto;
	height: 150px;
}