#slider-nutrient-status {
	width: 60%;
}
#slider-nutrient-status .slider-selection {
	background: #BABABA;
}

#slider-nutrient-balance {
	width: 48%;
}
#slider-nutrient-balance .slider-selection {
	background: #BABABA;
}

.bar {
  opacity: 0.3;
}
.bar.positive {
  fill: blue;
}

.bar.negative {
  fill: blue;
}

.axis {
  font: 10px sans-serif;
}

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

.x.axis path {
  display: none;
}
