path {
	stroke-width: 3;
	fill: none;
}
.graph_data{
	stroke: red;
}

.area{
    fill: lightsteelblue;
}

#text{
    stroke: none;
}
.axis {
	shape-rendering: crispEdges;
}

.x.axis line, .x.axis path, .y.axis line, .y.axis path {
	fill: none;
	stroke: #000;
}
.x.axis path, .y.axis path{
	stroke-width: 2;
}
.x.axis text {
	font-size: 12px;
	font-family: 'Open Sans', 'Arial';
}
.y.axis text {
	font-size: 12px;
	font-family: 'Open Sans', 'Arial';
}

.graph_circle {
    fill: white;
    stroke: red;
    stroke-width: 1.5px;
}

div.tooltip {   
  position: absolute;
  text-align: justify;             
  height: 70px;                 
  padding: 5px;             
  font: 12px sans-serif;        
  background: lightblue;   
  border: 0px;      
  border-radius: 2px;           
  pointer-events: none;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.tick line{
    stroke: lightgrey;
    opacity: 0.5;
    stroke-dasharray: 3,3;
}

.xx.axis line, .xx.axis path{
	fill: none;
	stroke: #000;
	stroke-dasharray: 3,3; 
	stroke-opacity: 0.6;

}

.legenda .titlu {
    font-size: 20px;
    font-weight: bold;
    
}

.graph_widget_link, .graph_widget_link:hover, .graph_widget_link:active, .graph_widget_link:visited, .graph_widget_link:link{
	text-decoration: none;
}

