/*the custom styles by whitespider.ie*/

<style>

	div.btQuoteItem>label.ws-label{

		position:relative !important;

	}

	div.btQuoteItem>label i.fa{

		cursor:pointer;

	}

	div.btQuoteItem>label span.hint{

		position:absolute !important;

		z-index:1001;

		display:none;

		width:auto;

		max-width:280px;

		padding:8px 8px 14px 8px;

		line-height:18px !important;

		background-color:#edf0f1;

		border:solid 1px #d4d8da;

		border-radius:8px;

		-webkit-border-radius:8px;

		-moz-border-radius:8px;

		box-shadow:0px 5px 6px -2px rgba(0,0,0,0.35);

	}

	

	span.hint:after {

		background-color: #edf0f1;

		content: "\00a0";

		display: block;

		height: 16px;

		position: absolute;

		bottom: -7px;

		left:18px;

		z-index:0 !important;

		transform:             rotate( 31deg ) skew( -28deg );

			-moz-transform:    rotate( 31deg ) skew( -28deg );

			-ms-transform:     rotate( 31deg ) skew( -28deg );

			-o-transform:      rotate( 31deg ) skew( -28deg );

			-webkit-transform: rotate( 31deg ) skew( -28deg );

		box-shadow: 3px 3px 7px -2px rgba(0,0,0,0.5);

		width:  18px;

	}

</style>