/* recipe books */
.book_title {
    font-size: 16px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 10px;
}
.book_details {
    margin: 0 auto;
    text-align: center;
    padding-bottom: 5px;
}
.book_thumbnail {
    float: left;
    margin: 10px 20px 10px 10px; 
    box-shadow: 0px 0px 10px 0px #9c599c;
}
.book_thumbnail a {
    border-bottom: none;
    text-decoration: none;
}
