

.area{
  shape-rendering: geometricPrecision;
  fill: #DBE5F1 !important;
}

.area.vpg{
    shape-rendering: geometricPrecision;
    fill: #bbb95c !important;
}

.boxplot{
  	font-family:Arial;	
  shape-rendering: crispEdges;
  fill: none;
  stroke: black;
  stroke-width: 1px;
}
.boxplot.fill{
  fill: #4F81BD;
}
.boxplot.mean, .boxplot.median{
  fill:#FFCC00;
  stroke: #FFCC00;
}
.boxplot.mean{
  shape-rendering: geometricPrecision;
}
.violin{
  shape-rendering: geometricPrecision;
  fill: none !important;
  stroke: #777;
  stroke-width: 1px;
}

.axis path, .axis line {
  fill: none;
 
  stroke: #000;
  stroke-width: 1px;
  color-rendering: optimizeQuality !important;
  shape-rendering: crispEdges !important;
  text-rendering: geometricPrecision !important; 

}

.axislabel{

}