:root {
	color-scheme: light dark;
}

* {
	-webkit-text-size-adjust: 100%;
}

body {
	font: 1em/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 1rem;
}

a {
	color: #486999;
	text-decoration: none;
}

@media (prefers-color-scheme: dark) {
	a {
		color: #81a3c3;
	}
}

a:hover {
	text-decoration: underline;
}

.container {
	max-width: 600px;
	margin: 0 auto;
}

header {
	margin: -1rem;
	padding: 6rem 0;
	text-align: center;
	background: linear-gradient(to right, #CFD6DC 71.41999%, #D5DBE0 71.42%) 0 0/7px 100% repeat;
}

header h1,
header a {
	color: #5e6a7f;
	text-shadow: 0 1px 0 #fff;
}

main {
	margin: 5rem 0;
}

footer {
	font-size: 0.9em;
	opacity: 0.8;
}

ul {
	margin: 2rem 0;
}

.posttable {
	width: 100%;
	border-collapse: collapse;
}

.posttable tr {
	position: relative;
}

.posttable td {
	vertical-align: top;
}

.posttable .date {
	width: 1%;
	white-space: nowrap;
	text-align: right;
	padding-right: 1em;
}

.posttable .post {
	padding-bottom: 1em;
}

.posttable .post > a {
	display: inline-block;
	margin-bottom: 0.25em;
}

.posttable .post small {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.posttable .post small p {
	margin: 0;
}
