#tooltip {
	display:none;
	position:absolute;
	z-index:10000000;
	color:#e9e2d3;
	font-weight:600;
	padding:5px 8px;
	font-size:12px;
	background-color:#2e2a24;
	border: 1px solid #4c463a;
	border-radius: 4px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

input[type=submit], input[type=button]
{
	cursor: pointer;
}
