<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.freeze-bottom-div {
  margin-right: 10px;
}
#cdata &gt; thead {
  display: block;
}
#cdata &gt; thead {
	border-left: 1px solid #e6e6e6;
}
#cdata &gt; thead &gt; tr &gt; th:first-child {
    border-left: none;
}
#cdata &gt; thead &gt; tr &gt; th:last-child {
    border-right: 1px solid #e6e6e6;
}
#cdata &gt; thead &gt; tr &gt; th {
	border-bottom: none;
	font-size: 12px;
}
#cdata &gt; tbody {
  border-left: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  display: block;
  overflow-x: hidden;
  overflow-y: scroll;
}
#cdata &gt; tbody &gt; tr:nth-child(even) &gt; td {
  background-color: #fff;
}
#cdata &gt; tbody &gt; tr &gt; td {
  border-bottom: 1px solid #e6e6e6;
  border-top: none;
  border-left: 1px solid transparent;
}
#cdata &gt; tbody &gt; tr &gt; td:first-child {
  border-left: none;
}
.chdr {
  border-bottom: none !important;
  border-top: 1px solid #e6e6e6 !important;
}
.chdr-tl-ph {
  background-color: transparent !important;
  background-image: none !important;
  border-left: none !important;
}
.chdr-t2-ph {
  background-color: transparent !important;
  background-image: none !important;
  border-bottom: none !important;
  border-left: none !important;
}
.chdr-tl {
  background-color: #eee !important;
  background-image: none !important;
  border-bottom: none !important;
  border-left: 1px solid #e6e6e6 !important;
  border-top: 1px solid #e6e6e6 !important;
}
.chdr-t2 {
  background-color: #ccc !important;
  background-image: none !important;
  border-bottom: none !important;
  border-left: 1px solid #e6e6e6 !important;
  border-top: 1px solid #e6e6e6 !important;
}</pre></body></html>