table, th , td {
    border: 1px solid grey;
    border-collapse: collapse;
    padding: 5px;
}

.filters {
    margin: 10px 0;
}

.filters label {
    margin-right: 8px;
}

.filters select {
    min-width: 180px;
    padding: 4px 6px;
}

table tr:nth-child(odd) {
    background-color: #f1f1f1;
}

table tr:nth-child(even) {
    background-color: #ffffff;
}

.action-cell {
    text-align: center;
    white-space: nowrap;
}

.action-cell button {
    min-width: 64px;
    padding: 4px 8px;
}
