body {
  position: relative;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #FFF0A5;
  width: 960px;
  color: #8E2800;
}
.axis text {
  font: 10px Helvetica;
  fill: #8E2800;
}
.axis path,
.axis line {
  fill: none;
  stroke: #FFB03B;
  shape-rendering: crispEdges;
}
.bar .display {
  fill: #468966;
}
.bar .interact {
  stroke: #FFB03B;
}
.selected-tooltip {
  fill: #FFF0A5;
  fill-opacity: 0.3;
}
.x .axis path {
  display: none;
}
label {
  position: absolute;
  top: 10px;
  right: 10px;
}
.d3-helper-tooltip {
  background: #FFF0A5;
  opacity: .95;
  padding: 5px 10px;
  border-radius: 2px;
  text-align: center;
}
.d3-helper-tooltip h5 {
  border-bottom: 1px solid #FFB03B;
}
