<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#system-modules table {
  table-layout: fixed;
}
#system-modules th.checkbox {
  width: 8%;
}
#system-modules th.name {
  width: 25%;
}
#system-modules th.version {
  width: 10%;
}
#system-modules th.links {
  width: 15%;
}
#system-modules td {
  vertical-align: top;
}
#system-modules .expand.inner {
  background: transparent url(../images/collapsed.png) left 0.6em no-repeat;
  margin-left: -12px;
  padding-left: 12px;
}
#system-modules .expanded.expand.inner {
  background: transparent url(../images/expanded.png) left 0.6em no-repeat;
}
#system-modules .description {
  cursor: pointer;
}
#system-modules .description .inner {
  overflow: hidden; /* truncates descriptions if too long */
  text-overflow: ellipsis;
  white-space: nowrap;
}
#system-modules .description .inner.expanded &gt; * {
  cursor: auto;
}
#system-modules .description .requirements,
#system-modules .description .links {
  display: none;
}
#system-modules .description .expanded.inner {
  overflow: visible;
  white-space: normal;
}
#system-modules .description .expanded .requirements,
#system-modules .description .expanded .links {
  display: block;
}
#system-modules .requirements {
  padding: 5px 0;
  max-width: 490px;
}
</pre></body></html>