﻿@charset "utf-8";

.axis path,
.axis line {
  fill: none;
  stroke: black;
  shape-rendering: crispEdges;
}

.axis text {
  font-size: 95%;
}

.tick line {
  fill: none;
  stroke: #777777;
  opacity: 0.2;
  shape-rendering: crispEdges;
  stroke-width: 1;
  stroke-dasharray: 5 5;
}

.line {
  fill: none;
  stroke: #222222;
  stroke-width: 1px;
}

.graphTitle,
.dataLabel,
.dataName {
  fill: #554738;
  stroke: none;
}

.graphTitle {
  font-size: 120%;
}

.dataLabel,
.dataName {
  font-size: 95%;
}
