<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: 14px;
  line-height: 1.5;
  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: 350px;
  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: -22px;
}
.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.grey &gt; :last-child {
background: rgb(245,245,245);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMmUyZTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(245,245,245,1) 0%, rgba(226,226,226,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,245,245,1)), color-stop(100%,rgba(226,226,226,1)));
background: -webkit-linear-gradient(top,  rgba(245,245,245,1) 0%,rgba(226,226,226,1) 100%);
background: -o-linear-gradient(top,  rgba(245,245,245,1) 0%,rgba(226,226,226,1) 100%);
background: -ms-linear-gradient(top,  rgba(245,245,245,1) 0%,rgba(226,226,226,1) 100%);
background: linear-gradient(to bottom,  rgba(245,245,245,1) 0%,rgba(226,226,226,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e2e2e2',GradientType=0 );


  border-color: #45b3e0;
  color:#5e5e5e;
  font-family:Arial, Helvetica, sans-serif;
  text-shadow: 1px 1px 1px #FFF;
  line-height:18px;
  border-color: #b5b5b5;
}
.the-tooltip.grey &gt; :last-child:after {
  border-color: #f5f5f5;
}
.the-tooltip.grey &gt; :last-child:before {
  border-color: #b5b5b5;
}
.the-tooltip.grey &gt; :last-child {
  text-shadow: 1px 1px 1px #FFF;
}
</pre></body></html>