body {
    padding-top:60px
}

h2 {
  font-variant: small-caps;
}

p.bibitem {
  margin: 20px;
  text-indent: -20px;
}

.archive {
	display: flex;
	flex-wrap: wrap;
}

.archive a {
	display: block;
	width: 100px;
	padding: 5px;
}

.accessibility {
	text-align: center;
	padding: 20px;
}

.title {
	font-weight: bold;
}

.table > tbody > tr > th {
	border-top: none;
	border-bottom: 2px solid #CCC;
}

@media screen and (max-width: 700px) {
	h1 {
		font-size: 3rem;
	}

	tr {
		display: flex;
		flex-wrap: wrap;
		border-top: 2px solid #CCC;
	}

	th {
		display: none;
	}

	.table > tbody > tr > td {
		width: 100%;
		border: none;
	}
}