<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.fixed-table-body {
  height: 100%;
  overflow: auto;
}
#daily-feed .name {
  font-weight: 500;
  color: #616161;
  text-decoration: none;
  cursor: pointer;
}
#daily-feed .content {
  margin-top: 10px;
  margin-bottom: 0;
}
#tickets .hightlight {
  font-weight: 500;
  color: #616161;
  text-decoration: none;
  cursor: pointer;
}
#projects .table &gt; tbody &gt; tr &gt; td,
#projects .table &gt; thead &gt; tr &gt; th {
  vertical-align: middle;
}
</pre></body></html>