.raisely-widget ul { 
    position: relative;
    width:100%;
}
.raisely-widget ul li.profile {
    display:table;
    list-style: none;
    padding:5px;
    width:100%;
}
.raisely-widget ul li.profile .profile-image {
    display:table-cell;
    background-color:#CCC;
    background-position: center;
    background-size:cover;
    width:50px;
    height:50px;
    border-radius:50px;
    float:left;
}
.raisely-widget ul li.profile .name {
    display: table-cell;
    vertical-align: middle;
    padding:10px;
    float:left;
}
.raisely-widget ul li.profile .total {
    display: table-cell;
    vertical-align: middle;
    padding:10px;
    float:right;
}

.raisely-widget .find-friends-results {
    position:relative;
}
.raisely-widget .find-friends-results ul li.profile {
    border:1px solid #EEE;
    border-bottom:none;
}
.raisely-widget .find-friends-results ul li.profile:last-child {
    border-bottom:1px solid #EEE;
}
