﻿.nallurl {
    padding-bottom: 12px;
}

#news-h, .nfullother {
    float: left;
    width: 100%;
    background-color: #12420f;
    margin-top: 3px;
    line-height: 28px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    border: 0px solid #bcbcbc;
}

.nupdate-on {
    float: left;
    width: 100%;
    text-align: justify;
    font-size: 12px !important;
    padding-bottom:15px;
}

.nupdatetext {
    text-align: justify;
    font-size: 12px;
    line-height: 22px;
    border: 1px solid #B3B3B3;
    background-color: #C7C7C7;
    font-weight: 700;
    width: 100%;
    float: left;
    padding: 0 1%;
}

.nupdate-on b, .nupdate-on span {
    width: 100%;
    float: left;
    padding: 0 1%;
}

a.nheadingtext {
    text-align: justify;
    color: #353534;
    font-size: 12px !important;
    float: left;
    margin-top: 5px;
}

.nallurl {
    padding-bottom: 12px;
}

    .nallurl a {
        display: inline-block;
        vertical-align: middle;
        transform: translateZ(0);
        backface-visibility: hidden;
        position: relative;
        transition-property: color;
        transition-duration: 0.3s;
    }

    .nallurl a {
        float: right;
        color: #fff;
        font-size: 11px;
        font-weight: 700;
        padding: 3px 7px;
        background: #e5322d;
        display: inline-block;
        text-decoration: none;
        text-align: center;
        border-radius: 4px;
    }

        .nallurl a:hover {
            color: white;
            background: #000;
        }
