<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.the-tooltip {
  position: relative;
}
.the-tooltip :focus + :last-child, .the-tooltip:focus &gt; :last-child, .the-tooltip:hover &gt; :last-child {
  opacity: 1;
  -webkit-transition: 0.4s 0s;
  -moz-transition: 0.4s 0s;
  -ms-transition: 0.4s 0s;
  -o-transition: 0.4s 0s;
  transition: 0.4s 0s;
  visibility: visible;
}
.the-tooltip &gt; :last-child {
  border: solid 1px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 120%;
  opacity: 0;
  padding: 10px 20px;
  position: absolute;
  -webkit-transition: 0.2s 0s;
  -moz-transition: 0.2s 0s;
  -ms-transition: 0.2s 0s;
  -o-transition: 0.2s 0s;
  transition: 0.2s 0s;
  visibility: hidden;
  width: 250px;
  z-index: 999;
}
.the-tooltip &gt; :last-child * {
  max-width: 100%;
}
.the-tooltip &gt; :last-child:after, .the-tooltip &gt; :last-child:before {
  border: solid 11px;
  content: "";
  display: block;
  margin: 0 20px 0 20px;
  position: absolute;
}
.the-tooltip.bottom &gt; :last-child {
  margin-top: 15px;
  top: 100%;
}
.the-tooltip.bottom &gt; :last-child:after {
  margin-bottom: -1px;
}
.the-tooltip.bottom &gt; :last-child:after, .the-tooltip.bottom &gt; :last-child:before {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  bottom: 100%;
}
.the-tooltip.bottom &gt; :last-child:before {
  margin-bottom: 0px;
}
.the-tooltip.center &gt; :last-child {
  left: -125px;
  margin-left: 50%;
}
.the-tooltip.center &gt; :last-child:after, .the-tooltip.center &gt; :last-child:before {
  left: 50%;
  margin-left: -10px;
}
.the-tooltip.left &gt; :last-child {
  left: 0;
}
.the-tooltip.left &gt; :last-child:after, .the-tooltip.left &gt; :last-child:before {
  left: 0;
}
.the-tooltip.right &gt; :last-child {
  right: 0;
}
.the-tooltip.right &gt; :last-child:after, .the-tooltip.right &gt; :last-child:before {
  right: 0;
}
.the-tooltip.top &gt; :last-child {
  bottom: 100%;
  margin-bottom: 15px;
}
.the-tooltip.top &gt; :last-child:after {
  margin-top: -1px;
}
.the-tooltip.top &gt; :last-child:after, .the-tooltip.top &gt; :last-child:before {
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  top: 100%;
}
.the-tooltip.top &gt; :last-child:before {
  margin-top: 0px;
}
.the-tooltip.auto-width &gt; :last-child {
  white-space: nowrap;
  width: auto;
}
.the-tooltip.full-width &gt; :last-child {
  left: 0;
  margin-left: 0;
  width: 100%;
}
.the-tooltip.tooltipyellow &gt; :last-child {
  background-color: #ffdb58;
  border-color: #f1bd00;
  color: #3f3100;
}
.the-tooltip.tooltipyellow &gt; :last-child:after {
  border-color: #ffdb58;
}
.the-tooltip.tooltipyellow &gt; :last-child:before {
  border-color: #f1bd00;
}
.the-tooltip.tooltipyellow &gt; :last-child {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}</pre></body></html>