/* **** MindMap CSS **** */

.node circle
{
	cursor: pointer;
	fill: #fff;
	stroke: steelblue;
	stroke-width: 1.5px;
}

.node text
{
	font-size: 12px;
}

.node text:hover
{
	cursor: pointer;
	color: red;
}

path.link
{
	fill: none;
	stroke: #ddd;
	stroke-width: 1.5px;
}

.mindmap
{
	overflow: auto;
	margin: 10px 0 0 0;
	font-size: 14px;
	font-family: "Helvetica Neue", Helvetica;
	background-color: #fffff4;
	border: 1px solid #999;
	border-radius: 8px;
}

rect
{
	fill: none;
	pointer-events: all;
}

pre
{
	font-size: 18px;
}

line
{
	stroke: #000;
	stroke-width: 1.5px;
}

.string, .regexp
{
	color: #f39;
}

.keyword
{
	color: #00c;
}

.comment
{
	color: #777;
	font-style: oblique;
}

.number
{
	color: #369;
}

.class, .special
{
	color: #1181B8;
}

a:link, a:visited
{
	color: #000;
	text-decoration: none;
}

a:hover
{
	color: #666;
}

.hint
{
	position: absolute;
	right: 0;
	width: 1280px;
	font-size: 12px;
	color: #999;
}
