.paging {
	text-align: center;
	font-weight: bold;
}
/*
#emblem-result div {
	height: 30vh;
}
*/
#emblem-result img {
	max-width: 100%;
	height: 25vh;
	margin: auto;
	display: block;
}

#emblem-result p {
	text-align: center;
}

#book-result .row {
	border-top: 1px solid #E6E2D8;
	padding-top: 20px;
}

#book-result img {
	height: 40px;
	width: 40px;
	margin: auto;
	display: block;
}

#book-result .title {
	color: #137185;
}

#book-result p {
	margin-top: 5px;
	margin-bottom: 0;
}

#book-result ul {
    list-style-type: disc;
    padding-left: 30px;
}