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

.y.axis path {
		display: none;
}

.y.axis line {
	display: none;
}

.x.axis path {
		display: none;
}

.x.axis line {
	display: none;
}

.grid .tick {
	stroke: #EDEDED;
	opacity: 0.1;
}

.grid path {
	stroke-width: 0;
}

h1 {
	text-align: center;
	font-size: 45px;
}

.pie {
	font-size: 12px;
	text-anchor: end;
}

.legendt {
	font-size: 20px;
}
