#container {
	width: 800px;
	margin: 0 auto;
}

#chart {
	border: 1px solid #bbb;
}

.border {
	border: 1px solid #bbb;
}

.circle {
	stroke: #fff;
	stroke-width: 1.5px;
	fill: #666;
}

.link {
	stroke: #999;
	opacity: 0.6;
}

.nodetext {
	pointer-events: none;
	font-size: 12px;
	stroke: null;
	fill: #000;
}

.outer {
	stroke: #fff;
	stroke-width: 5px;
}

.settinginfo {
	pointer-events: none;
	font-weight: bold;
}


.infopanel {
	width: 140px;
}

.infopanel .panelbg {
	fill: #ffe;
	stroke: #886;
	stroke-width: 2px;
}

.infopanel .heading, .infopanel .rightcol {
	font-weight: bold;
}

.infopanel .heading, .infopanel .rightcol, .infopanel .leftcol {
	stroke-width: 1px;
	stroke: none;
	fill: #000;
}

