.book_title {
	width: 22%;
	font-size: 110%;
	font-weight: bold;
}

.book_title_author {
	width: 22%;
	font-size: 100%;
	font-weight: bold;
}
.author_heading {
	font-size: 110%;
	font-weight: bold;
}

table {
	border-collapse: collapse;
}

td {
	border: none;
}

div.table_instructions {
	float: right;
	width: 15%;
}

.book_info {
	width: 95%;
}

.cover_pic {
	width: 120px;
	vertical-align: top;
}

.synopsis_column {
	text-align: justify;
	vertical-align: top;
}

.synopsis_column_author {
	text-align: justify;
	vertical-align: top;
}

.scroll {
	width:300px;
	height:120px;
	overflow: auto;
	font-size: 80%;
}

.font_80 {
	font-size: 80%;
	vertical-align: top;
}

.font_90 {
	font-size: 90%;
}

.prev_next {
	margin-top: 20px;
	margin-left: 10px;
	margin-bottom: 10px;

}

/*used just for the comments heading*/
.comment_sub_head {
	margin-top: 20px;
	margin-bottom: 1px;
	font-weight: bold;
}

.comment_div {
	margin-top: 0;
	background: #D9E7FA;
	width: 80%;
	border-radius: 10px;
	padding-left: 10px; 
	padding-right: 10px; 
	padding-top: 0px; 
	padding-bottom: 0px; 
}

.comment_head {
	font-weight: bold;
	margin-bottom: 0;
}

.comment {
	margin-top: 0;
	padding-bottom: 3px;
}
