.table {
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    background-color: white;
}

.form-control,
.form-select {
    font-size: 1rem;
    padding: 0.4rem 0.6rem;
}

.table th {
    background-color: #e9ecef;
    font-weight: 600;
}