<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html><body><p>body {
    padding-top: 70px;
    padding-bottom: 20px;
    font-family: Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 1rem;
    background-color: #fbefef;
    color: #02100d;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.afn-nav {
    background-color: #051414 !important;
}

.afn-nav .navbar-brand {
    color: #c3f073 !important;
}

.afn-nav .nav-link {
    color: bisque !important;
}

.afn-nav .navbar-toggler {
    background-color: #ffffff !important;
}

.body-content {
    min-height: 60vh;
    padding-left: 15px;
    padding-right: 15px;
}

.card {
    padding: 0;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.section-header {
    font-size: large;
    font-weight: bold;
    border-bottom: 2px solid #3E18BA;
}

.sn-link-color {
    color: #0d2cb9;
    text-decoration: none;
}

.sn-h1 {
    font-size: 20px;
    font-weight: 500;
}

.sn-list-header-h1 {
    font-size: 28px;
    font-weight: 500;
}

.sn-h1 a {
    color: #3E18BA !important;
}

.sn-h1-color {
    color: #3E18BA !important;
}

.sn-h2 {
    font-size: 16px;
    font-weight: 400;
    margin-top: 4px;
    margin-bottom: 4px !important;
}

.sn-h2 a {
    color: #2E1E62 !important;
    text-decoration: none;
}

.home-sub-header {
    font-size: 18px;
    font-weight: 500;
    padding: 1px;
    color: #4e0606 !important;
    text-align: center !important;
    border-top: 2px solid #666666;
    border-bottom: 1px solid #666666;
}

.home-sub-header a {
    color: #3E18BA !important;
}

.home-a {
    color: blueviolet;
}

.home-section {
    margin-top: 8px;
    margin-bottom: 20px;
}

.section-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #060d97;
}

.home-badger-link,
.home-tag {
    color: #fbefef;
    text-decoration: none;
    margin: 0 4px 6px 0;
    display: inline-block;
}

.home-genre-list h5 {
    display: inline-block;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
}

.custom-card {
    height: 175px;
    background-color: white;
    border-radius: 0;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.125);
    overflow: hidden;
}

.custom-card .row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
    margin-left: 0;
    margin-right: 0;
    height: 175px;
}

.custom-card-img-book-list {
    padding: 0;
    width: 100%;
    height: 175px;
    display: block;
    object-fit: cover;
    object-position: top center;
}

.custom-card-content {
    word-wrap: normal;
}

.book-details-image {
    max-width: 220px;
    height: auto;
}

.afn-footer {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    background-image: linear-gradient(#20e7b9, #cbf0f0);
    border-top: 5px solid #cbf0f0;
    color: #02100d;
    font-family: Georgia, 'Trebuchet MS', Arial, sans-serif;
}

.afn-footer-bleed {
    width: 100%;
    max-width: none;
}

.afn-footer a {
    color: #02100d;
}

.share-link {
    display: inline-block;
    margin: 0 6px 6px 0;
}

.share-link img.social-icon {
    height: 35px;
    width: 35px;
}

.storyBoard {
    background: #fff;
    padding: 1.5rem;
    border: 1px solid #e0e0e0;
}

.storyText {
    font-size: large;
    line-height: 1.8;
}

.storyText.tts-current {
    background: #e3ed5d;
    transition: background .2s;
    padding: 10px;
}

.tts-controls {
    display: none;
    gap: 0.5rem;
    margin: 10px 0;
    justify-content: center;
}

.page-navigation-buttons {
    display: flex;
    justify-content: space-between;
}

.review-body {
    font-size: 1.15rem;
    line-height: 1.8;
}

.highlight-text {
    color: blue;
}

.badge {
    text-decoration: none;
    font-size: 14px;
    margin-bottom: 5px;
}
</p></body></html>
