#news-feed-list > div {
  font-size: 13px;       /* smaller text */
  line-height: 1.4;      /* tighter but still readable */
  color: #e0e0e0;        /* light gray for readability */
}

#news-feed-list > div span.time {
  font-size: 11px;       /* even smaller for timestamp */
  color: #aaaaaa;        /* faded gray for less emphasis */
  margin-right: 6px;
}