<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">  .fa-circle{
    stroke:#FFF;
    stroke-width:20px;
  }

  #description-table td{
    color:#989898;
    vertical-align: middle!important;
    min-width: 90px;
  }

 .oefit-grey{
    color:#989898;
  }

  .oefit-color{
    color:#416779;
  }

  svg .sonarlegend {
    cursor: default;
  }

  .activepath {
    transition: all 300ms;
  }

  text.activepath{
    fill:#ff8040!important;
  }

  text.clickactivepath{
    fill:#ff8040!important;
    font-weight: bold;
  }

  text.title:hover{
    text-decoration: underline;
  }

  circle.activepath{
    fill:#ff8040!important;
  }

  polyline.activepath, path.activepath {
    stroke: #ff8040!important;
    stroke-width: 1;
  }

  .clickactivepath {
    fill: #ff8040;
    font-weight: bold;
    transition: all 300ms;
  }

  path.clickactivepath, path.clickactivepath:hover {
    stroke: #ff8040;
    stroke-width: 1.3;
  }

  #svg{
    overflow: visible!important;
  }

  #trendsonar{
    margin-bottom: 50px;
  }

  #descriptions{
    display: none;
  }

  table td {
     text-align: center;
  }

  .tooltip-div {
    display: none;
    position: absolute;
    text-align: left;
    width: 150px;
    height: 40px;
    padding: 2px;
    font: 12px sans-serif;
    background-color: white;
    border: 1px solid black;
    border-radius: 3px;
    pointer-events: none;
    z-index:10000;
}</pre></body></html>