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

div.ccm-block-page-list-wrapper {
    position: relative;
    margin-top: 20px;
}

div.ccm-block-page-list-page-entry-horizontal {
    display: table;
    width: 100%;
}

div.ccm-block-page-list-page-entry-horizontal,
div.ccm-block-page-list-page-entry {
    margin-bottom: 15px;
    border:none;
    padding:0;
}


div.ccm-block-page-list-page-entry-horizontal div.ccm-block-page-list-page-entry-thumbnail {
    display: table-cell;
    vertical-align: top;
    width: 1px;
}

div.ccm-block-page-list-page-entry-horizontal div.ccm-block-page-list-page-entry-thumbnail img {
    width: 200px;
    max-width: none;
}


div.ccm-block-page-list-page-entry-horizontal div.ccm-block-page-list-page-entry-text {
    display: table-cell;
    padding-left: 20px;
    vertical-align: top;
}

div.ccm-block-page-list-page-entry-text div.ccm-block-page-list-title {
    font-weight: bold;
}

div.ccm-block-page-list-page-entry-text div.ccm-block-page-list-title h3 {
    margin:0 0 5px;
}

div.ccm-block-page-list-page-entry-text div.ccm-block-page-list-title a:hover {
    text-decoration:none;
}


div.ccm-block-page-list-page-entry-read-more {
    margin-top: 20px;
}

div.ccm-block-page-list-header h4{
    font-size: 16px;
    line-height: 17px;
    text-transform: uppercase;
    color: #1b1f2d;
    margin: 0 0 10px 0;
    padding: 0;
}

div.ccm-block-page-list-page-entry-text div.ccm-block-page-list-title {
    /* font-weight: bold; */
    text-transform: uppercase;
    font-size: 16px;
}

div.ccm-block-page-list-title a:active{
    color:#023a6b;
}