.table-row {
	display: table-row !important;
}

.table-cell {
	display: table-cell !important;
}

.center-text {
  text-align: center !important;
}
.after-content {
  white-space: pre-line !important;
  text-align: justify !important;
  text-justify: inter-word !important;
}
.text-indent-1 {
  margin-left: 25px !important;
}

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