.group {
  height: 250px;
  border: 1px solid #a6a6a6;
  border-radius: 4px;
  padding: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 20px;
}
.group > a {
  display: block;
  padding-bottom: 10px;
  cursor: pointer;
  text-decoration: none;
  color: #0088cc;
}
.group > a:hover, .group > a:focus {
  color: #005580;
  text-decoration: none;
}
.group > a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.group > a .title {
  font-weight: 600;
  color: #000000;
  padding-bottom: 10px;
}
.group > .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 > .external-links {
  padding-top: 10px;
  border-top: 1px dashed #a6a6a6;
}

/*# sourceMappingURL=groups.css.map */
