/* 4CAF50 */

.bg-dark
{
    background: #4CAF50 !important;
    /* background: -webkit-linear-gradient(to bottom, color(#fff), color(#1FA2C3));
    background: linear-gradient(to bottom, color(#fff), color(#1FA2C3)) !important; */
}

.bg-dark .nav li.active a {
    background: #069c0b !important;
}

.bg-dark .nav li.active a:hover {
    background: #069c0b !important;
}

.bg-dark .text-muted {
    color: yellow !important;
}

.d-image {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
}

.d-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.t-image {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
}

.t-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.news-list-link {
    /* background: #ccc; */
    text-decoration: none;
}

.news-list-link:hover {
    background: #ddd;
    padding: 2px;
    border-radius: 3px;
    text-decoration: none;
}

.news-list_posted {
    font-size: 12px;
    color: #999;
}
