.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;
}
.dnpblog3 {
	margin-bottom: 24px;
	padding: 0;
	background: transparent;
}
.dnpblog3:hover {
	background: transparent;
}
.clear {
	clear: both;
}
.npdatebadge {
	padding: 10px;
	background: #457fc1;
	color: #fff;
	width: 12%;
	float: left;
}
.npnewstext {
	float: left;
	width: 70%;
	margin-left: 10px;
}
.npnewstext h3 {
	margin: 0;
}
p.npday, p.npmonth, p.npyear {
	margin: 0 !important;
	text-align: center;
}
p.npmonth {
	font-size: 12px;
	font-weight: 200;
}

@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;
}
}
