.tool-tip {
	color: #FFF!important;
	z-index: 13000!important;
    line-height:11px;
    background: none!important;
    border: none!important;
    width: 180px!important;
}

.tool-title {
	font-weight: bold!important;
	font-size: 11px!important;
    text-transform: uppercase;
	color: #FFF!important;
    padding: 8px 8px 4px!important;padding: 18px 8px 4px;
    background: url(bubble.png) top left !important;
}

.tool-text {
	font-size: 11px!important;
    text-transform: normal;
    padding: 4px 8px 8px!important;
    background: url(bubble.png) bottom right !important;
}

.custom-tip  {
	color: #FFF!important;
	width: 300px!important;
    text-align: center!important;
	z-index: 13000!important;
}

.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #FFF;
	padding: 8px 8px 4px;
	background: #000;
}

.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #000;
    background: #000;
}