.activityText {
  width: 100%;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.3px;
  color: #000;
  word-wrap: break-word;
  white-space: pre-wrap;
  transition: color 0.3s, margin-left 0.3s ease 0.5s;
}

/* MARKDOWN SUPPORT */
.activityText strong {
  font-family: CiscoSansTT Regular, Helvetica Neue, Arial;
  font-weight: 700;
}

.activityText pre {
  padding: 10px;
  overflow: auto;
  background-color: #f5f5f6;
}

.activityText code {
  font-family: Consolas, Monaco, Andale Mono, Ubuntu Mono, monospace;
  color: #000;
  background-color: #f5f5f6;
}

.activityText h1 {
  padding-top: 1rem;
  font-size: 2rem;
  line-height: 2.5rem;
}

.activityText h2 {
  padding-top: 1rem;
  font-size: 1.5rem;
  line-height: 1.75rem;
}

.activityText h3 {
  padding-top: 1rem;
  font-size: 1.25rem;
  line-height: 1.1rem;
}

.activityText a {
  color: #07c1e4;
  text-decoration: none;
}

.activityText p {
  margin: 0;
}
