table {
	width: 100%;
	background-color: #d3d3d3;
	margin: 1rem auto;
	padding: 1rem 2rem;
}

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

table th {
	font-weight: 700;
}

table th, table td {
	padding: 1em 2em;
}
