.block-feeds_display {
  clear: both;
}

.block-feeds_display h2,
#sidebar-first .block-feeds_display h2 {
  background: #373737;
  color: #fff;
  border-radius: 3px;
  font-weight: normal !important;
  margin-bottom: 18px;
  padding: 0 25px 0 10px;
  font-size: 110%;
  line-height: 30px;
  font-family: 'Gudea', Arial, Verdana;
}

.block-feeds_display > div:last-child,
.block-feeds_display > div.ed-calendar-item:last-child {
  border-bottom: none;
}
/*
.block-feeds_display .rss-icon {
  margin: -42px 8px 0 0 !important;
} */

.block-feeds_display .news-item,
.block-feeds_display .ed-calendar-item {
  border-bottom: 1px dotted #ccc;
  clear: both;
  margin-bottom: 1.5em;
  overflow: auto;
  padding-bottom: 1.5em;
}

.block-feeds_display .news-item  h3.title,
.block-feeds_display .ed-calendar-item p.title {
  color: #000000;
  display: inline;
  margin: 0;
  padding: 0;
  text-transform: none;
}

.block-feeds_display .news-item  h3.title,
.block-feeds_display .ed-calendar-item .description,
.block-feeds_display .ed-calendar-item .description p.title,
.block-feeds_display .news-item .news-body {
  line-height: 18px;
  font-size: 14px;
}

/* Move the contextual links gear menu over
 * so that it is not under the rss icon
 */
 

.block-feeds_display .contextual-links-wrapper {
  right: 25px;
}
 
#feeds-display .calendar-item .date .day {
   margin-top: 9px;
}

#feeds-display .calendar-item .date .month {
   margin-top: 5px;
}

#feeds-display .calendar-item .description {
   margin-left: 57px;
}

#feeds-display .rss-icon {
  margin-top: -49px;
  padding-right: .4em;
}

#sidebar-first #feeds-display .rss-icon {
  margin-top: -46px;
  padding-right: .4em;
}