/*
 * RSS feed
 */
#rss-feed {
  margin-top: 40px;
  border-top: 1px dashed #CCCCCC;
}

#rss-feed article {
  cursor: pointer;
  text-align: left!important;
  margin: 0;
  padding: 10px 0;
  clear: both;
  border-bottom: 1px dashed #CCCCCC;
}

#rss-feed article div.title {
  margin: 0 2px 0 0;
  padding: 0 2px 0 0;
  color: #2e7ec8;
  line-height: 1.5;
  font-size: 16px;
  overflow: hidden;
  display: block;
}

#rss-feed article p {
  margin: 0 2px 0 0;
  padding: 0 2px 0 0;
  color: #505659;
  word-wrap: break-word;
  line-height: 1.5;
  font-size: 12px;
  overflow: hidden;
  display: block;
}

#rss-feed article span {
  margin: 5px 0 0 0;
  padding: 0px;
  font-size: 12px;
  color: #505659;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}