/* Death to animated emoji */
.emojione[src$=".png"] {
 border: 14px solid #555;    width:0!important;height:0!important;
    border-radius: 50%;
}
.status:hover .emojione[src$=".png"],
.detailed-status:hover .emojione[src$=".png"] {
 border: 0 none;
    width: 28px!important; height:28px!important;
    border-radius: 0;
}