#mesch-dlm-tree {
  height: 400px;
}
#mesch-dlm-tree ul.fancytree-container {
  /*min-height: 100%;*/
  padding: 3px 7px;
}
#mesch-dlm-tree ul.fancytree-container li > .fancytree-has-children.fancytree-expanded .fancytree-expander:after {
  content: "\f147";
}
#mesch-dlm-tree ul.fancytree-container li > .fancytree-has-children .fancytree-expander:after {
  content: "\f196";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  height: 14px;
  position: relative;
  top: -4px;
  width: 14px;
}
#mesch-dlm-tree ul.fancytree-container li > .is-active,
#mesch-dlm-tree ul.fancytree-container li > .is-active .fancytree-title {
  background-color: antiquewhite;
  cursor: default;
}
