.node {
	stroke: #fff;
	stroke-width: 1.5px;
}
.link {
	stroke: #999;
	stroke-opacity: .8;
}
.label {
	font: 11px sans-serif;
	cursor:pointer;
}

#theCoauthorshipGraph {
	position:relative;
}
