svg , g
{
  /*border: solid 3px red;*/
	 
  stroke-width: 1.5px;
}
circle
{
fill-opacity: 0.6;
}

.slider.slider-horizontal{
	width: 1000px !important;
}
#lineG { 
    stroke: steelblue;
    stroke-width: 2;
    fill: none;
}

.axis path,
.axis line {
    fill: none;
    stroke: grey;
    stroke-width: 1;
    shape-rendering: crispEdges;
}

