.tippy-box[data-animation=fade][data-state=hidden] {
  opacity: 0;
}

[data-tippy-root] {
  max-width: calc(100vw - 10px);
}

.tippy-box {
  position: relative;
  /* background-color: #333; */
  background-color: #4499cc !important;
  color: #fff;
  border-radius: 4px;
  font-size: 100%;
  line-height: 1.4;
  white-space: normal;
  outline: 0;
  transition-property: transform, visibility, opacity;
}
.tippy-box .tippy-content span.ref.homo, .tippy-box .tippy-content span.h, .tippy-box .tippy-content span.E, .tippy-box .tippy-content span.EG {
  font-style: normal;
  font-weight: normal;
  font-size: 80%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.4em;
  padding-left: 0.1em;
}
.tippy-box .tippy-content span.ref.senco, .tippy-box .tippy-content span.ref.subsenco, .tippy-box .tippy-content span.ref.grupo {
  font-style: normal;
  font-weight: bold;
  font-size: 65% !important;
  line-height: 0;
  position: relative;
  top: -0.5em;
  vertical-align: baseline;
  white-space: nowrap;
  font-family: Tahoma, "Trebuchet MS", "Nimbus Sans", "FreeSans", "Liberation Sans", Arial, Helvetica, sans-serif;
}
.tippy-box .tippy-content span.tempo {
  display: block;
}
.tippy-box .tippy-content div.lastaredakto {
  margin: 0.5em;
}
.tippy-box .tippy-content kbd {
  font-family: monospace;
  background-color: #cccc11;
  color: #222222;
  display: inline-block;
  padding-left: 0.2em;
  padding-right: 0.2em;
}
.tippy-box .tippy-content tt {
  background-color: yellow;
  color: #222;
  display: inline-block;
  padding-left: 0.2em;
  padding-right: 0.2em;
}
.tippy-box .tippy-content span.vinjeto {
  background-color: #fff;
  color: #000;
  font-family: Vinjetoj;
  padding: 0.4em 0.2em 0.2em 0.2em;
  border-radius: 0.2em;
}
.tippy-box .tippy-content p {
  text-align: center;
}
.tippy-box .tippy-content p.maldekstre {
  text-align: left;
}
.tippy-box .tippy-content div.bibl {
  text-align: center;
}
.tippy-box .tippy-content div.bibl span.alklaku {
  display: block;
  text-align: center;
  margin-top: 0.5em;
  font-size: 80%;
}
.tippy-box .tippy-content div.bibl cite {
  font-style: italic;
}
.tippy-box .tippy-content div.lastakomento {
  font-size: 80%;
}
.tippy-box .tippy-content sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  white-space: nowrap;
  top: -0.5em;
}

body.ordinara .tippy-box .tippy-content tt {
  display: none;
}

.tippy-box[data-placement^=top] > .tippy-arrow {
  bottom: 0;
}

.tippy-box[data-placement^=top] > .tippy-arrow:before {
  bottom: -7px;
  left: 0;
  border-width: 8px 8px 0;
  border-top-color: #4499cc;
  transform-origin: center top;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow {
  top: 0;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow:before {
  top: -7px;
  left: 0;
  border-width: 0 8px 8px;
  border-bottom-color: #4499cc;
  transform-origin: center bottom;
}

.tippy-box[data-placement^=left] > .tippy-arrow {
  right: 0;
}

.tippy-box[data-placement^=left] > .tippy-arrow:before {
  border-width: 8px 0 8px 8px;
  border-left-color: #4499cc;
  right: -7px;
  transform-origin: center left;
}

.tippy-box[data-placement^=right] > .tippy-arrow {
  left: 0;
}

.tippy-box[data-placement^=right] > .tippy-arrow:before {
  left: -7px;
  border-width: 8px 8px 8px 0;
  border-right-color: #4499cc;
  transform-origin: center right;
}

.tippy-box[data-inertia][data-state=visible] {
  transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
}

.tippy-arrow {
  width: 16px;
  height: 16px;
  color: #333;
}

.tippy-arrow:before {
  content: "";
  position: absolute;
  border-color: transparent;
  border-style: solid;
}

.tippy-content {
  position: relative;
  padding: 5px 9px;
  padding: 0.5em 0.7em;
  z-index: 1;
}
.tippy-content i {
  font-style: italic;
}

/*# sourceMappingURL=tippy.css.map */
