﻿.tooltip 
{
	position: absolute;
	top: 200px;
	left: 0;
	width: 300px;
	background-color: #ffffcc;
	border: solid 1px black;
	z-index: 1000;
}
