/* Labels */
.tagclouds  {
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  padding: 0.1875em 0.625em 0.25em;
  font-size: 0.875em;
  background-color: #2ba6cb;
  color: white; 
  -webkit-border-radius: 3px;
  border-radius: 3px; }
  
  .tagclouds.level1 {
    background-color: #e9e9e9;
    color: #333333; }