body {
	max-width: 50rem;
	margin: auto;
	padding: 1.5rem;
	color: #333333;
	font-family: sans-serif;
}

table {
	border: none;
}

table caption {
	border: none;
	border-top: 1px solid;
}

table th {
	border-width: 1px 0 1px 0;
	margin: 0;
	padding: 0.5rem;
}

table tbody td {
	border: none;
	margin: 0;
	padding: 0.25rem 0.5rem;
}

table tfoot tr td {
	border: none;
	border-top: 1px solid;
}


article p {
	line-height: 1.8rem;
}

