/* Styles extracted from JSX files with !important added */
.ml-minus20 {
  margin-left: -20px !important;
}

.ml-minus40 {
  margin-left: -40px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.text-pre-justified {
  white-space: pre-line !important;
  text-align: justify !important;
  text-justify: inter-word !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mt-minus15 {
  margin-top: -15px !important;
}

.text-justifyAll {
  text-align: justify-all !important;
}

.text-justify {
  text-align: justify !important;
}

.word-break-normal {
  word-break: normal !important;
}
