/* Colored style */

#view-foreground {
  opacity: 0.2;
  pointer-events:none;
}


#outside-container .link {
	stroke : #3B170B;
}
#outside-container .control-point {
	stroke : white;
}


#ground-container .link {
	stroke : #3B170B;
}
#ground-container .control-point {
	stroke : white;
}

#seed {
	fill : #3B170B;
}