.feedTitle {
   display: none;
}

.entryTitle {
   margin-top: 1em;
   margin-bottom: 1em;
   font-weight: normal;
   font-size: 130%;
}

/* SBTWO-10659 Removed color to support Accessibility (refer from News page style) */
.entryDate {
   font-size: 90%;
   text-align: right;
}
.entryContent{
   margin-left: 1.5em;
}

/* SBTWO-10659 Removed color to support Accessibility (refer from News page style) */
.entryKeywords {
  font-size: 90%;
  text-align: right;
}
.feedEntry {
   border-bottom: 1px solid #ccc;
}

.enclosure {
   padding: 0.5em;
}

.feed.noContent .entryTitle {
	margin-bottom: 0px;
}
