/**********************************************************************************************
*
*     This file contains overridden declarations of news
*
**********************************************************************************************/

.news .header {
    margin-bottom: 15px;
}

.news .footer {
    background: none;
}
.news .tro-news-article-inner {
    padding: 10px;
}

.news .teaser-text > div {
    margin-bottom: 10px;
}

.news-list-view.tro-grid-type-2 .article {
    float: left;
    width: 50%;
}
.news-list-view.tro-grid-type-3 .article {
    float: left;
    width: 33%;
}
.news-list-view.tro-grid-type-4 .article {
    float: left;
    width: 25%;
}