h1 {
    padding-left: 0;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

h3 {
    color: maroon;
    margin-bottom: 1rem !important;
}

table.hl7__hdr {
    border: 1px solid #aaa;
    width: 100%;
    color: #333;
    margin-bottom: 1rem;
}
table.hl7__hdr th {
    text-align: left;
    background-color: #aaa;
    color: #fff;
}
table.hl7__hdr td {
    vertical-align: top;
    padding-top: .4em;
    padding-bottom: .1em;
}

table.hl7__hdr th:nth-child(1) {
    /* focus */
    width: 30%;
}
table.hl7__hdr th:nth-child(2) {
    width: 20%;
}
table.hl7__hdr th:nth-child(3) {
    width: 20%;
}
table.hl7__hdr th:nth-child(4) {
    width: 15%;
}
table.hl7__hdr th:nth-child(5) {
    width: 15%;
}

table.top__header__table {
    border: none;
    border-left: 3px solid #aaa;
}
table.top__header__table td, table.top__header__table th {
    vertical-align: top;
    color: #555;
}
table.meta__header {
    border: none;
}
table.meta__header th {
    text-align: left;
}
table.meta__header th:nth-child(1) {
    border-bottom: 1px solid #aaa;
}
table.meta__header td {
    padding-top: .4em;
    padding-bottom: .1em;
    vertical-align: top;
}

#popupDialog {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    visibility: hidden;
}