.cx-single-event {

	/*border: 1px solid #ccc;*/
}

.cx-single-event > div {
	width: 100%;
}

.cx-single-event .event-header {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
}

.cx-single-event .event-title {
	padding-top: 15px;
	font-size: 18px;
	font-weight: bold;
}

.cx-single-event .event-content {
	padding-top: 15px;
	padding-bottom: 15px;
}

.cx-single-event.singleview {
	border: none;
	padding: 0;
}

.cx-single-event img {
	margin-left: 20px;
}

.event-border {
	border: 1px solid #ccc;
	float: left;
	margin-bottom: 30px;
	padding: 15px;
	width: 100%;
}

.no-modified-link a:before  {
	content: none!important;
}

.calendar-icon span:before {
	content: "» "!important;
}

.calendar-icon .calendar-icon-wrapper {
	width: 100%;
	text-align: center;
}

.calendar-icon .calendar-icon-wrapper img {
	margin-top: 10px;
	max-width: 50px;
}.calendar-icon span {
	 width: 100%;
	 text-align: center;
	 float: left;
 }