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

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

.exploding-boxplot .x.axis path {
  /*display: none;*/
}

.exploding-boxplot rect.d3-exploding-boxplot.box{
  /*opacity: 0.8;*/
}

.exploding-boxplot line.d3-exploding-boxplot.line,
.exploding-boxplot rect.d3-exploding-boxplot.box
{
  stroke: #888;
  stroke-width: 2px;
}

.exploding-boxplot line.d3-exploding-boxplot.vline{
  stroke-dasharray:5,5;
}

.exploding-boxplot .d3-exploding-boxplot.tip{
  font: normal 13px 'Lato', 'Open sans', sans-serif;
  line-height: 1;
  font-weight: bold;
  padding: 12px;
  background: #333333;
  color: #DDDDDD;
  border-radius: 2px;
}

.exploding-boxplot g.tick text,
.exploding-boxplot g.axis text{
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
}
