.ccg_term {
	position: relative;
}

.ccg_term[title] {
	cursor: pointer;
	white-space: nowrap;
	text-decoration: none;
	border-bottom: 1px dotted;
}

.ccg_term.show:hover:before {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid rgba(0, 0, 0, 0.9);
	content: '';
	position: absolute;
	left: 25%;
	top: -15px;
}

.ccg_term.bottom.show:hover:before {
	top: 25px;
	border-top: none;
	border-bottom: 10px solid rgba(0, 0, 0, 0.9);
}

#ccg_tip {
	color: white;
	background-color: rgba(0, 0, 0, 0.9);

	position: fixed;
	z-index: 10000;

	font-size: 14px;
	line-height: 1.62em;
	padding: 1em;
	border-radius: 5px;
	max-width: 100%;
}
