.social-feed{
  height: 250px;
  margin-left: 0px;
  margin-top: 5px;
  list-style-type: none;
}

.social-feed .item img.avatar {
  width: 32px;
  height: 32px;
  margin-right: 5px;
  border: 1px solid #ccc;
}

.social-feed .item div.social-content {
  display: inline-block;
  vertical-align: top;
  line-height: 15px;
}


.social-feed .item div.social-content span.actor {
  font-weight: bold;
}

.social-feed .item div.social-content span.time {
  color: #111;
  font-size: 10px;
  display: block;
  margin-top: 2px;
}

