.table thead {
    cursor: default;
    height: 30px;
    margin: 8px 5px;
}

.table thead tr th {
    background-color: #f3f3f3;
    border: none;
    padding: 0px 0.75rem;
    font-size: 14px;
    font-weight: 500;
    align-content: center;
}

.table thead tr th:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.table thead th:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.table tr:first-child td {
    border: none;
}

.table td {
    padding: 10px 0.75rem 0px 0.75rem;
    font-size: 14px;
}

.table_controls {
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 10px;
}
