﻿body {
}
.news-anchor:hover{
    color:#fff;
}
.error-background{
    background-color:red !important;
}
#news_area a:hover{
    color:red !important;
}
.news-content h4 {
    color: #013d88;
}
.article-hover:hover {
    color: red !important;
}
.heading-currentdate span {
    color: green;
    display: block;
}
.c-date-right {
    text-align: left;
    display: block;
    color: green;
    font-weight: bold;
    font-size: 20px;
}
    .c-date-right.new {
        color: green;
    }
.calendar-custom .c-view-container .c-view table th{
    width:13%;
}
@media screen and (max-width: 320px) {
    .news-thumb {
        display: none !important;
    }
    .news-content{
        padding-left:0px !important;
    }
}