svg {
  font: 10px sans-serif;
  padding: 0px;
}

.axis,
.frame {
/*  shape-rendering: crispEdges;*/
}

.axis line {
  stroke: #ddd;
}

/* Only hide axis paths in scatterplot, not in parallel plot */
.scatterplot-container .axis path {
  display: none;
}

.cell text {
  font-weight: bold;
  text-transform: capitalize;
}

.frame {
  fill: none;
  stroke: #aaa;
}

circle {
  fill-opacity: .7;
}

circle.brushed {
  fill: #ccc !important;
}

.extent {
  fill: #000;
  fill-opacity: .125;
  stroke: #fff;
}

