.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 > 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;
}

a {
  cursor: pointer;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

sup, sub {
  position: relative;
  top: -0.4em;
  vertical-align: baseline;
}

sub {
  top: 0.4em;
}

tr {
  height: 20px;
}

section img {
  max-width: 100%;
  height: auto;
}

.marginbottom-none {
  margin-bottom: 0;
}

span.highlight {
  background-color: #d6ecff;
}

table.standard th, table.standard td {
  text-align: right;
}
table.standard th:first-child, table.standard td:first-child {
  text-align: left;
}
table.standard th.notes, table.standard td.notes {
  text-align: center;
}
table.standard th.text-center, table.standard td.text-center {
  text-align: center;
}
table.standard th.text-right, table.standard td.text-right {
  text-align: right;
}
table.standard th.text-left, table.standard td.text-left {
  text-align: left;
}
table.standard th {
  vertical-align: bottom;
}
table.standard td {
  vertical-align: top;
}
table.standard th.top, table.standard td.top {
  vertical-align: top;
}
table.standard th.bottom, table.standard td.bottom {
  vertical-align: bottom;
}
table.standard th.middle, table.standard td.middle {
  vertical-align: middle;
}

.list-style-none {
  list-style: none;
}

.list-style-square {
  list-style: square;
}

.list-style-circle {
  list-style: circle;
}

.list-style-disc {
  list-style: disc;
}

.list-style-decimal {
  list-style: decimal;
}

.list-style-decimal-leading-zero {
  list-style: decimal-leading-zero;
}

.list-style-lower-alpha {
  list-style: lower-alpha;
}

.list-style-upper-alpha {
  list-style: upper-alpha;
}

.list-style-lower-roman {
  list-style: lower-roman;
}

.list-style-upper-roman {
  list-style: upper-roman;
}

.search .search-result {
  padding-bottom: 10px;
}
.search .search-result h3 {
  margin-bottom: 5px;
}
.search .search-result .search-result-snippet .snippet-searchresult-highlight {
  font-weight: bold;
}
/*# sourceMappingURL=tangelo.css.map */
