﻿
.tree table td 
{
	vertical-align: baseline;
	width: 11px;
}
.tree td.node
{	
	padding: 5px 0 0 9px;
	width: auto;
}
.tree a.node
{
	text-decoration: none;
	font-weight: bold;
	color: #333;
}
.tree td.leaf-node
{
	padding: 2px 0 2px 0px;
	color: #151565;
	line-height: 16px;
	background: none;
	margin-top: 0px;
}
.tree a.leaf-node
{
	color: #151565;
	font-weight: normal;
	margin: 0px;
	white-space: normal;
}
.journals .tree a.leaf-node:hover
{
	background: #E1E2EC;
	font-weight: bold;
}