
body {
	font-family: -apple-system, -apple-system-font, BlinkMacSystemFont, HelveticaNeue, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 80%;
	margin: 5em;
	padding-top: 0 !important;
}

#footer {
	margin-top: 3em;
	border: none;
}

hr {
	border-top: #b4b2a6 1px solid;
	border-bottom: none;
	border-left: none;
	border-right: none;
	height: 1px;
}

#posts {
	margin-top: 0;
}

.post {
	margin-top: 0;
}

a, a:visited {
	color: black;
	text-decoration: none;
	font-weight: bold;
}

code {
	font: 90% Courier, Fixed;
}

table {
	border-collapse: collapse;
}

td, th {
	padding: 4px 6px;
	vertical-align: top;
	text-align: left;
	border: #ccc 1px solid;
}

table.first-col-key td:first-child, 
table.first-col-key th:first-child {
	font-weight: bold;
}

table.first-col-number td:first-child, 
table.first-col-number th:first-child {
	text-align: right;	
}

#header {
	display: none;
}

nav {
	display: none;
}

.address {
	display: none;
}
