.ccm-block-page-list-information-pages {
    padding: 1em 0;
}
.ccm-block-page-list-information-page-entry {
    margin-bottom: 0;
    padding: 1.5em;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
}
.ccm-block-page-list-information-page-entry:nth-child(even) {
    background-color: #f6f6f6;
}
.ccm-block-page-list-information-title {
    font-weight: normal;
}
.ccm-pagination-wrapper {
    text-align: center;
}
div.ccm-block-page-list-information-page-entry-horizontal div.ccm-block-page-list-information-page-entry-thumbnail {
    display: table-cell;
    vertical-align: top;
    width: 1px;
}

div.ccm-block-page-list-information-page-entry-horizontal div.ccm-block-page-list-information-page-entry-thumbnail img {
    width: 120px;
    max-width: none;
}
.ccm-block-page-list-information-no-pages {
    padding-bottom: 8em;
    text-align: center;
}
@media (min-width: 768px) {
    .ccm-block-page-list-information-date {
        text-align: right;
    }
}
