@media only screen and (min-width: 768px) {
	body {
		margin: 0 !important;
	}
	header {
		height: 48px;
		background-color: #8c3945;
		color: #FFF;
		margin-bottom: 20px;
		display: flex;
		flex-direction: row;
		align-content: center;
		align-items: center;
		vertical-align: middle;
		justify-content: center;
	}
	header span {
		display: inline;
	}
	header span a svg {
		color: #FFF;
		max-height: 48px;
		width: unset;
	}
	span#reader-toc a svg {
		cursor: pointer;
		max-height: 48px;
		width: auto;
	}
	a>svg {
		cursor: pointer;
		max-height: 48px;
		width: auto;
		color: #FFF;
	}
	header span#reader-toc a {
		padding-right: 10px;
	}
	header span#reader-navigation {
		color: #FFF;
		display: flex;
		padding-right: 20px;
		padding-left: 20px;
		cursor: pointer;
	}
	span#reader-navigation-mobile {
		display: none;
	}
	header span#reader-navigation a {
		padding-left: 20px;
		padding-left: 20px;
	}
	header div.meta {
		flex: 1 1 auto;
		padding-left: 20px;
		padding-left: 20px;
	}
	header div.meta h1 {
		display: inline;
	}
	header div.meta h2 {
		display: inline;
	}
	hr {
		max-width: 75rem;
		height: 0;
		border-right: 0;
		border-top: 0;
		border-bottom: 1px solid #cacaca;
		border-left: 0;
		margin: 1.25rem auto;
		clear: both;
	}
	.book-content {
		padding-left: 5rem;
		padding-right: 5rem;
	}
	.cover {
		max-height: 70%;
		position: absolute;
		text-align: center;
		width: 100%;
		height: 100%;
	}
	img.book-cover {
		max-height: 80vh;
		position: relative;
		margin: auto;
	}
	div.illustration.hundred {
		max-width: 100%;
		width: 100%;
	}
	a.para-anchor {
		display: inline-block;
		font-size: 0.7rem;
		color: lightslategray;
		text-decoration: none;
	}
	p.para-highlight {
		background-color: rgba(212, 202, 202, 0.808);
	}
	div.illustration.hundreds {
		max-width: 100% !important;
		width: 100% !important;
	}
	div.illustration.hundred img {
		max-width: 100% !important;
		width: 100% !important;
	}
	div.illustration.hundreds img {
		max-width: 100% !important;
		width: 100% !important;
	}
}