.each-col-news:hover {
    background: rgba(248,249,250,1) !important;
    text-decoration: none;
    transform: scale(1.02);
    transition: 0.5s all ease-in-out;
    transition: unset;
    transform: unset;
}
.news-content-top-bottom-padding{
	padding-top: 15px;
	padding-bottom: 15px;
}
.news-link:hover{
	color:#000;
	text-decoration:none; 
    cursor:pointer; 
}
.dataTables_filter label{
	float:right;
}