.emojione {
  /* Emoji Sizing */
  font-size: inherit;
  /*height: 3ex;*/
  /*width: 3.1ex;*/
  height: 1.1em;  /* blogin */
  width:1.1em;

  min-height: 20px;
  min-width: 20px;


  /* Inline alignment adjust the margins  */
  display: inline-block;
  margin: -.2ex .15em .2ex;
  line-height: normal;
  vertical-align: middle;
}

img.emojione {
  /* prevent img stretch */
  width: auto;

  margin: -.2ex .15em .2ex;
}