.disclosures-terms-import p {
    margin-bottom: 24px;
}
.disclosures-terms-import p:last-of-type {
    margin-bottom: 0;
}
.disclosures-terms-import table {
    margin-bottom: 24px;
    width: 100%;
    border-collapse: collapse;
    display: block;
    overflow-x: auto;
    scrollbar-width: thin;
}
.disclosures-terms-import table tr:empty {
    display: none;
}
.disclosures-terms-import table th, .disclosures-terms-import table td {
    padding: 12px;
    border: 1px solid #ced3e2;
    line-height: 1.2;
}
.disclosures-terms-import table th {
    text-align: left;
    background-color: #141D29;
    color: #fff;
    border-color: #141D29;
}
.disclosures-terms-import table td a {
    color: #2080F3;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.disclosures-terms-import table td a:hover {
    color: #209FF3;
    text-decoration: underline;
}
.disclosures-terms-import ul {
    margin-top: 24px;
}
.disclosures-terms-import .terms-lower {
    font-size: 0.9em;
    max-height: 250px;
    overflow-y: scroll;
    padding: 12px;
    border: 1px solid #ced3e2;
    scrollbar-width: thin;
}