a.ccm-block-page-list-rss-feed {
    position: absolute;
    top: 0;
    right: 0;
}

div.ccm-block-page-list-wrapper {
    position: relative;
}

div.ccm-block-page-list-header h4 {
	color: #fff !important;
	background-color: #9b1759 !important;
	padding: 5px 10px;
	border-radius: 4px;
}

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 {
	display: block;
	padding: 5px;
	border-bottom: 1px solid #9b1759;
    margin-bottom: 10px;
}

div.ccm-block-page-list-pages a {
	text-decoration: none;
}

.ccm-block-page-list-page-entry:hover,
.ccm-block-page-list-page-entry:focus,
.ccm-block-page-list-page-entry-horizontal:hover,
.ccm-block-page-list-page-entry-horizontal:focus {
	background-color: rgba(155, 23, 89, 0.1) !important;
}

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;
}

div.ccm-block-page-list-page-entry-text div.ccm-block-page-list-title {
    margin-top: 0px !important;
	font-weight: bold;
}

div.ccm-block-page-list-page-entry-read-more {
    margin-top: 20px;
}

div.ccm-block-page-list-date {
	color: #000 !important;
	font-weight: bold;
	padding-bottom: 5px;
}