.barsq {
	stroke: black;
	fill: lightgreen;
}

.canal {
			stroke: black;
		stroke-width: 2px;	
}

.canlab {
	stroke: black;
	fill: black;
}

.vecbot rect {
	stroke: darkred;
	fill: lightgrey;
	opacity: 0.5;
}

.selectedr {
	fill: yellow;
	stroke-width: 2.0px;
}

.vecbot .selectedv {
	stroke: darkred;
	stroke-width: 2.0px;
	opacity: 1;
}

.axis path,
.axis line {
	fill: none;
	stroke: black;
	shape-rendering: crispEdges;
}

.axis text {
		font-family: sans-serif;
	font-size: 11px;
}

.x  line {
	stroke: none;
}

.x path {
	stroke: none;
}

.grapho {
	stroke: black;
}
