#content h2 {
    font: 900 26px 'Time New Roman', serif;
    text-align: center;
    color: #8c5f38;
}
#content h3 {
    font: 900 20px 'Time New Roman', serif;
    text-align: center;
    color: #8c5f38;
}
#content .borderInfo {
    border: 3px double #f1ca7f;
    border-radius: 10px;
    background-color: #fefeea;
    margin: 10px auto;
    padding: 10px;
    width: 90%;
    font-size: 18px;
    line-height: 1.7em;
}
#content .borderInfo span {
    font-weight: bold;
}
#content .borderInfo li span {
    font-weight: normal;
}
.pageBook {
    border: 3px double #f1ca7f;
    border-radius: 10px;
    margin: 0px;
    padding: 10px;
    background: #fbfbfb;
    overflow: hidden;
}
#subGenres {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
#subGenres li {
    background-image: url('../img/books-70x70.png');
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: left center;
    padding-left: 32px;
    margin: 2px 0px;
}
#subGenres a {
    display: block;
    width: 400px;
}
div.nameGroupGenres {
    background-image: url('../img/open-book-128x128.png');
    background-repeat: no-repeat;
    background-size: 32px 32px;
    background-position: left center;
    padding-left: 36px;
}
div.nameGroupGenres strong {
    border-bottom: 3px double #900020;
}
.genre-book-icon {
    padding-right: 5px;
    font-size: 28px;
    vertical-align: middle;
}
.error404 {
    text-align: center;
}
