h2 {
	margin: 0 0 5px 0;
	font-size: 16px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	color: #45221e;
	text-align: center;
}
table {
	border-collapse: collapse;
	width: 100%;
	margin: 30px 0 10px 0;
}
td {
	border-top: 1px dotted slategrey;
	border-bottom: 1px dotted slategrey;
}
.cover {
	width: 24%;
	border-right: 1px dotted slategrey;
}
.review {
	vertical-align: top;
}
.review h1 {
	font-family: "Times New Roman", Times, serif;
	color: #45221e;
	margin: 2px;
	font-size: 14px;
	font-variant: small-caps;
	text-transform: lowercase;
	padding: 0;
}
.title {
	padding: 2px;
	overflow: hidden;
	white-space: nowrap;
	max-width: 330px;
	text-overflow: ellipsis;
	float: left;
	font-weight: bold;
}
.author {
	font-weight: normal;
	float: left;
}
.review p {
	border-top: 1px dotted slategrey;
	display: block;
	clear: both;
	padding: 2px;
	line-height: 1.35;
	height: 200px;
	overflow-y: scroll;
	color: #45221e;
	font-size: 14px;
}
.stars {
	float: right;
	font-weight: normal;
}
.cover {
	filter: sepia(90%);
	height: 225.6px;
}
.cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display:block;
}
.cover:hover {
	filter: sepia(0%);
}
#left, #right {
    font-size: 20px;
}
#left a:hover, #right a:hover {
    font-style: normal;
	font-weight: bold;
}
#left {
    position: absolute;
    left: 0;
}
#right {
    position: absolute;
    right: 0;
}
.spoiler {
	color: #45221e;
	background-color: #45221e;
}
.spoiler:hover {
	background-color: white;
}
.tip {
	color: slategrey;
}
#nodata {
	margin-top: 100px;
}
#nodata p {
	font-style: italic;
	text-align: center;
	font-size: 14px;
	margin-top: 10px;
}
#nodata img {
	margin: auto;
	display: block;
	height: 200px;
}
#content {
	padding: 10px 0 0 0;
}