div.container {
	position: relative;
}
/* button {
  position: absolute;
	text-align: center;
} */

.quarto-dark div.tooltip {
  position: absolute;
  text-align: center;
  width: 40px;
  height: 20px;
  padding: 5px;
  font: 12px sans-serif;
  background: steelblue;
  border: 0px;
  border-radius: 8px;
  pointer-events: none;
	opacity: 0.8;
}
.quarto-light div.tooltip {
  position: absolute;
  text-align: center;
  width: 40px;
  height: 20px;
  padding: 5px;
  font: 12px sans-serif;
  background: lightsteelblue;
  border: 0px;
  border-radius: 8px;
  pointer-events: none;
	opacity: 0.8;
}
