body #main {
    min-width: 1250px;
}
.pageBook {
    border: 3px double #f1ca7f;
    border-radius: 10px;
    margin: 0px;
    padding: 10px;
    background: #fafafa;
    color: #303030;
}
.series-html a {
    background-image: url('../img/books-70x70.png');
    background-repeat: no-repeat;
    background-size: 32px 32px;
    background-position: left center;
    padding: 8px 38px;
}
.authors-html a {
    background-image: url('../img/biography-128x128.png');
    background-repeat: no-repeat;
    background-size: 36px 36px;
    background-position: left center;
    padding: 8px 38px;
}
.series-html a,
.authors-html a {
    font: 14px Verdana, Arial, sans-serif;
    color: #57abf7;
}
.series-html a:hover,
.authors-html a:hover {
    font: 14px Verdana, Arial, sans-serif;
    color: #57abf7;
}
.series-authors-block {
    margin-bottom: 10px;
}
.series-authors-block {
    text-align: center;
}
.number-page-book {
    color: #a3a3a3;
    text-align: center;
    margin: 1em 0px;
}
.form-go-to-page-top,
.form-go-to-page-bottom {
    font-size: 1em;
    text-align: right;
    display: block;
    width: 100%;
}
.form-go-to-page-bottom {
    margin: 20px 0px;
    font-size: 1em;
    text-align: right;
}
.navigation-block-next-to-text {
    text-align: center;
    margin: 25px 0px;
}
.navigation-block-next-to-text a {
    font-size: 14px;
    text-align: center;
}
.navigation-block-next-to-text a.back-to-book {
    background-image: url('../img/open-book-128x128.png');
    background-repeat: no-repeat;
    background-size: 32px 32px;
    background-position: left center;
    padding: 6px 10px 10px 35px;
}
.navigation-block-next-to-text a.go-to-contents {
    background-image: url('../img/notepad-128x128.png');
    background-repeat: no-repeat;
    background-size: 32px 32px;
    background-position: left center;
    padding: 10px 10px 10px 38px;
}
.navigation-block-next-to-text a.go-to-notes {
    background-image: url('../img/note-128x128.png');
    background-repeat: no-repeat;
    background-size: 32px 32px;
    background-position: left center;
    padding: 10px 0px 10px 38px;
}
