
.line {
    fill: none;
    /*stroke: #ffab00;*/
    stroke-width: 3;
}

.axis path,
.axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}
.axis text {
  font-size: 10px;
}

circle{
    padding: 20px;
}

svg{
    width:100%;
    preserveAspectRatio: "xMidYMid meet";
}

div.tooltip {	
    position: absolute;			
    text-align: center;						
    padding: 2px;				
    font: 16px;
    background: lightsteelblue;	
    border: 0px;		
    border-radius: 8px;			
    pointer-events: none;			
    display: inline-block;
}

.cnameaxis > g > text {
    font-size: 20px;
}
.select2-selection{
	height: 34px !important;
	padding: 7px 14px !important;
}