.ConnectionsList .dynatree-container.dynatree-no-connector {
    border: medium none;
}

.ConnectionsList .dynatree-title {
	cursor: default;
	position: absolute !important;
	float: none !important;
	width: -moz-calc(100% - 120px);
	width: -webkit-calc(100% - 120px);
	width: calc(100% - 100px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}