.book-summary ol {
counter-reset: item ;
}
.book-summary ol li {
margin-left:10px;
margin-top:5px;
display:block;
}
.book-summary ol li:before {
content: counters(item, ".") " "; counter-increment: item;
}.book-summary ol {
counter-reset: