/*! ============================================================================= */
/*! Tag cloud styles (used in posts and in widgets). */
/*! ============================================================================= */
.tagcloud {
  margin: -5px;
}

.tagcloud a {
  font-size: 12px !important;
  color: inherit;
  letter-spacing: 2px;
  display: inline-block;
  padding: 5px;
  text-transform: uppercase;
  text-decoration: none;
}

.tagcloud a:before {
  content: '#';
  opacity: 0.5;
}
