/*.rfilter {font-size:10px;}*/
/* display the individual items next to each other, not one-per-line */
.tag-cloud {text-align:center;margin-top:20px;font-weight:bold}
.tag-cloud li {display:inline;list-style:none;line-height:1.1em}
.tag-cloud li a {text-decoration:none; margin-right: 5px}
.tag-cloud li a:hover {text-decoration:underline}
/* hide the extra context from CSS-enabled browsers, but not screenreaders */
.tag-cloud span {position: absolute;left:-9999px;width:990px;}
/* size is purely presentational, based upon the class */
.tag-cloud .not-popular {font-size:1em}
.tag-cloud .not-very-popular {font-size:1.3em}
.tag-cloud .somewhat-popular {font-size:1.6em}
.tag-cloud .popular {font-size:1.9em;}
.tag-cloud .very-popular {font-size:2.2em;}
.tag-cloud .ultra-popular {font-size:2.5em}