.feed {
    padding-left: 5px;
}

.feed-title {
}

.feed-description {
}

.feed-item {
}

.feed-item-date {
    font-style: italic;
}

.feed-item-title {
    font-weight: bold;
    color: #454545;
}

.feed-item-description {
}

/*
 To style only a specific feed you can use the main div wrapper that has the feed ID
 The following will style all feet-item-titles that are in the feed with the id of 2.
 
 div.feed-2 .feed-item-title {
   //styles here
 }
*/


