.book_list {
	margin-top: 20px;
}

.book_list .search {
	margin-right: 10px;
}

.book_list .sort:hover {
	color: #721213;
}

.book_list .list {
	margin-top: 20px;
}

.book_list .list .book {
	display: block;
	margin-bottom: 5px;
	padding: 20px;
	background-color: #FFF;
}

.book_list .list .book .creator {
	display: block;
}

.book_list .list .book .title {
	font-weight: bold;
	color: #721213;
	margin-bottom: 2px;
	border-bottom: 1px dotted #BAC9CC;
}
.book_list .list .book .series_container {
	font-weight: normal;
	color: #262626;
}
