﻿.product-person-filter ul li {
    display: inline-block;
    margin-bottom: 10px;
}

    .product-person-filter ul li a {
        padding: 20px 10px 10px 10px;
    }

.product-person-filter {
    margin-top: 10px;
}

#product-person-author-list > hr {
    clear: both;
}

.product-person-author {
    clear: right;
    text-align: justify;
}

    .product-person-author > div {
        overflow: hidden;
    }

.author-photo {
    margin: 0px;
    float: left;
    height: 160px;
}

    .author-photo img {
        display: block;
        float: left;
        /*max-width: 120px;*/
        width: 100%;
        height: auto;
        max-height: 160px;
    }

.author-name {
    color: #003d7c;
    font-size: 1.4em;
    font-weight: 700;
}

.author-short-description {
    padding: 30px 0;
}

.author-about-button a {
    text-decoration: underline;
    color: #DD6808;
    font-size: 1.5em;
    font-weight: 700;
}

.author-bestsellers-title {
    font-size: 1.2em;
    color: #003D7C;
    font-weight: bold;
    padding: 30px 0;
}

.act a {
    color: red;
}


.author-blog-news-items {
    height: 250px;
    overflow-y: auto;
    border: 1px solid #D2D2D2;
    padding: 10px 10px 0 10px;
    border-radius: 5px;
}

.author-blog-news-title {
    font-weight: bold;
    font-size: 1.3em;
    font-family: Arial;
    letter-spacing: 1px;
    padding: 12px 7px 12px 12px;
    color: #003D7C;
}

.author-blog-news-item {
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    padding-bottom: 10px;
    min-height: 50px;
}

.author-blog-news-item-photo {
    float: left;
}

.author-blog-news-item-detail {
    padding-left: 60px;
}

.author-blog-news-item-title {
    color: #003D7C;
    font-weight: bold;
    font-size: 1.2em;
    left: -10px;
    position: relative;
}

.author-blog-news-item-date {
    padding-left: 5px;
}

.author-blog-news-short-text {
    margin-top: 5px;
}

.author-blog-news-short-text-link {
    color: black;
    text-decoration: underline;
}

.author-title {
    margin: 13px 0px 15px 0px;
}


#product-person-author-links {
    max-height: 200px;
    overflow-x: auto;
    margin-top: 40px;
}

    #product-person-author-links ul {
        list-style: disc;
        margin: 10px 0 0 20px;
    }

        #product-person-author-links ul li {
            padding-bottom: 10px;
        }

.person-lin-4 {
    width: 25%;
    float: left;
}

    .person-lin-4 a {
        cursor: pointer;
    }

.a-full-description-none {
    display: none;
}




.product-person-author > .author-bestsellers {
    clear: both;
    text-align: left;
}

    .product-person-author > .author-bestsellers .item-box {
        float: left;
        text-align: center;
        width: 250px;
        margin: 0px;
        padding: 0px;
    }

        .product-person-author > .author-bestsellers .item-box .item {
            margin-left: 10px;
            margin-right: 10px;
        }

    .product-person-author > .author-bestsellers a > img {
        width: 100%;
        height: auto;
        max-height: 250px;
        object-fit: scale-down;
    }
