
div.cctags.wrapper {
  text-align : justify;
  margin-left: 0em;
  margin-right: 0em;
}
div.cctags.cctags-block.wrapper {
  text-align: left;
  margin-left: 0.4em;
  margin-right: 0.4em;
}

.cctags.level-1 {
  font-size : 1em;
}

.cctags.level-2 {
  font-size : 1.2em;
}
.cctags.level-3 {
  font-size : 1.4em;
}
/*a:hover.cctags.level-3   {
  font-size : 2.8em;
} */

.cctags.level-4 {
  font-size : 1.6em;
}
.cctags.level-5 {
  font-size : 1.8em;
}
.cctags.level-6 {
  font-size : 2em;
}
.cctags.level-7 {
  font-size : 2.2em;
}
.cctags.level-8 {
  font-size : 2.4em;
}
.cctags.level-9 {
  font-size : 2.6em;
}
.cctags.level-10 {
  font-size : 2.8em;
}


.cctags.cctags-block.level-1 {
  font-size : 0.9em;
}
.cctags.cctags-block.level-2 {
  font-size : 1em;
}
.cctags.cctags-block.level-3 {
  font-size : 1.1em;
}
.cctags.cctags-block.level-4 {
  font-size : 1.25em;
}
.cctags.cctags-block.level-5 {
  font-size : 1.5em;
}
.cctags.cctags-block.level-6 {
  font-size : 1.8em;
}
.cctags.cctags-block.level-7 {
  font-size : 2.1em;
}
.cctags.cctags-block.level-8 {
  font-size : 2.4em;
}
.cctags.cctags-block.level-9 {
  font-size : 2.6em;
}
.cctags.cctags-block.level-10 {
  font-size : 2.8em;
}

.cctags.cctags-page.cctags-user {
	font-size: 1.2em;
}

.cctags.cctags-user-item {
	padding: 0.4em;
	margin-bottom: 1em;
	border: 1px solid #ccc;
}

.cctags.picture {
	float:right;
	margin: 0;
}

div.cctags.vocname {
  font-size : 1.2em;
  font-weight:bold;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}

