.tooltip__item {
	position:absolute;
	display:none;
	background:#ffffff;
	color:#5b5a53;
	z-index:999;
	border-radius: .3ch;
	box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
}

.tooltip_content {
	margin:1.5em;
}