1.emojione {
2  /* Emoji Sizing */
3  font-size: inherit;
4  height: 3ex;
5  width: 3.1ex;
6  min-height: 20px;
7  min-width: 20px;
8
9  /* Inline alignment adjust the margins  */
10  display: inline-block;
11  margin: -.2ex .15em .2ex;
12  line-height: normal;
13  vertical-align: middle;
14}
15
16img.emojione {
17  /* prevent img stretch */
18  width: auto;
19}