/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 
 #mbm-related-books img {
	 height: 125px;
	 width: auto;
 }
 
 .mbm-related-books-book {
	 float: left;
	 margin: 0 20px;
 }
 
 .mbm-related-books-heading {
	 font-weight: bold;
	 margin-bottom: 20px;
 }
 
 .mbm-related-books {
	 clear: both;
 }