.bb {
  svg {
    font: 10px sans-serif;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
  }

  path, line {
    fill: none;
    stroke: #000;
  }

  text {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
}

.bb-legend-item-tile,
.bb-xgrid-focus,
.bb-ygrid,
.bb-event-rect,
.bb-bars path {
  shape-rendering: crispEdges;
}

.bb-chart-arc {
  path {
    stroke: #fff;
  }

  text {
    fill: #fff;
    font-size: 13px;
  }
}
