#table-wrapper {
	overflow: auto;
}

table {
	border-collapse: collapse;
	margin: 0em auto 0em auto;
}

th, td {
	text-align: center;
	padding: 0.4em;
}

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

td:first-child {
	font-family: monospace;
	text-align: left;
}

th {
	background-color: #000000;
	color: white;
}
