/*
@brand-primary: #019ad3;
@gray-base: 	#000;
@gray:  		lighten(@gray-base, 33.5%); // #555
@gray-light:	#b6c1c5;
@gray-lighter:	#e7edf0;
@white: 		#fff;
*/
#balls {
  clear: both;
}
#balls a {
  line-height: 1;
  font-size: 50%;
}
#myCircles {
  width: 100%;
  height: 440px;
}
@media (min-width: 768px) {
  #myCircles {
    height: 600px;
  }
}
.tag-cloud a {
  line-height: 1;
}
g circle:hover {
  cursor: pointer;
}
g:hover circle {
  fill: #849095;
}
.textwrap {
  text-align: center;
  color: #3c4345;
  padding: 5px;
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
}
.innertext {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}
/*
.tag-cloud-link {
	display: inline-flex;
	line-height: 1;
	color: #fff;
// 	text-align: center;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background-color: @gray;
	border-bottom-color: transparent;
	white-space: normal;
	&:visited {
// 		background-color: @gray-dark;
// 		color: @gray;
	}
	&:hover, &.current-tag  {
// 		background-color: @brand-primary;
		color: #fff;
	}
}
*/
@media (prefers-color-scheme: dark) {
  .textwrap {
    color: #fff;
  }
}
/*# sourceMappingURL=dw-tag-bubbles.css.map */