@CHARSET "UTF-8";
/* styling for trees */

.content .tree {
	width: 100%;
	border-collapse: collapse;
}

.content .tree table.node {
	width: 100%;
	border-collapse: collapse;
}

.content .tree table.node .arrow{
	white-space: nowrap;
	width: 1%;
}

.content .tree table.node .data{
	width: 99%;
}

.content .tree .buttons{
	white-space: nowrap;
	width: 1%;
}

.content .tree table.node .buttons{
	white-space: nowrap;
	width: 1%;
}
