<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
  overflow-x:hidden;
}

#main{
  max-width: 1600px!important;
}

.text-div{
  max-width: 1248px;
  margin:auto;
}

#svg{
  background:white!important;
  margin-top:20px;
}

#location{
  font-size: 1rem!important;
  /*margin-top: 1rem!important*/;
  margin-bottom:5px!important;
}

#mainrow{
 /* max-height: 1200px; */
  padding-top:10px;
  padding-bottom: 10px;
}

#tablediv {
  max-height: 100%;
  padding-left:0!important;
  overflow-x: scroll;
  background-color:#d9d9d9;
  }

.column-select{
  max-width: 120px;
}  

.node {
cursor: pointer;
}

.document_click{
cursor: pointer;
}

.background_rect{
  cursor: pointer;
}

.text{
  cursor: pointer;
}

.node:hover {
stroke: #000;
stroke-width: 1.5px;
}

.node--leaf {
fill: white;
}

#maintable th{
/*background-color:white;*/
}

.tablelink{
color:white;
}

.table-row{
/*cursor: pointer;*/
}

.label_text {
font: 11px "Helvetica Neue", Helvetica, Arial, sans-serif;
text-anchor: middle;
/*text-shadow: 0 1px 0 #fff, 1px 0 0 #fff, -1px 0 0 #fff, 0 -1px 0 #fff; */
fill:white;
font-size: 1.8rem;
font-weight: bold;
}

.label_text,
.node--root{
pointer-events: none;
}

.split {
  display: flex;
  flex-direction: row;
}

.gutter {
  background-color: #eee;
  background-repeat: no-repeat;
  background-position: 50%;
}

.gutter.gutter-horizontal {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAeCAYAAADkftS9AAAAIklEQVQoU2M4c+bMfxAGAgYYmwGrIIiDjrELjpo5aiZeMwF+yNnOs5KSvgAAAABJRU5ErkJggg==');
  cursor: col-resize;
}

#tablebody td{
background-color: inherit!important;
}

#maintable th{
background-color: inherit!important;
color: inherit!important;  
}

/*Print CSS to adjust layout */
@media print {
  footer {
      display: none !important;
  }

  /*Use this class for every element you dont want to get printed */
  .oefit-no-print {
      display: none!important;
  }

  #tablediv {
    max-height: 100%!important;
    min-height: 100%!important;
  }

  .oefit-print {
    display:block!important;
  }

  #table-col{
    max-width: 100%!important;
    min-width: 100%!important;
  }


}

.small{
font-size: 0.875rem!important;
}

.z-100{
z-index:100!important;
}
</pre></body></html>