/**
 * LATEST
 */
.nmlib-news-latest-header{
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: solid 1px #3a361c;
  border-left: solid 0em #3a361c;
}
.news-latest-date{
  display: none;
}

.newsLatestItem .bodytext{
 font-size: 10px;
}


.newsLatestItemHr{
  margin-bottom: 12px;
}
.newsLatestItemHr a{
 text-decoration: none;
 font-size: 10px;
 color: #E8B41A;
}

/**
 * SINGLE
 */

.news-single-timedata{
 display: none;
}
.news-single-author{
 display: none;
}

.news-single-item h2, .news-single-item h3{
 margin-bottom: 15px;
}
.news-single-item h3{
 display: none;
}




.news-single-img{
  float: left;
  margin-right: 15px;
}




.news-list-container .news-list-item{
  margin-bottom: 15px;
  clear: both;
  margin-bottom: 30px;
  min-height: 130px;
}
.news-list-container .news-list-item a{
  text-decoration: none;
}
.news-list-container hr{
  display: none;
}

.news-list-item h3{ margin-bottom: 1em;}

.ttnews-listitem-image{
  margin-right: 15px; 
}




