body {
	font-size: 12pt;
	font-family: "Work Sans",sans-serif;
	background-color: #fdfdfd;
	align-content: justify;
}

/* Remove the big whitespace under the table of contents due to the photo */
.figure {
	padding: 0;
}

/* Title of the website on the left instead of the default in the middle */
.title {
	text-align: left;
}

/* Suppress the automatically generated name "Table of Contents" */
#table-of-contents>h2 {
	display: none;
}

/* Display ToC horizontally to make a header */
#text-table-of-contents>ul {
	list-style: none;
	padding: 0;
}

#text-table-of-contents li {
	display: inline !important;
	margin-right: 20px;
}

/* Muted footer */
.date {
	text-align: center;
	font-size: 12pt;
	color: #aaa;
}

.csl-block {
	margin-bottom: 10px;
	font-size: 12pt;
}
