table {
	border-collapse: collapse;
	width: 100%;
	max-width: 800px;
	margin: 20px auto;
	font-family: Arial, sans-serif;
}

th,
td {
	border: 1px solid #ddd;
	padding: 8px;
	text-align: center;
}

th {
	background-color: #f2f2f2;
	font-weight: bold;
}

tr:nth-child(even) {
	background-color: #f9f9f9;
}

caption {
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 10px;
}
