body {
  font-family: helvetica,sans-serif;
  font-size: 14px;
}
.feed-item-title {
  padding-top: 5px;
  margin-top: 0;
  margin-bottom: 0;
}
.feed-item-title a {
  text-decoration: none;
  color: #666;
}
.feed-item-desc {
  color: #AAA;
  font-size: 80%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
