/* introduction.css */
.justify-table {
  text-align: justify !important;
  text-justify: auto !important;
}

.top-align {
  vertical-align: top !important;
}

.min-width-30 {
  min-width: 30px !important;
}
