.tool-tip {
	width:200px;
	text-align: center;
	overflow: hidden;
}
	.tool-tip .tool-title {
		color: #333;
		font-size: 11px;
		font-weight: 900;
		margin: 0;
		padding: 10px 10px 0;
		background: #eee;
	}
	.tool-tip .tool-text {
		color: #fff;
		margin: 0;
		padding: 10px;
		font-size: 11px;
		background: #666;
	}
