/* Amazon-Stuff --------------------------------------------------------------------------------------*/
.book_suggestions {
	text-align:center;
}

.book_suggestion {
	/*clear:both;*/
	text-align:left;
	margin:15px 10px;
	cursor:pointer;
	float:none;
	padding-top: 2px;
	padding-bottom: 2px;
}

.book_suggestion.prof {
	background-color:#FFB500;
}

.book_suggestion.student {
	background-color:#DCFF93;
}

.book_suggestion h2{
	margin:0px;
	padding:0;
	font-size:12px;
}

.book_suggestion p{
	margin:0;
	font-size:11px;
}

.book_suggestion strong{
	font-size:12px;
}

