html, body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  font-family: sans-serif;
  font-size: 11px;
  overflow: scroll;
}

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

.y.axis path {
  display: none;
}

.bar {
  fill: brown;
  opacity: 0.8;
  shape-rendering: crispEdges;
}
.ttick {
  stroke: #ddd;
  stroke-width: 1px;
  shape-rendering: crispEdges;
}
