#load_user_contacts {
    font-size: 13px;
    color: #575757;
    line-height: 15px;
}

#load_user_contacts v {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #dddddd;
	display: block;
	height: 60px;
	width: 100%;
}

#load_user_contacts v li {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #dddddd;
    display: block;
    height: 60px;
    width: 100%;
}
#load_user_contacts v img {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    margin-right: 10px;
    float: left;
}
#load_user_contacts v span {
    line-height: 20px;
    display: inline-block;
    width: calc(100% - 51px);
    float: right;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}