﻿@media only screen and (min-device-width : 768px) and (max-device-width : 1023px) {
    body {
        font-family: calibri, sans-serif;
        font-size: 16px;
        background: #fff;
        padding: 0px 0px;
        margin: 0px 0px;
    }

    .page {
        color: #000;
        background-color: #fff;
        width: calc(100vw - 60px);
        margin-left: auto;
        margin-right: auto;
    }

    .page-informatica {
        background: #fff;
        width: calc(100vw - 60px);
        margin-left: auto;
        margin-right: auto;
    }

    .page-management {
        background: #fff;
        width: calc(100vw - 60px);
        margin-left: auto;
        margin-right: auto;
    }

    .column-content {
        display: flex;
        flex-flow: row wrap;
        width: 100%;
        margin-top: -4px;
    }

    h1 {
        color: #443f34;
        font-size: 24px;
        line-height: 32px;
        font-family: calibri, sans-serif;
        font-weight: 600;
        margin-bottom: 15px;
    }

    h2 {
        color: #443f34;
        font-size: 20px;
        line-height: 28px;
        font-family: calibri, sans-serif;
        font-weight: 600;
        margin-bottom: 10px;
    }

    h3 {
        color: #443f34;
        /* #aaa8a3; /* kiezel midden donker */
        font-size: 16px;
        line-height: 24px;
        font-family: calibri, sans-serif;
        font-weight: 100;
        margin-bottom: 5px;
    }

    hr {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
        border: none;
        border-bottom: 1px dashed #aaa8a3;
    }

    /* footer and related */
    footer {
        display: flex;
        flex-flow: column nowrap;
    }

        footer .copyright {
            text-align: center;
            font-size: 11px;
            line-height: 12px;
            font-family: calibri, sans-serif;
            font-weight: 100;
            padding: 10px;
        }

        footer .menu {
            display: flex;
            flex: 1 0 auto;
            flex-flow: row nowrap;
        }

            footer .menu .submenu {
                min-width: 100px;
                padding: 15px;
                font-size: 15px;
                line-height: 18px;
                font-family: calibri, sans-serif;
                font-weight: 100;
            }

            footer .menu h2 {
                font-size: 18px;
                line-height: 20px;
                font-family: calibri, sans-serif;
                font-weight: 100;
                text-transform: uppercase;
            }

            footer .menu a {
                color: #fff;
                text-decoration: none;
            }

                footer .menu a:hover {
                    color: #000 !important;
                }

                footer .menu a:visited {
                    color: #fff;
                }

        footer .social {
            display: flex;
            flex-flow: row-reverse nowrap;
            flex: 1 0 auto;
            padding: 15px;
        }

            footer .social a {
                margin-top: auto;
                margin-bottom: auto;
                margin-right: 20px;
            }

    /* breadcrumb */
    .breadcrumb {
        height: 48px;
        border-bottom: 1px solid #000;
        color: #aaa8a3; /* kiezel midden donker */
        text-decoration: none;
        font-size: 15px;
        line-height: 48px;
        font-family: calibri, sans-serif;
        text-transform: lowercase;
    }

        .breadcrumb ul {
            display: flex;
            flex-flow: row wrap;
            overflow: hidden;
            list-style: none;
            padding-left: 7px;
        }

    .core-details {
        display: flex;
        flex-flow: row;
    }

        .core-details .details {
            display: flex;
            flex-flow: column;
            padding-left: 15px;
            flex-grow: 1;
            width: 100%;
        }

    .header-container .searchbar input {
        border: none;
        padding: 0px 10px;
        width: calc(100vw - 200px);
    }

    .category-menu {
        font-size: 20px;
        line-height: 20px;
        padding-top: 6px;
        padding-bottom: 15px;
    }

        .category-menu .menu-item {
            padding: 0px 8px;
        }

        .category-menu .menu-item-management {
            padding: 0px 8px;
        }

    .main-header {
        display: flex;
        flex-flow: row wrap;
        width: 100%;
    }

        .main-header .slider {
            width: calc(100vw - 10px);
            max-width: calc(100vw - 10px);
            flex: 1 1 auto;
            margin-bottom: 5px;
        }

        .main-header .new-stack {
            flex: 1;
            display: flex;
            flex-flow: row wrap;
            justify-content: space-between;
        }

    .main-content {
        padding: 5px;
    }

    .stack-item-highlight {
        width: calc(50vw - 35px);
        height: 112px;
        padding-top: 0px;
        padding-left: 0px;
    }

    .stack-item {
        width: calc(50vw - 35px);
        padding-left: 0px;
    }

        .stack-item .right {
            width: 270px;
        }

    .book-details {
        background: linear-gradient(#e9e9ea, #fff 300px);
        padding: 15px;
        font-family: calibri, sans-serif;
    }

    .book-list .books .book-item {
        flex-flow: row wrap;
        flex: 1 0 auto;
        margin-bottom: 5px;
        padding-bottom: 5px;
        border-bottom: 1px solid #aaa8a3;
    }

        .book-list .books .book-item .cover {
            order: 0;
            width: 80px;
        }

            .book-list .books .book-item .cover img {
                width: 80px;
            }

        .book-list .books .book-item .details {
            order: 2;
            max-width: calc(100vw - 50px);
            margin-left: 0px;
            flex: 1 1 auto;
        }

        .book-list .books .book-item .order {
            order: 1;
            margin-left: 30px;
        }

    .book-carousel .books .book-item .details {
        margin-left: 5px;
    }

        .book-carousel .books .book-item .details .header {
            font-size: 13px;
            line-height: 13px;
        }

    .book-details {
        max-width: 100%;
    }

    .book-item .details .content {
        font-size: 13px;
        line-height: 13px;
    }

        .book-item .details .content h1 {
            font-size: 15px;
            line-height: 15px;
        }

        .book-item .details .content h2 {
            font-size: 14px;
            line-height: 14px;
            margin-bottom: 5px;
        }

    .result-list .results .result-item {
        flex-flow: row wrap;
        flex: 1 0 auto;
        margin-bottom: 5px;
        padding-bottom: 5px;
        border-bottom: 1px solid #aaa8a3;
    }

        .result-list .results .result-item .cover {
            order: 0;
            width: 80px;
        }

            .result-list .results .result-item .cover img {
                width: 80px;
            }

        .result-list .results .result-item .details {
            order: 2;
            max-width: calc(100vw - 50px);
            margin-left: 0px;
            flex: 1 1 auto;
        }

        .result-list .results .result-item .order {
            order: 1;
            margin-left: 30px;
        }

    .result-item .details .content {
        font-size: 13px;
        line-height: 13px;
    }

        .result-item .details .content h1 {
            font-size: 15px;
            line-height: 15px;
        }

        .result-item .details .content h2 {
            font-size: 14px;
            line-height: 14px;
            margin-bottom: 5px;
        }

    .calendar-carousel .calendars .calendar-item .cover {
        display: none;
    }

    .author-details .cover {
        width: calc(100vw - 50px);
        max-width: calc(100vw - 50px);
    }

        .author-details .cover img {
            width: 100%;
            max-width: calc(100vw - 50px);
            min-width: 300px;
        }
}

@media only screen and (min-device-width : 425px) and (max-device-width : 767px) {
    body {
        font-family: calibri, sans-serif;
        font-size: 14px;
        background: #fff;
        padding: 0px 0px;
        margin: 0px 0px;
    }

    .page {
        color: #000;
        background-color: #fff;
        width: calc(100vw - 20px);
        margin-left: auto;
        margin-right: auto;
    }

    .page-informatica {
        background: #fff;
        width: calc(100vw - 20px);
        margin-left: auto;
        margin-right: auto;
    }

    .page-management {
        background: #fff;
        width: calc(100vw - 20px);
        margin-left: auto;
        margin-right: auto;
    }

    .column-content {
        display: flex;
        flex-flow: row wrap;
        width: 100%;
        margin-top: -4px;
    }

    h1 {
        color: #443f34;
        font-size: 20px;
        line-height: 24px;
        font-family: calibri, sans-serif;
        font-weight: 600;
        margin-bottom: 15px;
    }

    h2 {
        color: #443f34;
        font-size: 18px;
        line-height: 20px;
        font-family: calibri, sans-serif;
        font-weight: 600;
        margin-bottom: 10px;
    }

    h3 {
        color: #443f34;
        /* #aaa8a3; /* kiezel midden donker */
        font-size: 16px;
        line-height: 24px;
        font-family: calibri, sans-serif;
        font-weight: 100;
        margin-bottom: 5px;
    }

    hr {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
        border: none;
        border-bottom: 1px dashed #aaa8a3;
    }

    /* footer and related */
    footer {
        display: flex;
        flex-flow: column wrap;
    }

        footer .copyright {
            text-align: center;
            font-size: 11px;
            line-height: 12px;
            font-family: calibri, sans-serif;
            font-weight: 100;
            padding: 10px;
        }

        footer .menu {
            display: flex;
            flex: 1 0 auto;
            flex-flow: row wrap;
        }

            footer .menu .submenu {
                min-width: 100px;
                padding: 15px;
                font-size: 15px;
                line-height: 18px;
                font-family: calibri, sans-serif;
                font-weight: 100;
            }

            footer .menu h2 {
                font-size: 18px;
                line-height: 20px;
                font-family: calibri, sans-serif;
                font-weight: 100;
                text-transform: uppercase;
            }

            footer .menu a {
                color: #fff;
                text-decoration: none;
            }

                footer .menu a:hover {
                    color: #000 !important;
                }

                footer .menu a:visited {
                    color: #fff;
                }

        footer .social {
            display: flex;
            flex-flow: row-reverse wrap;
            flex: 1 0 auto;
            padding: 15px;
        }

            footer .social a {
                margin-top: auto;
                margin-bottom: auto;
                margin-right: 20px;
            }

    /* breadcrumb */
    .breadcrumb {
        height: 48px;
        border-bottom: 1px solid #000;
        color: #aaa8a3; /* kiezel midden donker */
        text-decoration: none;
        font-size: 15px;
        line-height: 48px;
        font-family: calibri, sans-serif;
        text-transform: lowercase;
    }

        .breadcrumb ul {
            display: flex;
            flex-flow: row wrap;
            overflow: hidden;
            list-style: none;
            padding-left: 7px;
        }

    .core-details {
        display: flex;
        flex-flow: row wrap;
    }

        .core-details .details {
            display: flex;
            flex-flow: column;
            padding-left: 0px;
            flex-grow: 1;
            width: 100%;
        }

    .header-container .searchbar input {
        border: none;
        padding: 0px 10px;
        width: calc(100vw - 100px);
    }

    .category-menu {
        font-size: 14px;
        line-height: 15px;
        padding-top: 6px;
        padding-bottom: 6px;
    }

        .category-menu .menu-item {
            padding: 0px 4px;
        }

        .category-menu .menu-item-management {
            padding: 0px 4px;
        }

    .main-header {
        display: flex;
        flex-flow: row wrap;
        width: 100%;
    }

        .main-header .slider {
            width: calc(100vw - 20px);
            flex: 1 1 auto;
        }

    .main-content {
        padding: 5px;
    }

    .main-header .new-stack {
        flex: 1;
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        max-height: 105px;
        /*overflow: hidden;*/
    }

    .stack-item-highlight {
        padding-left: 0px;
        width: calc(100vw - 20px);
    }

    .stack-item {
        width: calc(100vw - 20px);
        padding-left: 0px;
    }

        .stack-item .right {
            width: calc(100vw - 100px);
            padding-left: 0px;
        }

    .book-list .books .book-item {
        flex-flow: row wrap;
        flex: 1 0 auto;
        margin-bottom: 5px;
        padding-bottom: 5px;
        border-bottom: 1px solid #aaa8a3;
    }

        .book-list .books .book-item .cover {
            order: 0;
            width: 80px;
        }

            .book-list .books .book-item .cover img {
                width: 80px;
            }

        .book-list .books .book-item .details {
            order: 2;
            max-width: calc(100vw - 20px);
            margin-left: 0px;
            flex: 1 1 auto;
        }

        .book-list .books .book-item .order {
            order: 1;
            margin-left: 30px;
        }

    .result-list .results .result-item {
        flex-flow: row wrap;
        flex: 1 0 auto;
        margin-bottom: 5px;
        padding-bottom: 5px;
        border-bottom: 1px solid #aaa8a3;
    }

        .result-list .results .result-item .cover {
            order: 0;
            width: 80px;
        }

            .result-list .results .result-item .cover img {
                width: 80px;
            }

        .result-list .results .result-item .details {
            order: 2;
            max-width: calc(100vw - 50px);
            margin-left: 0px;
            flex: 1 1 auto;
        }

        .result-list .results .result-item .order {
            order: 1;
            margin-left: 30px;
        }

    .result-item .details .content {
        font-size: 13px;
        line-height: 13px;
    }

        .result-item .details .content h1 {
            font-size: 15px;
            line-height: 15px;
        }

        .result-item .details .content h2 {
            font-size: 14px;
            line-height: 14px;
            margin-bottom: 5px;
        }

    .calendar-carousel .calendars .calendar-item .cover {
        display: none;
    }

    .author-details .cover {
        width: calc(100vw - 20px);
        max-width: calc(100vw - 20px);
    }

        .author-details .cover img {
            width: 100%;
            max-width: calc(100vw - 20px);
            min-width: 300px;
        }

    .author-details .extended-details {
        padding-left: 0px;
        padding-bottom: 0px;
    }

    .series-list .series .series-item {
        flex-flow: column;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

        .series-list .series .series-item .details {
            margin-left: 2px;
        }

            .series-list .series .series-item .details .content {
                max-width: calc(100vw - 20px);
            }
}

@media only screen and (min-device-width : 375px) and (max-device-width : 424px) {
    body {
        font-family: calibri, sans-serif;
        font-size: 14px;
        background: #fff;
        padding: 0px 0px;
        margin: 0px 0px;
    }

    .page {
        color: #000;
        background-color: #fff;
        width: calc(100vw - 20px);
        margin-left: auto;
        margin-right: auto;
    }

    .page-informatica {
        background: #fff;
        width: calc(100vw - 20px);
        margin-left: auto;
        margin-right: auto;
    }

    .page-management {
        background: #fff;
        width: calc(100vw - 20px);
        margin-left: auto;
        margin-right: auto;
    }

    .column-content {
        display: flex;
        flex-flow: row wrap;
        width: 100%;
        margin-top: -4px;
    }

    h1 {
        color: #443f34;
        font-size: 20px;
        line-height: 24px;
        font-family: calibri, sans-serif;
        font-weight: 600;
        margin-bottom: 15px;
    }

    h2 {
        color: #443f34;
        font-size: 18px;
        line-height: 20px;
        font-family: calibri, sans-serif;
        font-weight: 600;
        margin-bottom: 10px;
    }

    h3 {
        color: #443f34;
        /* #aaa8a3; /* kiezel midden donker */
        font-size: 16px;
        line-height: 24px;
        font-family: calibri, sans-serif;
        font-weight: 100;
        margin-bottom: 5px;
    }

    hr {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
        border: none;
        border-bottom: 1px dashed #aaa8a3;
    }

    /* footer and related */
    footer {
        display: flex;
        flex-flow: column wrap;
    }

        footer .copyright {
            text-align: center;
            font-size: 11px;
            line-height: 12px;
            font-family: calibri, sans-serif;
            font-weight: 100;
            padding: 10px;
        }

        footer .menu {
            display: flex;
            flex: 1 0 auto;
            flex-flow: row wrap;
        }

            footer .menu .submenu {
                min-width: 100px;
                padding: 15px;
                font-size: 15px;
                line-height: 18px;
                font-family: calibri, sans-serif;
                font-weight: 100;
            }

            footer .menu h2 {
                font-size: 18px;
                line-height: 20px;
                font-family: calibri, sans-serif;
                font-weight: 100;
                text-transform: uppercase;
            }

            footer .menu a {
                color: #fff;
                text-decoration: none;
            }

                footer .menu a:hover {
                    color: #000 !important;
                }

                footer .menu a:visited {
                    color: #fff;
                }

        footer .social {
            display: flex;
            flex-flow: row-reverse wrap;
            flex: 1 0 auto;
            padding: 15px;
        }

            footer .social a {
                margin-top: auto;
                margin-bottom: auto;
                margin-right: 20px;
            }

    /* breadcrumb */
    .breadcrumb {
        height: 48px;
        border-bottom: 1px solid #000;
        color: #aaa8a3; /* kiezel midden donker */
        text-decoration: none;
        font-size: 15px;
        line-height: 48px;
        font-family: calibri, sans-serif;
        text-transform: lowercase;
    }

        .breadcrumb ul {
            display: flex;
            flex-flow: row wrap;
            overflow: hidden;
            list-style: none;
            padding-left: 7px;
        }

    .core-details {
        display: flex;
        flex-flow: row wrap;
    }

        .core-details .details {
            display: flex;
            flex-flow: column;
            padding-left: 0px;
            flex-grow: 1;
            width: 100%;
        }

    .header-container .searchbar input {
        border: none;
        padding: 0px 10px;
        width: calc(100vw - 100px);
    }

    .category-menu {
        font-size: 14px;
        line-height: 15px;
        padding-top: 6px;
        padding-bottom: 6px;
    }

        .category-menu .menu-item {
            padding: 0px 4px;
        }

        .category-menu .menu-item-management {
            padding: 0px 4px;
        }

    .main-header {
        display: flex;
        flex-flow: row wrap;
        width: 100%;
    }

        .main-header .slider {
            width: calc(100vw - 10px);
            flex: 1 1 auto;
        }

    .main-content {
        padding: 5px;
    }

    .main-header .new-stack {
        flex: 1;
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        max-height: 105px;
        /*overflow: hidden;*/
    }

    .stack-item-highlight {
        padding-left: 0px;
        width: calc(100vw - 20px);
    }

    .stack-item {
        width: calc(100vw - 20px);
        padding-left: 0px;
    }

        .stack-item .right {
            width: calc(100vw - 100px);
            padding-left: 0px;
        }

    .book-list .books .book-item {
        flex-flow: row wrap;
        flex: 1 0 auto;
        margin-bottom: 5px;
        padding-bottom: 5px;
        border-bottom: 1px solid #aaa8a3;
    }

        .book-list .books .book-item .cover {
            order: 0;
            width: 80px;
        }

            .book-list .books .book-item .cover img {
                width: 80px;
            }

        .book-list .books .book-item .details {
            order: 2;
            max-width: calc(100vw - 10px);
            margin-left: 0px;
            flex: 1 1 auto;
        }

        .book-list .books .book-item .order {
            order: 1;
            margin-left: 30px;
        }

    .result-list .results .result-item {
        flex-flow: row wrap;
        flex: 1 0 auto;
        margin-bottom: 5px;
        padding-bottom: 5px;
        border-bottom: 1px solid #aaa8a3;
    }

        .result-list .results .result-item .cover {
            order: 0;
            width: 80px;
        }

            .result-list .results .result-item .cover img {
                width: 80px;
            }

        .result-list .results .result-item .details {
            order: 2;
            max-width: calc(100vw - 50px);
            margin-left: 0px;
            flex: 1 1 auto;
        }

        .result-list .results .result-item .order {
            order: 1;
            margin-left: 30px;
        }

    .result-item .details .content {
        font-size: 13px;
        line-height: 13px;
    }

        .result-item .details .content h1 {
            font-size: 15px;
            line-height: 15px;
        }

        .result-item .details .content h2 {
            font-size: 14px;
            line-height: 14px;
            margin-bottom: 5px;
        }

    .calendar-carousel .calendars .calendar-item .cover {
        display: none;
    }

    .author-details .extended-details {
        padding-left: 0px;
        padding-bottom: 0px;
    }

    .series-list .series .series-item {
        flex-flow: column;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

        .series-list .series .series-item .details {
            margin-left: 2px;
        }

            .series-list .series .series-item .details .content {
                max-width: calc(100vw - 10px);
            }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 374px) {
    body {
        font-family: calibri, sans-serif;
        font-size: 14px;
        background: #fff;
        padding: 0px 0px;
        margin: 0px 0px;
    }

    .page {
        color: #000;
        background-color: #fff;
        width: calc(100vw - 20px);
        margin-left: auto;
        margin-right: auto;
    }

    .page-informatica {
        background: #fff;
        width: calc(100vw - 20px);
        margin-left: auto;
        margin-right: auto;
    }

    .page-management {
        background: #fff;
        width: calc(100vw - 20px);
        margin-left: auto;
        margin-right: auto;
    }

    .column-content {
        display: flex;
        flex-flow: row wrap;
        width: 100%;
        margin-top: -4px;
    }

    h1 {
        color: #443f34;
        font-size: 20px;
        line-height: 24px;
        font-family: calibri, sans-serif;
        font-weight: 600;
        margin-bottom: 15px;
    }

    h2 {
        color: #443f34;
        font-size: 18px;
        line-height: 20px;
        font-family: calibri, sans-serif;
        font-weight: 600;
        margin-bottom: 10px;
    }

    h3 {
        color: #443f34;
        /* #aaa8a3; /* kiezel midden donker */
        font-size: 16px;
        line-height: 24px;
        font-family: calibri, sans-serif;
        font-weight: 100;
        margin-bottom: 5px;
    }

    hr {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
        border: none;
        border-bottom: 1px dashed #aaa8a3;
    }

    /* footer and related */
    footer {
        display: flex;
        flex-flow: column wrap;
    }

        footer .copyright {
            text-align: center;
            font-size: 11px;
            line-height: 12px;
            font-family: calibri, sans-serif;
            font-weight: 100;
            padding: 10px;
        }

        footer .menu {
            display: flex;
            flex: 1 0 auto;
            flex-flow: row wrap;
        }

            footer .menu .submenu {
                min-width: 100px;
                padding: 15px;
                font-size: 15px;
                line-height: 18px;
                font-family: calibri, sans-serif;
                font-weight: 100;
            }

            footer .menu h2 {
                font-size: 18px;
                line-height: 20px;
                font-family: calibri, sans-serif;
                font-weight: 100;
                text-transform: uppercase;
            }

            footer .menu a {
                color: #fff;
                text-decoration: none;
            }

                footer .menu a:hover {
                    color: #000 !important;
                }

                footer .menu a:visited {
                    color: #fff;
                }

        footer .social {
            display: flex;
            flex-flow: row-reverse wrap;
            flex: 1 0 auto;
            padding: 15px;
        }

            footer .social a {
                margin-top: auto;
                margin-bottom: auto;
                margin-right: 20px;
            }

    /* breadcrumb */
    .breadcrumb {
        height: 48px;
        border-bottom: 1px solid #000;
        color: #aaa8a3; /* kiezel midden donker */
        text-decoration: none;
        font-size: 15px;
        line-height: 48px;
        font-family: calibri, sans-serif;
        text-transform: lowercase;
    }

        .breadcrumb ul {
            display: flex;
            flex-flow: row wrap;
            overflow: hidden;
            list-style: none;
            padding-left: 7px;
        }

    .core-details {
        display: flex;
        flex-flow: row wrap;
    }

        .core-details .details {
            display: flex;
            flex-flow: column;
            padding-left: 0px;
            flex-grow: 1;
            width: 100%;
        }

    .header-container .searchbar input {
        border: none;
        padding: 0px 10px;
        width: calc(100vw - 100px);
    }

    .category-menu {
        font-size: 14px;
        line-height: 15px;
        padding-top: 6px;
        padding-bottom: 6px;
    }

        .category-menu .menu-item {
            padding: 0px 4px;
        }

        .category-menu .menu-item-management {
            padding: 0px 4px;
        }

    .main-header {
        display: flex;
        flex-flow: row wrap;
        width: 100%;
    }

        .main-header .slider {
            width: calc(100vw - 10px);
            flex: 1 1 auto;
        }

    .main-content {
        padding: 5px;
    }

    .main-header .new-stack {
        flex: 1;
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        max-height: 105px;
        /*overflow: hidden;*/
    }

    .stack-item-highlight {
        padding-left: 0px;
        width: 300px;
    }

    .stack-item {
        width: calc(100vw - 10px);
        padding-left: 0px;
    }

        .stack-item .right {
            width: calc(100vw - 100px);
            padding-left: 0px;
        }

    .book-list .books .book-item {
        flex-flow: row wrap;
        flex: 1 0 auto;
        margin-bottom: 5px;
        padding-bottom: 5px;
        border-bottom: 1px solid #aaa8a3;
    }

        .book-list .books .book-item .cover {
            order: 0;
            width: 80px;
        }

            .book-list .books .book-item .cover img {
                width: 80px;
            }

        .book-list .books .book-item .details {
            order: 2;
            max-width: calc(100vw - 10px);
            margin-left: 0px;
            flex: 1 1 auto;
        }

        .book-list .books .book-item .order {
            order: 1;
            margin-left: 30px;
        }

    .result-list .results .result-item {
        flex-flow: row wrap;
        flex: 1 0 auto;
        margin-bottom: 5px;
        padding-bottom: 5px;
        border-bottom: 1px solid #aaa8a3;
    }

        .result-list .results .result-item .cover {
            order: 0;
            width: 80px;
        }

            .result-list .results .result-item .cover img {
                width: 80px;
            }

        .result-list .results .result-item .details {
            order: 2;
            max-width: calc(100vw - 50px);
            margin-left: 0px;
            flex: 1 1 auto;
        }

        .result-list .results .result-item .order {
            order: 1;
            margin-left: 30px;
        }

    .result-item .details .content {
        font-size: 13px;
        line-height: 13px;
    }

        .result-item .details .content h1 {
            font-size: 15px;
            line-height: 15px;
        }

        .result-item .details .content h2 {
            font-size: 14px;
            line-height: 14px;
            margin-bottom: 5px;
        }

    .calendar-carousel .calendars .calendar-item .cover {
        display: none;
    }

    .author-details .extended-details {
        padding-left: 0px;
        padding-bottom: 0px;
    }

    .series-list .series .series-item {
        flex-flow: column;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

        .series-list .series .series-item .details {
            margin-left: 2px;
        }

            .series-list .series .series-item .details .content {
                max-width: calc(100vw - 10px);
            }
}
