/*Your CSS file*/
.tooltip{ margin-left:3px; vertical-align:middle}

.tip {
	position: absolute;
	z-index: 5000 !important;
	border: 1px solid #ffa853;
	background-color: #fff1de;
	padding: 5px;
	width:250px;
	text-align:left;
	/*opacity:0.95;*/
}

.tip-title {
	font-size:0.9em;
	font-weight:bold;
	line-height:1.4em;
	color: #000;
	padding: 5px;
}

.tip-text {
	font-weight:bold;
	font-style:italic;
	color: red;
	padding: 10px 5px;
	font-size:0.9em;
}

.ind {
	width: 200px;
	background-color: #666;
	color: white;
	padding: 15px;
	border-bottom: 1px solid white;
}

#hide {
	margin-bottom: 20px;
}
