table {
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
	background-color: #1e1e1e;
	color: #ddd;
}
table th,
table td {
	padding: 8px 10px;
	border: 1px solid #333;
}
table th {
	background-color: #2a2a2a;
	text-align: left;
	font-weight: bold;
}
table tbody tr:nth-child(even) {
	background-color: #262626;
}
table tbody tr:hover {
	background-color: #333;
}
.async-table-filters{
	width: auto;
	--form-grid-columns: 3;
}