.img-family-thumb {
    height: 150px; 
}

.a-family-thumb {
    float: left;
    width: auto; 
}

.user-thumb {
    float: left;
    width: auto; 
    text-align: center;
}

.circle {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    margin: 5px;
}

.circle-add {
    background: #4BB543;
    
    position: relative;
    top: 1px;
    /*display: inline-block;*/
    font-size: 40px;
    color: white;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    /*padding-top: 12px;*/
    
    float: left;
    border: 1px #4BB543 solid; 
}

.circle-add:before  {
    content: "\e081";
    
    
}

.collection-add-text {
    line-height: 74px;
    
    font-size: 18px;
    color: #4BB543;
}