﻿	   .standard_chart   .y.axis path {
  display: none;
}


	.standard_chart	.y.axis line {
	fill: none;
	stroke: #e1dede;
            opacity: 0.7;

}

	 .standard_chart	.axis path,
.axis line {
	fill: none;
	stroke: lightslategray;
  

}

.standard_chart .y.axis  path {
      stroke-width: 0;
}


 .standard_chart .axis text {
	font-family: sans-serif;
	font-size: 11px;
}

 .rgroups_markers text {
	font-family: sans-serif;
	font-size: 11px;
}

#tooltip text{

    font-family: sans-serif;
	font-size: 11px;
    

}

.standard_chart  #legend {

    font-family: sans-serif;
	font-size: 14px;

}
	
.line {
  fill: none;
  stroke: steelblue;
  stroke-width: 1.5px;
}