<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
.tipsy-hovercard .tipsy-inner {
  border: 3px solid #333;
  background-color: #fff;
  color: black;
}
*/
.tipsy-hovercard {
}
.tipsy-hovercard .tipsy-inner {
  padding: 10px;
}
.tipsy-hovercard a {
  color: inherit;
}
.tipsy-hovercard .thc-image {
  float: left;
  margin-right: 10px;
}
.tipsy-hovercard .thc-text {
  float: left;
  text-align: left;
}
.tipsy-hovercard .thc-options {
}</pre></body></html>