img.album_cover {
float: left;
width: 300px;
height: 300px;
margin-right: 2em;
vertical-align: top;
padding: 0;
}

span.separator {
display: inline-block;
}

.currently_reading img {
width: 75px;
}

	.currently_reading {
    	margin-bottom: 20px;
		overflow: hidden; /* Clear the float */
	}
	
	.currently_reading img {
		float: left;
		max-width: 100px; /* Adjust the maximum width as needed */
		height: auto;
	}
	
	
	.book_details {
		display: block;
		margin-left: 100px;
	}
	
	.title {
		display: block;
	}
	
	.author {
	}