span.emoji {
  width:1.3em;
  height:1.3em;
  display:inline-block;
  position: relative;
  overflow: hidden;
  text-indent: -9999px;
  vertical-align: middle;
}

.flot-text span.emoji {
  /* flot charts don't text-indent very well. */
  color: transparent;
}

/* Custom Emoji */
.emoji-wedgies { background-size:100% !important; background-image: url('../../static/images/emoji/wedgies/wedgies.svg'); }
.emoji-frankenwendell { background-size:100% !important; background-image: url('../../static/images/emoji/wedgies/frankenwendell.svg'); }
.emoji-palm-tree { background-size:100% !important; background-image: url('../../static/images/emoji/wedgies/palm-tree.svg'); }
.emoji-wendell-pizza { background-size:100% !important; background-image: url('../../static/images/emoji/wedgies/wendell-pizza.svg'); }
.emoji-wendell-sunglasses { background-size:100% !important; background-image: url('../../static/images/emoji/wedgies/wendell-sunglasses.svg'); }
.emoji-wendell-blue { background-size:100% !important; background-image: url('../../static/images/emoji/wedgies/wendell-doughnut-blue-light.png'); }
.emoji-wendell-gray { background-size:100% !important; background-image: url('../../static/images/emoji/wedgies/wendell-doughnut-gray.png'); }
.emoji-wendell-grey { background-size:100% !important; background-image: url('../../static/images/emoji/wedgies/wendell-doughnut-gray.png'); }
.emoji-wendell-green { background-size:100% !important; background-image: url('../../static/images/emoji/wedgies/wendell-doughnut-green.png'); }
.emoji-wendell-orange { background-size:100% !important; background-image: url('../../static/images/emoji/wedgies/wendell-doughnut-orange.png'); }
.emoji-wendell-lightpink { background-size:100% !important; background-image: url('../../static/images/emoji/wedgies/wendell-doughnut-pink-light.png'); }
.emoji-wendell-pink { background-size:100% !important; background-image: url('../../static/images/emoji/wedgies/wendell-doughnut-pink.png'); }
.emoji-wendell-purple { background-size:100% !important; background-image: url('../../static/images/emoji/wedgies/wendell-doughnut-purple.png'); }
.emoji-wendell-red { background-size:100% !important; background-image: url('../../static/images/emoji/wedgies/wendell-doughnut-red.png'); }
.emoji-wendell-turquoise { background-size:100% !important; background-image: url('../../static/images/emoji/wedgies/wendell-doughnut-turquoise.png'); }
.emoji-wendell-teal { background-size:100% !important; background-image: url('../../static/images/emoji/wedgies/wendell-doughnut-turquoise.png'); }
.emoji-wendell-yellow { background-size:100% !important; background-image: url('../../static/images/emoji/wedgies/wendell-doughnut-yellow.png'); }
