body {
	font-family: sans-serif;
	margin: 0 auto;
	max-width: 1440px;
    padding: 1rem;
}
thead {
	background-color: #333;
	color: white;
	font-size: 0.875rem;
	text-transform: uppercase;
	letter-spacing: 2%;
}
table {
  border-collapse: collapse;
  width: 100%;
}
tbody > tr:nth-child(even) {
	background-color: #efefef;
}
th, td {
  text-align: left;
  padding: 1rem;
  border: 3px solid white;
}
.center {
    text-align: center;
}
code {
	font-family: monospace;
	background-color: #ddd;
	padding: 2px;
}
.bold {
	font-weight: bold;
}
