<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.group {
  height: 250px;
  border: 1px solid #a6a6a6;
  border-radius: 4px;
  padding: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 20px;
}
.group &gt; a {
  display: block;
  padding-bottom: 10px;
  cursor: pointer;
  text-decoration: none;
  color: #0088cc;
}
.group &gt; a:hover, .group &gt; a:focus {
  color: #005580;
  text-decoration: none;
}
.group &gt; a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.group &gt; a .title {
  font-weight: 600;
  color: #000000;
  padding-bottom: 10px;
}
.group &gt; .group-desc {
  overflow: hidden;
  text-overflow: ellipsis;
}

.forum-message {
  padding: 20px 20px;
  margin-bottom: 20px;
  border: 1px solid #a6a6a6;
  border-radius: 6px;
}
.forum-message .datetime {
  font-weight: 600;
  color: #737373;
}
.forum-message .attachments {
  border-top: 1px solid #a6a6a6;
  margin-top: 20px;
}
.forum-message .attachments &gt; .external-links {
  padding-top: 10px;
  border-top: 1px dashed #a6a6a6;
}

/*# sourceMappingURL=groups.css.map */
</pre></body></html>