html`<style>
.axislabel {
fill: #777; font: 12px;
}
.keygroup {display: none; }
.keygroup.visible {display: block; cursor: pointer; font-size: 12px; }
.year.label, .legendlabel {
font: 600 14px;;
}
.year.label { font-size: 13px; }
.legendlabel { font-size: 12px; }
g.active .keygroup text { font-size: 14px; }
g.active .keygroup path { stroke-width: 2.5px; }
path.medianLine { fill: none; stroke-width: 2px;}
g.active path.medianLine { stroke-width: 3px; }
path.quartileArea { fill-opacity: 0.05; z-index: 0;}
g.active path.quartileArea { fill-opacity: 0.3;}
g.faded path.quartileArea { fill-opacity: 0.01;}
g.faded path.medianLine {stroke-width: 1; stroke-dasharray: 2;}
</style>`