.bases-lead.section{
    margin-bottom: 5rem;
}
.bases-lead.section h2{
    font-size: 1.8rem;
    margin-bottom: 0.8rem;
}
.bases-lead.section p{
    margin-bottom: 2.4rem;
}
.table-scrroll-area{
    margin-bottom: 2rem;
    max-width: 100%;
    overflow: auto;
}
.scroll-hint-icon-wrap .scroll-hint-icon{
    top: 50px;
    left: 10px;
}
table.scroll-table{
    width: var(--width-full);
}
table.scroll-table th{
    background: var(--beige);
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
table.scroll-table th, table.scroll-table td{
    padding: 0.5rem 1rem;
    border: 1px solid var(--color-table-line);
}
table.scroll-table .peer-review{
    color: var(--red);
}