.fas
{
    margin-right:4px !important; /*override*/
}

.pagination .fas
{
    margin-right:0px !important; /*override*/
}

.pagination a
{
    color:#fff;
}

.card ul
{
    padding:0px;
    margin:0px;
    list-style:none;
}

.news-item
{
    padding:4px 4px;
    margin:0px;
    border-bottom:1px dotted #555;
/*    new add*/
height: auto;
}
.news-item td:nth-child(1)
{
	    width: 15%;
	        vertical-align: top;
	}
.img-circle{margin:0;}

.card-body ul
{
    list-style-type: none;
}

.news-item td:nth-child(1)
{
    width: 15%;
}
.news-item td:nth-child(2) {
    width: 400px;
}
