<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">form input {
    width: 8em;
}

.slider {
    width: 8em;
}

.chart input {
    width: 4em;

}

input[readonly]{
    color:black;
}

#j25detail {
    color:red;
}


.bar {
    fill:#262262;
  }
  
  .label {
    font-size: 13px;
    color: white;
  }
  
  .axis text {
    font: 10px sans-serif;
  }
  
  .axis path,.axis line {
    fill:none;
    stroke:#000;
    shape-rendering:crispEdges;
  }
  
  .x.axis path {
    display: none;
  }

  h4 {
      text-align: center;
  }

  .step2 {color: orange; }

 .read_only_label {
     margin-bottom: 0px;
 }
  </pre></body></html>