.text-xxxsmalll,
.txt-xxxsmall,
.text-xxxs,
.txt-xxxs {
  font-size: 50%;
}

.text-xxsmalll,
.txt-xxsmall,
.text-xxs,
.txt-xxs {
  font-size: 60%;
}
.text-xsmall,
.txt-xsmall,
.text-xs,
.txt-xs {
  font-size: 70%;
}
.text-small,
.txt-small,
.text-sm,
.txt-sm {
  font-size: 80%;
}
.text-medium,
.txt-medium,
.text-md,
.txt-md {
  font-size: 90%;
}
.text-normal,
.txt-normal,
.text-nm,
.txt-nm {
  font-size: 100%;
}
.text-mediumlarge,
.txt-mediumlarge,
.text-mdlg,
.txt-mdlg {
  font-size: 110%;
}

.text-large,
.txt-large,
.text-lg,
.txt-lg {
  font-size: 120%;
}
.text-xlarge,
.txt-xlarge,
.text-xl,
.txt-xl {
  font-size: 140%;
}
.text-xxlarge,
.txt-xxlarge,
.text-xxl,
.txt-xxl {
  font-size: 160%;
}
.text-xxxlarge,
.txt-xxxlarge,
.text-xxxl,
.txt-xxxl {
  font-size: 250%;
}
.text-xxxxlarge,
.txt-xxxxlarge,
.text-xxxxl,
.txt-xxxxl {
  font-size: 300%;
}

/* Italic */
.text-italic,
.txt-italic {
  font-style: italic;
}

/* Bold */
.text-bold,
.text-bold,
.text-strong,
.txt-strong {
  font-weight: bold;
}

/* normal */
.text-normal,
.text-normal,
.text-normal,
.txt-normal {
  font-weight: normal;
}

/* Lighter */
.text-lighter,
.text-lighter,
.text-lighter,
.txt-lighter {
  font-weight: 300;
}

/* Light */
.text-light,
.text-light,
.text-light,
.txt-light {
  font-weight: 200;
}

/** Line through **/
.text-line-through,
.text-linethrough,
.txt-line-through,
.txt-linethrough {
  text-decoration: line-through;
}


/** Input text fix **/
.text-after-input {
  margin-left: 3px;
  margin-top: 6px;
}

.text-highlight {
  background-color: #ffff69;
}

.txt-dont-break-out,
.text-dont-break-out {

  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;

}
