table {
    border-collapse:collapse;
    border-spacing:0;
    width: 100%;
    margin-bottom: 30px;
}

.scrollable table {
    margin-bottom: 0px;
}

table th {
    background: var(--table-heading-background);
    text-align: left;
}

table th,
table td {
    padding: 10px 15px;
}

table tr {
    border-bottom: 1px solid rgba(64, 92, 186, 0.1);
}

table td {
    line-height: 1.5;
}