﻿ul.tag-cloud {
  margin-bottom: 12px;
  margin-left: -3px;
  overflow: auto;
  padding: 0;
}
li.tag {
  cursor: default;
  display: inline-block;
  font-size: 1em;
  margin-bottom: 3px;
  margin-left: 3px;
  padding: 0.4em 0.5em;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
li.tag.disposable {
  cursor: pointer;
}
li.tag.disposable:after {
  font: normal normal normal 1em/1 FontAwesome;
  content: "\f00d";
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  padding: 0 0 0 0.5em;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
li.tag.disposable:focus:after,
li.tag.disposable:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
}