ul.related_tags,ul.td-tags{
	list-style-type:none;
	width:100%;
	box-sizing:border-box;
	padding:10px;
}
ul.related_tags li,ul.td-tags li {
	display:inline-block;
	margin:3px;
	border-radius:20px;
	border:1px solid #e6e6e6;
	background: #e6e6e6;
}
ul.related_tags li a{
	display:block;
	padding:2px 10px;
}
ul.related_tags li:hover{
	background:#000;
}
ul.related_tags li:hover a{
	color:#fff;
	border-color:#000;
}
.related_tags a:before {
    content: "#";
}