
.oracle-entrance-table {
    max-width: 982px;
    overflow-x: auto;
}

.oracle-entrance-table table {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
    table-layout: auto;
    margin: 0;
    padding: 0;
}

.oracle-entrance-table table td,
.oracle-entrance-table table th {
    padding: 12px 16px 12px 0;
    border: none;
    border-bottom: 1px solid #e2e2e2;
    vertical-align: top;
    text-align: left;
    font-size: inherit;
    font-weight: normal;
    line-height: 1.5;
    background: none;
}

.oracle-entrance-table table td > p,
.oracle-entrance-table table th > p {
    margin: 0 0 4px;
}

.oracle-entrance-table table td > p:last-child,
.oracle-entrance-table table th > p:last-child {
    margin-bottom: 0;
}

.oracle-entrance-table table tr:first-child td {
    padding: 2px 80px 12px 0;
    font-size: 12px;
    line-height: 1.66;
    color: var(--black-60);
    vertical-align: baseline;
    border-bottom: 2px solid #c8c8c8;
}

.oracle-entrance-table table tr:first-child td strong,
.oracle-entrance-table table tr:first-child td p strong {
    font-weight: 500;
}

.oracle-entrance-table table td:first-child {
    width: 50px;
    min-width: 50px;
    white-space: nowrap;
}

.oracle-entrance-table table td:nth-child(2) {
    width: 180px;
    min-width: 180px;
    white-space: nowrap;
}

.oracle-entrance-table table td:nth-child(3) {
    width: auto;
}

.oracle-entrance-table table tr:last-child td {
    border-bottom: none;
}

.oracle-entrance-table table td[colspan] {
    width: auto;
    min-width: 0;
    white-space: normal;
}

.oracle-entrance-table table a {
    color: #1a5cc8;
    text-decoration: none;
}

.oracle-entrance-table table a:hover {
    text-decoration: underline;
}

.oracle-entrance-table table sup {
    font-size: 10px;
    line-height: 0;
    vertical-align: super;
    position: relative;
    top: -2px;
}

.oracle-entrance-table table span[style*="font-size:10px"],
.oracle-entrance-table table span[style*="font-size: 10px"] {
    font-size: 11px !important;
    color: #666;
    line-height: 1.4;
}

.oracle-entrance-table > br,
.oracle-entrance-table > p:empty,
.oracle-entrance-table > p {
    display: none;
}
