html
{
	font-family: "Arial";
	line-height: 1.65em;
	text-align: center;
	background-position: top;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	background-color:black;
	color: white;
}

h2
{
	font-weight:bold;
	fill:#8BDDD1;
}

/* SVG */

svg {
	background: black;
}

svg text {
	pointer-events: none;
	font-family: sans-serif;
	font-size: 14px;
	font-weight:bold;
	fill: transparent;
}

.under svg line {
	z-index:-2;
	stroke-width:1.5px;
}

.up svg line {
	z-index:0;
	stroke-width:1.5px;
}

.axis path,
.axis line {
fill: none;
stroke: white;
shape-rendering: crispEdges;
}
.axis text {
font-family: sans-serif;
font-size: 11px;
fill: white;
}