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

.uschart {
  background: white;
}

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

path.line {
  fill: none;
}
svg {
   -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   -ms-user-select: none;
   user-select: none;
}

.single_race {
  stroke: rgb(71, 153, 31);
  fill: rgb(71, 153, 31);
}

#nr_contain {
  height: 30px;
  overflow: hidden;
}

#name_n_rank {
  text-align: right;
  padding-right: 50px;
  font-size: 20px;
  position: relative;
}

.info_text {
  font-size: 11px;
}

#input_div {
  display: block-inline;
  float: left;
  font-size: 18px;
  border: 1px solid #aaaaaa;
  padding: 5px;
  border-radius: 4px;
  background: #eeeeee;
}


#input_feedback {
  text-align: right;
  font-size: 10px;
}
.credits {font-size:12px;}</pre></body></html>