
.topics {
  margin-top: 10px;
}
.topics .panel-body {
  padding: 0 10px;
}
.topic {
  align-items: center;
  min-height: 68px;
  border-bottom: 1px solid #f0f0f0;
  padding: 10px 15px;
}
.topic .count {
  width: 100px;
  padding-top: 15px;
  text-align: center;
}
.topic .count a {
  font-size: 13px;
}
.topic .count p {
  font-size: 11px;
}

.avatar {
  float: left;
}
.avatar-48 {
  height: 48px;
  width: 48px;
  max-width: 48px;
  border-radius: 120px;
}
.title {
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 0;
}
.title a {
  line-height: 28px;
}
.info {
  color: #aba8a6;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 13px;
}