.NewsFeedItem {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  margin-bottom: 12px;
  padding: 12px;
}
.NewsFeedItem h5 {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.38;
  margin: 0 0 2px 0;
}
