<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#poTable .monthNav {
  font-size: 14px;
  display: block;
  list-style: none;
  margin-left: 75px;
  overflow: hidden;
}
#poTable .fyNav {
  margin-left: 235px;
}
#poTable .monthNav li {
  float: left;
}
#poTable .monthNav li a {
  display: block;
  padding: 10px;
  color: #333;
}
#poTable h2 {
  text-align: center;
  max-width: 750px;
}
#poTable .monthNav li a.blue {
  color: #1a0dab;
  cursor: pointer;
}
#poTable #tableHeadings {
  position: absolute;
}
#poTable .theTableContainer {
  height: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  width: 765px;
}
#poTable .theTableContainer table {
  font-family: verdana, sans-serif;
  font-size: 12px;
  table-layout: fixed;
  width: 750px;
}
#poTable .theTableContainer thead tr {
  background-color: #f0f0f0;
}
#poTable .theTableContainer thead tr th {
  text-align: left;
}
#poTable .theTableContainer tr {
  border-bottom: 1px solid #ddd;
}
#poTable .theTableContainer tr:nth-child(even) {
  background-color: #f1f1f1;
}
#poTable .theTableContainer th:first-child {
  width: 78px;
}
#poTable .theTableContainer th:nth-child(5) {
  width: 70px;
}
#poTable .theTableContainer th:nth-child(7) {
  width: 90px;
}
#poTable h2 {
  font-family: sans-serif;
  font-size: 24px;
  font-weight: 700;
}</pre></body></html>