<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.mmtchart {
  background: white;
}

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

#lim1 text, #lim2 text {
  stroke: black;
  font-size: 12px;
}

#lim1_line, #lim2_line {
  stroke: lightgray;
}

path.rtrack {
  color: black;
  stroke-opacity: .3;
}

.sel {
  color: lightgray;
  border: 2px solid lightgray;
}
.selact {
  color: black;
  border: 2px solid black;
}

.aspoints {
  fill: black;
  font-size: 9px;
}
#instructions {
  display: none;
}</pre></body></html>