/* alignment styles */
/* line 3, ../../app/assets/stylesheets/theme.css.scss */
.text-align-left {
  text-align: left;
}

/* line 6, ../../app/assets/stylesheets/theme.css.scss */
.text-align-center {
  text-align: center;
}

/* line 9, ../../app/assets/stylesheets/theme.css.scss */
.text-align-right {
  text-align: right;
}

/* line 12, ../../app/assets/stylesheets/theme.css.scss */
.text-align-justify {
  text-align: justify;
}

/* block alignment styles */
/* line 17, ../../app/assets/stylesheets/theme.css.scss */
.image-align-left {
  float: left;
  margin-right: 6px;
  margin-bottom: 6px;
}

/* line 22, ../../app/assets/stylesheets/theme.css.scss */
.image-align-right {
  float: right;
  margin-left: 6px;
  margin-bottom: 6px;
}

/* font sizes */
/* line 29, ../../app/assets/stylesheets/theme.css.scss */
.font-size-12px {
  font-size: 12px;
}

/* line 32, ../../app/assets/stylesheets/theme.css.scss */
.font-size-14px {
  font-size: 14px;
}

/* line 35, ../../app/assets/stylesheets/theme.css.scss */
.font-size-16px {
  font-size: 16px;
}

/* line 38, ../../app/assets/stylesheets/theme.css.scss */
.font-size-18px {
  font-size: 18px;
}

/* line 41, ../../app/assets/stylesheets/theme.css.scss */
.font-size-20px {
  font-size: 20px;
}

/* text colors */
/* line 46, ../../app/assets/stylesheets/theme.css.scss */
.text-color-white {
  color: white;
}

/* line 49, ../../app/assets/stylesheets/theme.css.scss */
.text-color-darkblue {
  color: #294569;
}

/* line 52, ../../app/assets/stylesheets/theme.css.scss */
.text-color-lightblue {
  color: #88b7e1;
}
