#books{display:flex;flex-wrap:wrap;flex-flow:row wrap;justify-content:space-between;margin-bottom:2rem}
#books p{margin:0;text-indent:0;text-align:left}
#books div.book{border-bottom:dotted 1px #fff;display:flex;flex-wrap:wrap;flex-flow:row wrap;justify-content:space-between;padding-bottom:2rem}
#books div.book_infos{width:180px;display:flex;flex-wrap:wrap;flex-flow:column wrap;justify-content:space-between}
#books div.book_info{width:100%;flex:1 0 auto;margin-bottom:1rem}
#books div.book > div img{border:solid 1px #000;border-radius:3px;object-fit:cover;float:left;margin-right:1.2rem}
#books div.book > h4,#books div.book > h5{width:100%;margin-bottom:.5rem}
#books div.book > h5{margin-top:-.5rem;text-align:right}
#books div.book_info i{font-variant:normal;font-weight:bolder}
#books div.book_info i:after{content:":";display:inline-block;width:.5rem}
#books div.book_info div{font-size:.8rem}
#books div.book_text{width:300px;text-indent:2rem;text-align:justify}
#books div.book_text p{font-size:.9rem;padding-bottom:1em}
#books div.book_text div.book_my{background:rgba(136,141,145,0.5);font-size:.8rem;padding:1rem;border:solid 1px #000;border-radius:5px;text-indent:0}
#books div.book_text div.book_my i:first-of-type{display:block;width:70px;height:70px;margin:-.5rem auto .3rem;border:solid 2px #fff;border-radius:50%;box-sizing:content-box;background:url(/img/logo.jpg) no-repeat;text-indent:-999px;background-size:cover}
#books div.book_links{display:flex;flex-wrap:wrap;flex-flow:column wrap;justify-content:flex-start}
#books div.book_links a{display:block;width:150px;height:50px;border:solid 1px #000;border-radius:3px;box-sizing:border-box;background-size:cover;background-position:center;text-indent:-9999px;margin-bottom:5px;background-image:url(/img/books.jpg)}
#books div.book_links a:hover{border-color:#fff;opacity:1}
#books div.book_links a[href^="https://www.ozon.ru"]{background-position:0 50px}
#books div.book_links a[href^="https://www.labirint.ru"]{background-position:0 100px}
#books div.book_links a[href^="https://www.bookvoed.ru"]{background-position:0 0}
.book_no{opacity:.5}
#books div.book_links h6{font-size:.9rem;margin-bottom:.1rem}
