/*Your CSS file*/
.tip {
	background-color: #333;
	padding: 2px;
}


.tip-title {
	color: #fff;
	background-color: #666;
	font-size: 20px;
	padding: 2px;
}

.tooltip {
	color: #000;
	text-decoration: none;
}

.tooltip:hover {
	color: #666666;
	text-decoration: underline;
}

.tip-text {
	color: #fff;
	padding: 2px;
}

.ind {
	width: 200px;
	background-color: #666;
	color: white;
	padding: 15px;
	border-bottom: 1px solid white;
}

#hide {
	margin-bottom: 20px;
}
