.wrapper {
  position:absolute;
  left:30px;
  top: 30px;
  width: 50%;
  height: 70%;
}
.chartContainer{
  width:100%;
  height:100%;
}
.svg {
  width:100%;
  height:100%;
}
.values,.sumRowValues,.sumColValues {
  font-family: 'Open Sans';
}
.xAxis path {
  fill:none;
  stroke: lightgray;
  stroke-opacity: 1;
  stroke-width:1;
}
.xAxisSUM,.yAxisSUM,.xAxisSUM_grid,.yAxisSUM_grid path {
  fill:none;
  stroke: lightgray;
  stroke-opacity: 1;
  stroke-width:1;
}
.xAxisSUM,.yAxisSUM,.xAxisSUM_grid,.yAxisSUM_grid line {
  fill:none;
  stroke: lightgray;
}
.xAxis line {
  fill:none;
  stroke: black;
}
.rowSumLegend,.xAxeLegend,
.sumColValues,.sumRowValues,
.valuesText {
  text-align: right;
  -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.xAxis text {
  font-family: 'Open Sans';
  text-align: right;
  -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.yAxis path {
  fill:none;
  stroke: lightgray;
  stroke-opacity: 1;
  stroke-width:1;
}
.yAxis line {
  fill:none;
  stroke: black;
}
.yAxis text {
  font-family: 'Open Sans';
  text-align: right;
  -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}



