body {
    color:firebrick;
}

.profile_image{
    
    -webkit-background-size: 32px 32px;
    background-size: 32px 32px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
/*    display: block;*/
    margin:-1px;
    overflow:hidden;
    position:relative;
    height:32px;
    width:32px;
    z-index:0;
    margin-top: -7px;
     
}


.profile_image_source{
    
    
}