.txt--small {
  font-size:1.3rem
}
.txt--medium {
  font-size:1.5rem
}
.txt--large {
  font-size:2rem
}
.txt--truncate {
   white-space:nowrap;
   text-overflow:ellipsis;
   overflow:hidden
}

.txt--highlight {
  background-color:#ffea9a;
  margin-left:3px;
  padding:0 0.2em;
  border-radius:4rem 2rem 4.2rem 1.1rem;
  box-shadow:0.2em 0 0 #ffea9a, -0.2em 0 0 #ffea9a
}

.txt--normal {
  font-weight:normal
}
.txt--bold {
  font-weight:bold
}
.txt--underline {
  text-decoration:underline
}
.txt--subtle {
  color:#6d6d6d
}
.txt--very-subtle {
  color:rgba(109,109,109,0.5)
}
.txt--uncolor {
  color:#877457
}
.txt--capitalize {
  text-transform:capitalize
}
.txt--sentence-case::first-letter {
  text-transform:uppercase
}
.txt--smaller {
  font-size:0.875em
}
.txt--warning {
  color:#ff5400
}
.txt--error,
.txt--danger,
.txt--delete {
  color:#d4442e
}
.txt-size--normal {
  font-size:1.4rem
}
.txt--ink {
  color:#283c46
}
.txt--strike {
  text-decoration:line-through
}
.txt--highlight-bottom {
  border-bottom:1px solid #ffea9a;
  box-shadow:inset 0 -6px 0 #ffea9a;
  font-style:normal
}
.txt--nowrap {
  white-space:nowrap
}
.txt--nowrap-overflow, .pure-table td.txt--nowrap-overflow {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 95px;
}
