<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  background-color: #fff;
}

#main {
  float: left;
  width: 700px;
}

#sidebar {
  float: right;
  width: 100px;
}

#sequence {
  width: 700px;
  height: 70px;
}

#legend {
  position: absolute;
  right:10px;
  top: 50px;
}

#sequence text{
  font-weight: 600;
  fill: #fff;
}

#legend text {
  font-weight: 600;
  fill: #fff;
}

#chart {
  position: relative;
}

#chart path {
  stroke: #fff;
}

#explanation {
  position: absolute;
  /*top: 425px;
  left: 325px;*/
  width: 140px;
  text-align: center;
  color: #666;
  z-index: -1;
}

#percentage {
  font-size: 4em;
}
</pre></body></html>