body {
  padding-top: 70px;
}
.jqplot-point-label {
  border: 1.5px solid #aaaaaa;
  padding: 1px 3px;
  background-color: #eeffee;
}
.axis path,
.axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}
.tick line {
  opacity: 0.2;
}
.border1px {
  border: 1px solid black;
}
.left15px {
  margin-left: 15px;
}
.height400px {
  height: 400px;
}
.height600px {
  height: 600px;
}
.right {
  text-align: right;
}
.grey {
  color: grey;
}
