#tagcloud {

  /* https://stackoverflow.com/questions/37954882/long-words-appear-on-new-line-rather-using-break-word-to-break-the-word */
  /* These are technically the same, but use both */
  /*overflow-wrap: break-word;
  word-wrap: break-word;*/

  /*-ms-word-break: break-all;*/
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  /*word-break: break-all;*/
  /* Instead use this non-standard one: */
  /*word-break: break-word;*/
}

/* Copy style rules used in Tagcloud from WP theme*/
#tagcloud a {
	margin: 0 2px 2px 0;
	padding: 0.2em 0.5em;
	border-radius: 0.4em;
	display: inline-block;
	color: #fff	
}

.textwidget #tagcloud a {
	float: left;
}

#tagcloud a:hover {
	background: #2ad !important
}
