a.ccm-block-page-list-rss-feed {
    position: absolute;
    top: 0;
    right: 0;
}

div.cr-page-list-wrapper {
    position: relative;
}

div.cr-page-list__item--horizontal {
    display: table;
    width: 100%;
}

div.cr-page-list__item--horizontal,
div.cr-page-list__item {
    margin-bottom: 10px;
}


div.cr-page-list__item--horizontal div.cr-page-list__item-thumb {
    display: table-cell;
    vertical-align: top;
    width: 1px;
}

div.cr-page-list__item--horizontal div.cr-page-list__item-thumb img {
    width: 120px;
    max-width: none;
}


div.cr-page-list__item--horizontal div.cr-page-list__text {
    display: table-cell;
    padding-left: 20px;
    vertical-align: top;
}

div.cr-page-list__text div.cr-page-list__title {
    font-weight: bold;
}

div.cr-page-list__read-more {
    margin-top: 20px;
}
