<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.axis path,
.axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}

#bandwidth form {
  margin: auto;
  width: 35em;
}

#bandwidth div {
  float: left;
  width: 7em;
}
#bandwidth svg {
  clear: left;
}
</pre></body></html>