.table {
    margin-bottom: 0;
    text-align: left;
    border-collapse: collapse;
    width: 100%;
    border-radius: var(--theme--form--border-radius);
}

.table thead {
    border-bottom: 1px solid var(--theme--color--lighter);
}

.table td,
.table th {
    border: 0;
    padding: 0.5em 0.5em;
    vertical-align: top;
}

.table th {
    font-weight: 700;
}

.table th a {
    color: inherit;
    cursor: pointer;
    white-space: nowrap;
}

.table tr:hover td {
    background: rgba(0,0,0, 0.04);
}

.table td {
    border-bottom: 1px solid var(--theme--form--border-color);
}
