.legend {
    font-size: 12px;
    font-weight: 700;
    color: #333;
    background-color: #e0e0e0;
    padding: 2px 5px 2px 2px;
    border-bottom: 1px solid #333;
}

.tag {
    padding: 2px;
    font-size: 10px;
    font-family: Arial;
    color: #333;
    background-color: #f9f9f9;
    border-bottom: 1px solid #333;
}

.dnp_blogwrap {padding:0px 40px;}
.dnpblog3 {
    margin-bottom: 12px;
    padding: 10px 15px 5px;
   
}

.dnpblog3:hover {
    background: #f7f7f7;
}

.clear {
    clear: both;
}

.npdatebadge {
    padding: 10px;
    background: #457fc1;
    color: #fff;
    width: 12%;
    float: left;
}

.npnewstext {
    float: left;
    width: 70%;
    margin-left: 20px;
}

.npnewstext h4 {
    margin: 0;
font-size:18px;
font-weight:900;
}

p.npday,p.npmonth,p.npyear {
    margin: 0 !important;
    text-align: center;
   font-weight: 700;
}

p.npmonth {
    font-size: 14px;
 
}

.npnewstext p {font-size:14px;}

@media(max-width:660px) {
.npdatebadge {
    width: 15%;
}
}

@media screen and (max-width: 480px) {
.dnpblog3 {
	padding-bottom:20px;
}


.npdatebadge,.npnewstext {
    width: 96%;
    float: none;
    margin-left: 0;
}

p.npday,p.npmonth,p.npyear {
    display: inline-block;
    margin-right: 4px;
}

.npdatebadge,.npnewstext {
    text-align: center;
    margin-bottom: 24px;
}
}