﻿
.news-container {
    background-color:#fff;
    border-radius: 5px 5px;
}

.news-header {
    border-top-left-radius: 5px 5px;
    border-top-right-radius: 5px 5px
}
.news-title
{
    text-align: left;
    color: #4a4a4a;
    margin-left: 30px;
}

.news-item {
    padding-top: 10px;
}

.news-item-img img {
   
}

.news-item-content a, .news-item-content a:visited, .news-item-content a:hover {
	color: #000;
	text-decoration: none;
}
.news-item-description {
    text-align: justify;
    color: #4a4a4a;
}

.news-item-arrow {
    text-align: center;    
}
.news-arrow {
    font-size: 20px !important;
    color: #ed2939;
}

.news-item-border {
    border-bottom: 1px solid #E9E9E9;
    margin-top: 10px;
}

.news-item-description a, .news-item-description a:visited, .news-item-description a:hover,
.news-readMore a,
.news-readMore a:visited {
    color: #ed2939;
    text-decoration:none;
}
.news-readMore a:hover {
    color: #ed2939;
    text-decoration: underline;
}

