.tree {
  //white-space : nowrap;
  overflow: auto ;
  position: relative ;
  width: 100% ;
  padding-bottom: 10px ;
}
.tree a:last-child, .tree a {
  //white-space : nobr;
  text-decoration : none;
  //color : #004080;
	padding: 3px 4px ;
	border: 1px solid transparent ;
	border-radius: 3px ;
	color: #2B7FE5 ;
}
.tree .plus {
	position: absolute ;
	text-decoration: none !important ;
	font-weight: bold ;
	font-family: trebuchet ms ;
	font-size: 1.3em !important ;
}
.tree a:last-child:visited {
	color: grey ;
}
.tree a:last-child:hover {
	border: 1px solid #aaa ;
	text-decoration: none !important ;
}
