/* CSS styles that override existing static CSS styles of plugins */
/* Example: tt_news defines styles in a static TYPO3 template. 
These styles are equal to the styles in fileadmin/templates/plugins/tt_news/tt_news_v3_styles.css,
however this file is not used. */

/* tt_news */
.news-latest-container  {
  padding: 10px 0 5px;
}
.news-latest-item {
  border-left:4px solid #CCCCCC;
  margin-bottom: 5px;
  padding-left: 5px;
}
#contentwide .news-latest-container h2 {
  margin: 0 0 5px;
}
.news-list-item p {
  margin-bottom: 8px;
}
.news-single-backlink {
  padding-left: 0;
}
.news-single-item p#subheader {
  font-weight: bold;
  border-left:4px solid #CCCCCC;
  padding-left: 5px;
}