body {
	overflow-y: scroll;
}
#container {
	height: 730px;
	width: 650px;
	grid-template-columns: 22% auto;
	grid-template-rows: 15% 20% auto;
	border-bottom: none;
}
#header {
	background-position: 70% 2%;
}
.but {
	height: 32.5%;
	width: 100%;
}
#content {
	border-left: none;
}
#nav {
	border-right: 1px dashed brown;
}
#art {
	background-image: url(../graphics/dolphin.jpg);
	background-size: auto 100%;
	border-bottom: 1px dashed brown;
	border-right: 1px dashed brown;
	height: 474px;
}
@media screen and (max-width: 600px) {
	#container {
		grid-template-columns: 22% auto;
		grid-template-rows: 25% 30% 45%;
		width: 100%;
		height: 730px;
	}
	#header {
		background-position: 0 0;
	}
	#art {
		height: auto;
	}
}
table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 10px;
}
td {
	height: 145px;
	border-top: 1px dotted slategrey;
	border-bottom: 1px dotted slategrey;
	padding: 0;
}
.cover {
	width: 20%;
	border-right: 1px dotted slategrey;
	background-size: cover;
	background-position: center center;
	filter: sepia(90%);
	image-rendering: pixelated;
}
.cover:hover {
	filter: sepia(0%);
}
.review {
	width: 70%;
}
.review p {
	line-height: 1.35;
}
table p {
	height: 86%;
	overflow-y: scroll;
	padding: 2px;
	color: #45221e;
	font-size: 9.5pt;
}
table h1 {
	height: 14%;
	padding: 2px;
	margin: 0 0 2px 0;
	font-size: 10pt;
	font-variant: small-caps;
	border-bottom: 1px dotted slategrey;
	position: relative;
	overflow: hidden;
}
table h1, h2 {
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	color: #45221e;
}
h2 {
	margin: 0 0 5px 0;
	font-size: 12pt;
	font-weight: normal;
}
th {
	text-align: left;
}
#arrows {
	position: absolute;
	top: 5px;
	right: 5px;
	height: 18.4px;
	width: 36px;
}
#arrows p {
	color: brown;
	font-size: 14pt;
	line-height: 0.9;
}
#arrows a:hover {
	font-style: normal;
	font-weight: bold;
}
#arrows a {
	color: brown;
}
.spoiler {
	color: #45221e;
	background-color: #45221e;
}
.spoiler:hover {
	background-color: white;
}
.tip {
	color: slategrey;
}
.stars {
	position: absolute;
	height: 100%;
	right: 0;
	top: 2px;
}
.stars img {
	height: 55%;
}