

.ha-tooltip-popup {
	z-index: 10000;
	background-color: black;
	color: white;
	position:fixed;
	width: 200px;
	text-align: center;
	font-weight: bold;
	border-radius: 10px;
	padding: 5px;
}