
.commonwealthcalendar {
    margin-bottom: 50px; 
}

.commonwealthcalendar .event {
	display: block; 
	background: none; 
	border: 0; 
	padding: 0px; 
	border-radius: 0; 
	text-decoration: none !important; 
	font-size: 1em; 
	transition: .5s; 
}

.commonwealthcalendar .event:hover {
	background: none; 
}

.commonwealthcalendar .event .eventtitle{
    font-size: 16px;
    margin-bottom: .5em;
    border-bottom: 0;
    padding-bottom: .5em;
}
.commonwealthcalendar .event:hover .eventtitle{
	text-decoration: underline !important; 
}

.commonwealthcalendar .event .eventday{
	font-weight: bold; 
}

.commonwealthcalendar .event .eventstarttime{
	font-style: italic; 
	margin-bottom: 1em; 
}





