/*******************************************************************************
 * Tree container
 */
ul.dynatree-container
{
	font-family: inherit;
	background-color: transparent;
	border: none;
}

ul.dynatree-container,
ul.dynatree-container a
{
	font-weight: normal;
	color: black;
	margin-left: 0;
}

span.dynatree-title {
	padding-left: 3px;
}

span.dynatree-active,
span.dynatree-active a
{
	background-color: transparent !important;
	color: black !important;
}

span.dynatree-node a:focus-visible
{
	outline: none
}
