	path {
		stroke-width: 2;
		fill: none;
	}

	.axis { font: 10pt sans-serif;}
	
	.label { font: 8pt sans-serif; }
	
	.axis path,
	.axis line {
		font: 8pt sans-serif;
		fill: none;
		stroke: grey;
		stroke-width: 1.8;
		shape-rendering: crispEdges;
	}

    .tick line {
        opacity: 0.2;
    }

	.legendId, .legend_model, .otherLegendValueId {
		font: 10pt sans-serif;
		font-weight: normal;
		text-anchor: start;
	}
	
	.legendId {
		font: 10pt sans-serif;
		font-weight: bold;
		text-anchor: start;
	}
	
	.legend_value {
        font: 10pt sans-serif;
    }
            
	.legendId {}
	.ciId{}

.mytooltip {
  font: 9pt sans-serif;
  position: absolute;
  width: 66px;
  height: 62px;
  pointer-events: none;
  
  background-color: rgba(240,240,240,1);
  
  padding: 2px;
  border: 2px solid #ddd;

  -moz-box-shadow: 4px 4px 12px rgba(0,0,0,.3);
  -webkit-box-shadow: 4px 4px 12px rgba(0,0,0,.3);
  box-shadow: 4px 4px 12px rgba(0,0,0,.3);

  -moz-border-radius: 10px;
  border-radius: 10px;
}
