/* Welcome to Compass. Use this file to define print styles.
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/print.css" media="print" rel="stylesheet" type="text/css" /> */
/* line 5, ../sass/print.scss */
text, tspan {
  font-family: Arial;
}

/* line 9, ../sass/print.scss */
#map-rules {
  line-height: 11px;
  font-size: 11px;
}

/* line 14, ../sass/print.scss */
g.nv-multiBarHorizontalChart, g.nv-multiBarWithLegend {
  transform: translate(200px, 80px);
  /*transform: translate(150px,80px);*/
}

/* line 19, ../sass/print.scss */
.nvd3 .nv-axis line {
  fill: none;
  stroke: #e5e5e5;
  shape-rendering: crispEdges;
}

/* line 25, ../sass/print.scss */
.nvd3 .nv-axis path {
  fill: none;
  stroke: #000;
  stroke-opacity: .75;
  shape-rendering: crispEdges;
}

/* line 32, ../sass/print.scss */
.nvd3 .nv-axis.nv-x path.domain {
  stroke-opacity: 0;
}

/* line 36, ../sass/print.scss */
g.nv-multiBarHorizontalChart .nv-y.nv-axis .zero line, g.nv-multiBarWithLegend .nv-y.nv-axis .zero line {
  stroke: #000000 !important;
}
