.marginLeft-12-em {
	margin-left: -1.2em !important;
}
.marginLeft-08-em {
	margin-left: -0.8em !important;
}
.marginLeft-18-em {
	margin-left: -1.8em !important;
}
.attachment-margin {
	margin-left: 30px !important;
	margin-top: -10px !important;
}
.text-16size {
	font-size:'16px'  !important;
}
.section-title {
  text-align: justify !important;
  text-justify: inter-word !important;
  white-space: pre-line !important;
}
.text-red {
    color: #9f3a38 !important;
}
.link {
    word-wrap: break-word !important;
}
.intro-title-a {
   list-style-type: none !important;
   margin-left: -1.2em !important;
}
.intro-title-b {
   list-style-type: "a" !important;
   margin-left: -1.2em !important;
}
.intro-title-c {
   list-style-type: none !important;
   margin-left: -0.2em !important;
}
.ack-margin {
    margin: -10px 0px 20px 0px !important;
}
.trn {
    width: 280px;
    padding: 0px;
    min-height: auto;
    background-color: transparent !important;
}
.ack-width {
    width: 100%;
}
.intro-table {
display: table;
  width: 80%;  
max-width: 900px; /* Limit maximum width */
}
.row {
  display: table-row; /* Define each row */

}

.Tcell {
  display: table-cell; /* Keep table-cell display */
  padding: 0.3em;
  text-align: justify;
  vertical-align: top;
  text-justify: inter-word !important;
  white-space: normal; /* Allow text to wrap */
  word-wrap: break-word; /* Break long words to wrap */
  word-break: break-word; /* Ensure long words break to fit */
  border: 1px solid ; /* Visible blue border for cells */
}

.Tcell:nth-child(1) {
  width: 20%; 
 
}
.Tcell:nth-child(2) {
  width: 80%;
 padding: 0.3em;
}




@media (max-width: 768px) {
.intro-table{
    width: 90%; 

  }
.Tcell:nth-child(1) {
  width: 30%; 
 
}
.Tcell:nth-child(2) {
  width: 70%;
 padding: 0.3em;
}

}

