div.ccm-block-calendar-event-list {
    margin-bottom: 10px;
    clear: both;
	text-align:center;
}

div.ccm-block-calendar-event-list-wrapper {
    margin-bottom: 10px;
    clear: both;
}

div.ccm-block-calendar-event-list-wrapper h2{
	margin-left:5%;
	font-size:2em!important;
}

div.ccm-block-calendar-event-list-event-date {
	border:1px solid rgb(33, 108, 163);
	border-radius:4px;
	font-size:1.4em;	
	margin-left:auto;
	margin-right:auto;
	width:80px;
	text-align:center;
	float:none;
}

.ccm-block-calendar-event-list-event-date-full {
	font-size:1em;
	font-weight:600;

}

div.ccm-block-calendar-event-list-event-date span {
    display: block;
    text-align: center;
	color:rgb(33, 108, 163);
	line-height:1.4em;
	padding:0 0.2em;
}

div.ccm-block-calendar-event-list-event-date span:first-child {
    font-weight: bold;
    background-color: rgb(33, 108, 163)!important;
    color: #fff;
}


div.ccm-block-calendar-event-list-event {
    padding: 2em 2em 0.7em 2em;;
    clear: both;
	width:50%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	border:1px solid rgb(33, 108, 163);
	border-radius:5px;
	background-color:rgb(33, 108, 163, 0.08);
}

div.ccm-block-calendar-event-list-event-title {
	color:rgb(33, 108, 163);
	font-size:2em;
	font-variant:small-caps;
	font-weight:600;
	padding-top:0.3em;		
	clear:both;	
}
