body {
	font-family: Helvetica, sans-serif;
}

h1 {
	font-weight: 400;
}

table {
	text-align: center;
	border-collapse: collapse;
	margin: 0 auto;
}

table th {
	/*border-bottom: 1px solid black;*/
	padding-bottom: 10px;
}

table th:first-child {
	border-bottom: none;
}

table tr td {
	/*border-right: 1px solid black;*/
	padding: 10px;
}

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

table tr:first-child {
	background-color: white;
}

table tr td:first-child {
	/*border-right: 1px solid black;*/
	background-color: white;
	padding-right: 10px;
}

table tr td:last-child {
	border-right: none;
}

#container {
	width: 50%;
	margin: 0 auto 20px auto;
	/*background: black;*/
}

#heredoc-table {
	width: 430px;
	margin: 0 auto;
	/*background: grey;*/
	padding: 20px 0px;
	line-height: 1.5em;
}

.heredoc-table-row {
	padding: 5px 15px;
}

.odd {
	background-color: #e5e5e5;
}

/*.even {
	padding: 5px 15px;
}*/