<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#annual{
  width: 1200px;
  margin: 50px auto;
 margin-left: 25px;
}

svg {
  background: none;
}


.line {
  fill: none;
  stroke: #FEA347;
  stroke-width: 1px;
}

.overlay {
  fill: none;
  pointer-events: all;
}

.focus circle {
  fill: #F1F3F3;
  stroke: #FEA347;
  stroke-width: 2px;
}
  
.hover-line {
  stroke: #FEA347;
  stroke-width: 2px;
  stroke-dasharray: 3,3;
}


.axisSteelblue path {
  stroke: steelblue;
 
}

.yaxis path {
  stroke: #B8860B;
 
}</pre></body></html>