<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.tdi--noselect {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.tdi--text-overflow-wrapper {
  overflow: auto;
  max-width: 100%;
}
.tdi--text-overflow-wrapper &gt; table {
  border-collapse: separate;
}

#tdi--tooltip {
  text-align: center;
  color: #fff;
  background: #111;
  position: absolute;
  z-index: 100;
  padding: 15px;
  font-size: 90%;
}
#tdi--tooltip:after {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #111;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -10px;
}
#tdi--tooltip.top:after {
  border-top-color: transparent;
  border-bottom: 10px solid #111;
  top: -20px;
  bottom: auto;
}
#tdi--tooltip.left:after {
  left: 10px;
  margin: 0;
}
#tdi--tooltip.right:after {
  right: 10px;
  left: auto;
  margin: 0;
}

.wp-block-table {
  margin-bottom: 0em;
}
.wp-block-table .table-width-25 {
  width: 25%;
}
.wp-block-table .table-width-50 {
  width: 50%;
}
.wp-block-table .table-width-75 {
  width: 75%;
}
.wp-block-table .table-width-100 {
  width: 100%;
}
.wp-block-table .table-width-200 {
  width: 200%;
}
.wp-block-table .table-header-format-highlight {
  background-color: rgb(244, 244, 244);
}
.wp-block-table .table-cell-format-total {
  border-bottom: 1px solid rgb(148, 148, 148);
  background-color: rgb(244, 244, 244);
  font-weight: bold;
}
.wp-block-table .table-cell-format-total-highlight {
  border-bottom: 1px solid rgb(148, 148, 148);
  background-color: rgb(244, 244, 244);
  font-weight: bold;
}
.wp-block-table .table-cell-format-subtotal {
  border-bottom: 1px solid rgb(148, 148, 148);
  background-color: rgb(244, 244, 244);
}
.wp-block-table .table-cell-format-subtotal-highlight {
  border-bottom: 1px solid rgb(148, 148, 148);
  background-color: rgb(244, 244, 244);
}
.wp-block-table .table-cell-format-border {
  border-top: 1px solid rgb(148, 148, 148);
}
.wp-block-table .table-cell-format-border-highlight {
  border-top: 1px solid rgb(148, 148, 148);
  background-color: rgb(244, 244, 244);
}
.wp-block-table .table-cell-format-emphasized {
  font-weight: bold;
}
.wp-block-table .table-cell-format-none {
  padding-left: 0px;
  font-size: 1.1rem;
  border: none;
  background-color: #f4f4f4;
}
.wp-block-table .table-cell-format-highlight {
  background-color: rgb(244, 244, 244);
}
.wp-block-table p {
  margin-bottom: 0em;
}

a {
  cursor: pointer;
}

ol.footnotes-table {
  margin-bottom: 2em;
}

.prev {
  margin-right: 25px;
}

.wp-block-table table td.indicator-green {
  background-color: rgb(0, 176, 80);
}

.wp-block-table table td.indicator-orange {
  background-color: rgb(255, 192, 0);
}

.wp-block-table table td.indicator-red {
  background-color: rgb(255, 0, 0);
}

.wp-block-table table td.indicator-completed {
  background-image: url(../img/check.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: auto 12pt;
  /*c(table smallFont-true) &amp; {
    background-size: auto 10pt;
  }
  c(table smallFont-extraSmall) &amp; {
    background-size: auto 8pt;
  }*/
}

.search__button {
  margin-left: -35px;
}
/*# sourceMappingURL=tangelo.css.map */
</pre></body></html>