/* Style for box plots. */
.box {
  font-size: 8pt;
}

.box .title {
  font-size: 10pt;
}

.box line {
  fill: #000;
  stroke: #000;
  stroke-width: 1px;
}

.box line.graphtick {
  fill: #AAA;
  stroke: #AAA;
  stroke-width: 0.5px;
}

.box line.whisker,
.box rect {
  fill: #fff;
  stroke: #000;
  stroke-width: 1px;
}

.box circle {
  fill: #AAA;
  stroke: #AAA;
  stroke-width: 0px;
}

.box .center {
  stroke: #000;
}

.box .outlier {
  fill: #CCC;
  stroke: #CCC;
}

.timeseries {
  fill: none;
  stroke: #ccc;
  stroke-width: 1;
}

/* Style for histograms */

.histogram text {
  font-weight: normal;
}

.form-inline {
    padding: 0px;
}
.form-inline > * {
    margin: 0px 3px !important;
}

.axis {
  shape-rendering: crispEdges;
}

.x.axis line {
  stroke: #fff;
}

.x.axis .minor {
  stroke-opacity: .5;
}

.x.axis path {
  display: none;
}

.x.axis text {
  font-size: 75%;
}

text.value {
  font-size: 75%;
}

text.xlabel, text.ylabel {
  font-weight: bold
}

.clickable {
  cursor: pointer;
  fill: #337ab7;
}
