/* ===[ LIKE POST LIST STYLE ]=== */
.label-huskygray {
    background-color: #e5e5e5;
	color: #a6a6a6;
}
.pagination-likes {
    bottom: -66px;
    margin-right: 10px;
    position: absolute;
    right: 0;
}
.avatar-likers {
padding: 5px 0 0 10px;
}
.avatar-likers img{
    border: 4px solid #dedede;
    border-radius: 50%;
	height: 70px;
    max-width: 100%;
    width: 70px;
    object-fit: cover;
}
.likers-time-stamp {
    line-height: 1.5;
    margin-left: 3px;
    margin-top: 10px;
    vertical-align: middle;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.btn-l-list {
    padding: 5px 7px;
}
.disliked-post-msg {
    background-color: #f5f5f5;
    padding: 2px;
}
.label-dsk {
    color: #fff !important;
    padding: 0.2em 0.6em 0.1em;
}
/* ===[ LIKE POST LIST STYLE ]=== */ 

