/**** _news.scss ***/
.news-title
{
    text-align: center;
    background-color: #c40000;
    color: white;
    padding: 10px 0 10px 0;
}

.news-inner-wrap-view
{
    padding: 20px !important;
    background-color: #f8f8f8 !important;
    font-family: "Roboto",Sans-serif;
}

.news-content-excerpt
{
    height: 100% !important;
}

.news_pagination a
{
    background-color: #C40000 !important;
}

a.page-numbers, a.page-numbers:visited, a.page-numbers:hover
{
    color: white !important;
}
