h6.glossary-header {
	margin-top:1.5rem;
	margin-bottom:0.5rem;
	font-size:1rem;
}
.glossary-tags {
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
}
.glossary-tags li {
	display:inline-block;
}
a.tag-link {
	font-size: 14px;
	background: #eee;
	border-radius: 3px 0 0 3px;
	color: #333;
	display: inline-block;
	height: 26px;
	line-height: 26px;
	padding: 0 20px 0 23px;
	position: relative;
	margin: 0 8px 8px 0;
	text-decoration: none;
	-webkit-transition: color 0.2s;
}
.tag-link::before {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
	content: '';
	height: 6px;
	left: 10px;
	position: absolute;
	width: 6px;
	top: 10px;
}
.tag-link::after {
	background: #fff;
	border-bottom: 13px solid transparent;
	border-left: 10px solid #eee;
	border-top: 13px solid transparent;
	content: '';
	position: absolute;
	right: 0;
	top: 0;
}
.tag-link:hover {
	background-color: #006699;
	color: white;
}
.tag-link:hover::after {
	border-left-color: #006699;
}