/*COPYRIGHT © 2025 AUTHOR-E BV. ALL RIGHTS RESERVED */
.Tree .Toggle
{
    display: inline-block;
	float: left;
}

.Tree .Node .Title
{
	display: block;
	overflow: hidden;
}

.Tree
{
	overflow: auto;
}

#Content
{
	overflow: auto;
}