rect{
  cursor: pointer !important;
}
svg {
  font: 12px sans-serif !important;
}

.axis path, .axis line {
  fill: none !important;
  stroke: #fff !important;
  shape-rendering: crispEdges !important;
}

sup, sub {
  line-height: 0 !important;
}


.background {
  fill: #E7E7E7 !important;
}

line {
  stroke: #fff !important;
}

text.active {
  fill: #41BE1A !important;
  font-weight:bold !important;
  font-size:13px !important;
  overflow:ellipsis !important;
  white-space: nowrap !important; 
  
  font-family: 'Montserrat', 'Century Gothic', CenturyGothic, AppleGothic, sans-serif !important;
  
}
text {
  /*fill: #222d32 !important;*/
  font-weight:normal !important;
  font-size:13px !important;
  overflow:ellipsis !important;
  white-space: nowrap !important; 
  
  font-family: 'Montserrat', 'Century Gothic', CenturyGothic, AppleGothic, sans-serif !important;
}
