 .wp-unread-comment {
	background-color: #fff3d0 !important;
	
}
 .wp-unread-comment:before {
	content: "*New";
        color:red;font-weight:bold;
	
}