.tooltip.top {
	min-width: 100px;
	width: auto;
	white-space: nowrap;
}

.tooltip.top .tooltip-arrow {

	border-top-color: var(--g5-color-accent);
}

.tooltip-inner {
	background-color: var(--g5-color-accent);
}