.wttw {
	z-index: 999999;
	position: absolute;
	max-width: 200px;
	opacity: 0;
	transition: opacity .2s;
	visibility: hidden;
	left: -100%;
}

.wapf-ttp {
	padding: 4px 9px;
	font-size: .9rem;
	border-radius: 4px;
	color: #fff;
	background: #353c4e;
}

.wapf-ttp:after {
	content: "";
	z-index: -1;
	position: absolute;
	width: 8px;
	height: 8px;
	background: #353c4e;
	transform-origin: center;
	transform: rotate(45deg);
}