#custom-content h1 {
	color: #000;
	font-size: 170%;
	font-weight: bold;
	text-align: center;
}
#custom-content p.vol,
#custom-content h3 {
	text-align: center;
}
#custom-content h3 {
	margin: 0.7em 0;
}
#custom-content dl {
	margin: 1em 0;
	padding: 2em;
	background-color: #fafafa;
	border: 1px solid #ccc;
	border-radius: 1em;
}
#custom-content dt {
	font-weight: bold;
}
#custom-content dt.user_name {
	margin-bottom: 1em;
}
#custom-content dt.review_title {
	color: #e53f74;
	font-size: 90%;
}
#custom-content p {
	font-size: 90%;
	text-align: left;
}
#custom-content p.font70 {
	font-size: 70%;
}
a.book_title {
	display: inline-block;
	padding-top: 0.5em;
}
a {
	color: #e53f74;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #eb6c94;
}