body{
  background-color: lightgrey;
}

.bar{
	
}
.bar:hover{
	fill:lightblue;
}

div.tooltip {
  position: absolute;
  padding: 2px;
  font: 12px sans-serif;
  background: lightsteelblue;
  border: 0px;
  border-radius: 8px;
  pointer-events: none;
}

.foodName{
	text-transform: capitalize;
}