html {
    scroll-behavior: smooth;
}

[id] {
    scroll-margin-top: 70px;
}

.table__overflow {
    overflow: auto;
}

table {
    margin-top: 16px;
    width: 100%;
    border-collapse: collapse;
}

th {
    background: #FFF7E1;
}

th, td {
    padding: 4px 8px;
    border: 1px solid #BDBDBD;
}

@media (max-width: 639px) {
    th, td {
        padding: 4px;
        font-size: 14px;
        line-height: 19px;
    }
}