.justify-text-sign {
    text-align: justify;
    text-justify: inter-word;
}
.padSpcing {
    padding-bottom: 1.5em !important;
}
.margin-bottom-30 {
    margin-bottom: 30px !important;
}
.print-button {
    margin: -10px 0px 20px 0px !important;
}
.full-width {
    width: 100% !important;
}
.trn-time-id {
    width: 280px;
    padding: 0px !important;
    min-height: auto;
    background: none;
}
.justify-text-intro {
    text-align: justify;
    text-justify: inter-word;
    white-space: pre-line;
}
.margin-left-20 {
    margin-left: -20px !important;
}
.bordered-table {
    border:1px solid black;
}
.styled-row {
    border: 1px solid black;
    padding: 10px !important;
}
.styled-header {
    text-align: left;
    border: 1px solid black;
    padding: 10px !important;
}
.student-relationship-text {
    text-align: justify !important;
}
.bracketed-list {
    list-style: none;
    counter-reset: section;
}
.bracketed-list li::before {
    content: "(" counter(section, lower-roman) ") " !important;
    counter-increment: section;
    margin-right: 1em;
}
.div-hidden {
    display: none !important;
}
#printBtn {
    white-space: break-spaces !important;
}


