.btn-tip-trustee {
	position: relative;
}
.btn-opaque {
	opacity:  1 !important;
}

.tip-trustee {
	display: none;
	position: absolute;
	opacity: 1 !important;
	top: 0;
	left: 50%;
	width: 260px;
	z-index: 99999;
	transform: translateX(-50%) translateY(-100%);
	padding-bottom: 10px;

}
.tip-trustee:after {
	display:  block;
	content: '';
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #393e4c;
	position:  absolute;
	left: 50%;
	bottom:  1px;
	transform: translateX(-50%);
}


.tip-trustee__inner {
	opacity: 1 !important;
	border-radius: 6px;
	padding:  15px;
	background-color: #393e4c;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.05);
}

.tip-trustee h3 {
	font-size: 18px !important;
	font-weight:  600 !important;
	line-height: 1.3 !important;
	margin: 0 0 10px 0 !important;
	padding: 0 !important;
	color:  #FFF !important;
}

.tip-trustee p {
	font-size: 14px;
	line-height: 1.3 !important;
	margin: 0 !important;
	padding: 0 !important;
	color:  #FFF !important;
}