.tooltip{
	width			: 300px;
	border			: solid 1px #1E00FE;
	background-color: #444B53;
	color			: #fff;
	text-transform	: uppercase;
	padding			: 8px 15px;
	position		: absolute;
	z-index			: 500000;
	font-size		: 16px;
	line-height		: 25px;
	font-weight		: bold;
}
