#acc-book-clubs a {
   display: inline-block;
   background: #006C44;
   color: #fff;
   font-weight: 600;
   padding: 9px 15px 8px 15px;
   margin-top: 32px;
   border-radius: 4px;
   text-transform: none;
   font-size: 16px;
}

#acc-book-clubs a:hover {
    background: #00492b;
    text-decoration: none;
}

#acc-book-clubs h3 {
    margin: 25px 0;
}

#acc-book-clubs span {
    color: #686f81;
    font-weight: 400;
    font-size: 14px;
}

.acc-book-clubs-box {
    border-right:2px solid #ddd;
    float:left;
    width:50%;
    padding:0 2%;
    text-align:center;
    margin-top:20px;
    margin-bottom:40px;
}

.acc-book-clubs-box.last {
    border-right:0px;
}

@media screen and (max-width: 768px) {
    .acc-book-clubs-box {
        border-right:0px;
        border-bottom:2px solid #ddd;
        width:100%;
        padding-bottom:40px;
    }

    .acc-book-clubs-box.last {
        border-bottom:0px;
    }
}


/******************************************************************************/

.talkingbooks-logo {
    float: left;
    width: 75px;
    margin-left:15px;
}

.talkingbooks-cover {
    float: left;
    margin: 10px 0 10px 0;
    width: 25%;
    text-align: center;
}

.talkingbooks-cover img {
    width: 100%;
    max-width: 150px;
}

.talkingbooks-main {
    float: left;
    margin: 10px 2% 10px 2%;
    width: 71%;
}

.talkingbooks-main .title h1 {
    color: #3788f6;
}

.talkingbooks-main .media {
    color: #00673c;
    margin-top: 0;
    font-size: 14px;
}

.talkingbooks-main .author {
    color: #686f81;
    font-weight: 400;
    font-size: 16px;
    margin-top: 4px;
}

.talkingbooks-main .synopsis {
    margin-top: 20px;
    color: #686f81;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.42857143;
}

.talkingbooks-main .meta {
    margin-top: 20px;
    color: #686f81;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    padding: 20px 35px;
    border-top: 2px solid #DFE1E7;
    border-bottom: 2px solid #DFE1E7;
}

.talkingbooks-main .meta span {
    display: inline-block;
    width: 30%;
}

.talkingbooks-guide {
    float: left;
    margin: 10px 0 10px 0;
    width: 36%;
}

.talkingbooks-guide .inner {
    border: 2px solid #3788f6;
    border-radius: 4px;
    padding: 20px;
}

.talkingbooks-guide a {
    display: inline-block;
    background: #006C44;
    color: #fff;
    font-weight: 400;
    padding: 4px 12px 3px 12px;
    margin-top: 5px;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 15px;
}

.talkingbooks-guide ol {
    list-style: none;
    counter-reset: my-awesome-counter;
}

.talkingbooks-guide ol li {
    counter-increment: my-awesome-counter;
    padding: 5px 0;
}

.talkingbooks-guide ol li::before {
    content: counter(my-awesome-counter) " ";
    color: #fff;
    font-weight: 400;
    background: #3788f6;
    border-radius: 50%;
    padding: 2px 4px 2px 5px;
    margin-right: 7px;
}

@media screen and (max-width: 768px) {
    .talkingbooks-cover { margin: 10px 2% 10px 2%; width: 96%; }
    .talkingbooks-main { margin: 10px 2% 10px 2%; width: 96%; }
}

/* Download buttons */

#acc-book-clubs .advice-wrapper {
    clear: both;
}

.advice-wrapper p {
   font-weight: 400;
   color: #686f81;
   font-size: 14px;
   line-height: 1.42857143;
}

#acc-book-clubs a.audio-download-links {
    margin-top: 0;
    font-weight: 400;
    text-transform: uppercase;
    padding: 3px 15px 6px 15px;
    line-height: 1.42857143;
    font-size: 15px;
    display: block;
}

#acc-book-clubs .download-links-wrapper h3 {
    padding-left: 15px;
    margin: 30px 0 10px 0;
}

/* Divider */

.divider {
    clear: both;
    background: #DFE1E7;
    width: 100%;
    height: 2px;
    display: block;
    margin-bottom: 20px;
}
