.scopus span:before {
    font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-weight: bold;
    content: 'S';
    width: 18px;
}

i.scopus {
    width: 18px;
}


.ROUNDED-IMG {

    -moz-border-radius: 180px ;
    -webkit-border-radius: 180px ;
    border-radius: 180px ;
    border-color: red;
    border: 2px ;
}