	.node {
	  stroke: #fff;
	  stroke-width: 1.5px;
	}

	.heb-link {
	  /*stroke: #999;*/
	  stroke-opacity: .6;
	}
	.pop-link {
	  stroke-opacity: .6;
	}
    
    .force-link{
	  stroke: #999;
      stroke-opacity: .6;
    }


	.gtext{
		font-size: 8px;
		font-family: verdana;
	}

	.background {
	  fill: #eee;
	}

	line {
	  stroke: #fff;
	}

	text.active {
	  fill: red;
	}
    
#graph-options{
		display:inline-block;
		width: 150px;
		vertical-align: top;
		min-height: 800px;
		margin: 0 0 0 10px;
}
#graph-container{
		display:inline-block;
		vertical-align: top;        
}

.value{
		margin: 0 0 10px 0;
}

.value > input[type="select"], .value > input[type="text"] {
	width: 100px;
}

.keybox{
	display: inline-block;
	height: 10px;
	width:10px;
}
.label{
	display: inline-block;
}
.asian{
	background-color: #cc66ff;
}
.caucasian{
	background-color: #33cccc;
}
.hispanic{
	background-color: #ff0000;
}
.multi-racial{
	background-color: #33cc33;
}
.international{
	background-color: #0000ff;
}
.am-indian, .other{
	background-color: #EE7F2D;
}
.black{
	background-color: lavender;
}
.nd{
	background-color: pink;
}

.key{
	width: 150px;
	margin: 0 0 10px 0;
}
#key{
	position: absolute;
	top: 0px;
}

.tiny-svg{
		width:12px; 
		height: 12px;
		fill: none;
}

.crowbar{
	font-size: .7rem;
	margin: 20px 0 0 0px;
	
}

.x.axis line {
	   stroke: green;
	   stroke-width: 0;
	}
	  
	.x.axis .minor {
	   stroke-opacity: .5;
	   stroke: red;
	   stroke-width: 0;
	}
	 
	.x.axis path {
	  display: none;
	}
	   
	.y.axis line, .y.axis path {
	   fill: none;
	   stroke: #17BED5;
	   stroke-width: 0;
	}
 
	.y.axis .minor{
	   stroke: #52D12A;
	   stroke-width: 1.5;
	   stroke-opacity: 0;
	}
	
.red{
	color:red;
}