.alg-dtwp-labels {
	z-index: 9;
	content: '';
	text-align: right;
	font-size: 0;
	vertical-align: middle;
	margin-left: 3px;
	top:-1px;
	position:relative;
	&.alg-dtwp-comment-text-labels {
		right: -4px;
		top: -4px;
		position: absolute;
		.alg-dtwp-label {
			right: 15px;
			top: 15px;
		}
	}
}

.alg-dtwp-label {
	margin-left: 5px;
	line-height: 11px;
	vertical-align: baseline;
	background-color: #ccc;
	width: 15px;
	height: 15px;
	display: inline-block;
	position: relative;
	text-align: center;
	border-radius: 50px;
	&.has-tip {
		cursor: pointer;
	}
	.alg-dtwp-fa {
		color: #fff;
		font-size: 11px;
		line-height: 14px;
	}
	&:hover .alg-dtwp-tip {
		opacity: 1;
		top: -30px;
		visibility: visible;
	}
}

.alg-dtwp-tip {
	font-weight: normal;
	font-size: 13px;
	visibility: hidden;
	opacity: 0;
	white-space: nowrap;
	right: 0;
	top: -20px;
	position: absolute;
	padding: 6px 10px;
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

// Label title
.alg-dtwp-item-author.comment, .alg-dtwp-support-reps.comment {
	> .comment-body .comment-meta:before {
		padding: 3px 6px;
		text-align: center;
		display: block;
		font-size: 12px;
		margin: 0 0 9px 0;
		line-height: 14px
	}
}