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

div.ccm-block-page-list-wrapper.sidebar {
    clear: both;
    font-family: "Oswald",sans-serif;
    margin-bottom: 20px;
    position: relative;
    padding-left: 16px;
}

div.ccm-block-page-list-page-entry-horizontal { }


div.ccm-block-page-list-page-entry {
   padding: 16px 0 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: 120px;
    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;
}

.sidebar div.ccm-block-page-list-page-entry-text div.ccm-block-page-list-title {

    font-weight: 400;
    position: relative;
}
.sidebar div.ccm-block-page-list-page-entry-text div.ccm-block-page-list-title a {
    color: #023f5e;
    transition: .2s;
}
.sidebar div.ccm-block-page-list-page-entry-text div.ccm-block-page-list-title.opened a {
    color: #2d79c7;
}
.sidebar div.ccm-block-page-list-page-entry-text div.ccm-block-page-list-title a:hover {
    color: #049fda;
}

.sidebar div.ccm-block-page-list-page-entry-text div.ccm-block-page-list-title span {
    background-color: #d4effc;
    border: 1px solid #333;
    border-radius: 100%;
    color: #2d74a6;
    cursor: pointer;
    font-size: 1.5em;
    height: 20px;
    left: -30px;
    line-height: .7em;
    position: absolute;
    text-align: center;
    transition: .2s;
    top: 3px;
    width: 20px;
}

.sidebar div.ccm-block-page-list-page-entry-text div.ccm-block-page-list-title.opened span {
    background-color: #023f5e;
    color: #fff;
    line-height: .5em;
}

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