/* Blog tag cloud: five size steps, the busiest tag the largest; every tag
   stays on one line and keeps its distance from the next. */
.module-blog-tags .tm-tag-cloud {
    line-height: 1.6;
}

.module-blog-tags .tm-tag-cloud a {
    display: inline-block;
    white-space: nowrap;
    margin-right: 0.6em;
}

.module-blog-tags .tm-tag-cloud-1 { font-size: 0.8em; }
.module-blog-tags .tm-tag-cloud-2 { font-size: 1em; }
.module-blog-tags .tm-tag-cloud-3 { font-size: 1.2em; }
.module-blog-tags .tm-tag-cloud-4 { font-size: 1.4em; }
.module-blog-tags .tm-tag-cloud-5 { font-size: 1.6em; }
