
.socialLinks{
    display:table;
    width:100%;
    clear:both;
    margin-bottom:15px;
    overflow:hidden;
    //background:#e3e3e3;
    border:2px solid #e3e3e3;
}
.socialLinks img{
    float:left;
    width:100px;
    margin-right:30px;
}
.socialDetails{
    display:table-cell;
    width:100%;
    margin-top:1em;
    font-size:1.1em;
    vertical-align: top;
}
.socialDetails h5{
    margin:10px 0 0.5em 0;
}
.socialLinks a{
    display:block;
}

@media only screen and (max-width: 519px){
    .socialLinks{
        width: 97.5%;
    }

}



