body { 
    background-color: black; 
    color: white;
    font-family: sans-serif;
}
#graph canvas { 
    background-color: #515151; 
}
.node-label { 
    font-family: sans-serif; 
    font-size: 11px;
}
#graph {
	display: inline-block;
	position: relative;
	overflow: hidden;
	border: 1px solid #E42424;
}
.selected {
    font-size: 28px;
    font-weight: bold;
}
.faded {
    opacity: 0.1;
}
