body {
  font: 8px "Open Sans", sans-serif;
}
.condensed {
	font-family: "Open Sans Condensed", sans-serif !important;
}
.nocondensed {
  font-family: "Open Sans", sans-serif;
}
.bold {
  font-weight: bold;
}
.underline, a:hover {
  text-decoration: underline;
}
a {
  fill: blue;
}
a:visited {
  fill: darkblue;
}
h1 {
  font-size: 24px;
  margin: 0;
  font-weight: bold;
}
label {
  font-size: 12px;
}
path.line {
  fill: none;
  stroke: black;
}
.smallText {
  fill: gray;
  font-size: 10px;
  font-family: "Open Sans Condensed", sans-serif;
}
.progress {
  cursor: progress !important;
}
.axis text {
  font: 10px sans-serif;
}
.gridlines text, .gridlines path {
  fill: none;
  stroke: none;
}
.axis path, .axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}
.gridlines line {
  fill: none;
  stroke: lightgray;
  shape-rendering: crispEdges;
  stroke-dasharray: 5,2;
  stroke-linecap: round;
}

@media print {
  select {
    border: none;
    border-bottom: 2px solid #000000;
  }
  #top {
    display: none !important;
  }
}