File: /var/www/Gosurya/WP2/wp-content/themes/my-listing/assets/vendor/jquery-tiptip/tiptip.css
#tiptip_holder {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}
#tiptip_holder.tip_top { padding-bottom: 5px; }
#tiptip_holder.tip_bottom { padding-top: 5px; }
#tiptip_holder.tip_right { padding-left: 5px; }
#tiptip_holder.tip_left { padding-right: 5px; }
#tiptip_content {
	font-size: 11px;
	color: #fff;
	padding: 4px 8px;
	background-color: rgba( 45, 45, 45, 0.9 );
	border-radius: 3px;
	box-shadow: 0 2px 5px rgba( 85, 85, 85, 0.51 );
}
#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	border: 6px solid transparent;
	height: 0;
	width: 0;
}
#tiptip_holder.tip_top #tiptip_arrow { border-top-color: rgba( 0, 0, 0, 0 ); }
#tiptip_holder.tip_bottom #tiptip_arrow { border-bottom-color: rgba( 0, 0, 0, 0 ); }
#tiptip_holder.tip_right #tiptip_arrow { border-right-color: rgba( 0, 0, 0, 0 ); }
#tiptip_holder.tip_left #tiptip_arrow { border-left-color: rgba( 0, 0, 0, 0 ); }
#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: rgba( 45, 45, 45, 0.9 );
}
#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: rgba( 45, 45, 45, 0.9 );
}
#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	border-right-color: rgba( 45, 45, 45, 0.9 );
}
#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: rgba( 45, 45, 45, 0.9 );
}