/* tagclouds default example stylesheet **/

#block-tagclouds-1{
	padding-left: 5px;	
}
.wrapper.tagclouds {
  text-align : justify;
  margin-right: 1em;
}
.wrapper.tagclouds .tagclouds-term{
  margin-right: 1em;
}
.tagclouds.level1 {
  font-size : 1em;
}
.tagclouds.level2 {
  font-size : 1.1em;
}
.tagclouds.level3 {
  font-size : 1.15em;
}
.tagclouds.level4 {
  font-size : 1.2em;
}
.tagclouds.level5 {
  font-size : 1.25em;
}
.tagclouds.level6 {
  font-size : 1.3em;
}
.tagclouds.level7 {
  font-size : 1.35em;
}
.tagclouds.level8 {
  font-size : 1.4em;
}
.tagclouds.level9 {
  font-size : 1.45em;
}
.tagclouds.level10 {
  font-size : 1.5em;
}
.more-link {
	margin-right: 12px;
}
.more-link a{
	text-decoration: underline;
}

