.lc-text {
  font-family: sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
.lc-text table td {
  font-family: sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
.lc-text img {
  max-width: 100%;
}
.lc-text .align-right {
  text-align: right;
}
.lc-text .align-left {
  text-align: left;
}
.lc-text .align-center {
  text-align: center;
}
.lc-text .align-justify {
  text-align: justify;
}
.lc-text .underline {
  text-decoration: underline;
}
.lc-text a.no-underline {
  text-decoration: none;
}
.lc-text a.no-underline:hover {
  text-decoration: underline;
}
.lc-text h1 {
  font-size: 2em;
}
.lc-text h2 {
  font-size: 1.8em;
}
.lc-text h3 {
  font-size: 1.4em;
}
.lc-text > *:first-child {
  margin-top: 0 !important;
}
.lc-text > *:last-child {
  margin-bottom: 0 !important;
}
.lc-text .no-margin-above {
  margin-top: 0;
}
.lc-text .no-margin-below {
  margin-bottom: 0;
}
.lc-text span.uppercase {
  text-transform: uppercase;
}
.lc-text span.lowercase {
  text-transform: lowercase;
}
.lc-text span.smaller-text {
  font-size: 0.8em;
}
.lc-text span.larger-text {
  font-size: 1.2em;
}
.lc-text span.very-large-text {
  font-size: 1.8em;
}
.lc-text img.vertical-align-top {
  vertical-align: top;
}
.lc-text img.vertical-align-middle {
  vertical-align: middle;
}
.lc-text img.vertical-align-bottom {
  vertical-align: bottom;
}

.lc-text {
  font-size: 14px;
}
.lc-text h1 {
  font-size: 26px;
}
.lc-text h2 {
  font-size: 22px;
}
.lc-text h3 {
  font-size: 16px;
  color: #ff7a03;
}
.lc-text h1, .lc-text h2, .lc-text h3 {
  color: #009bde;
}
