.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; }

.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; }

/*# sourceMappingURL=tangelo.css.map */
