body {
  font-family: "ui-sans-serif";
}

#contents {
    max-height: 600px;
    overflow: auto;
}

table {
  font-size: 11pt;
  border-spacing: 0;
  position: relative;
}

th {
  background-color: #eee;
  font-size: 9pt;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ddd;
}

tr.headers th {
  background-color: #ccc;
  border-right: 1px solid #aaa;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 4px;
  padding-bottom: 4px;
  top: 0;
  position: sticky;
  z-index: 2;
}

tr.headers th.title {
  min-width: 70px;
}

tr.section th {
  font-size: 14px;
  text-align: left;
  padding: 8px;
  padding-left: 20px;
}

td {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

td.green {
  background-color: #bdff9c;
  
}

td.normal, td.green {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

td.title {
  padding-left: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 8px;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  width: 200px;
  min-width: 180px;
  position: sticky;
  background-color:white;
  left: 0;
  z-index: 1;
}

td.count {
  font-size: 9pt;
  padding: 4px;
  border-bottom: 1px solid #ddd;
}