#graph {
	margin-top: 40px;
	margin-left: 40px;
}

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

svg {
	padding: 35px;
}

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