.cEvent {
	display: block;
	padding: 15px 0 15px 15px;
	border-top: 2px solid rgba( 0,0,0,0.075);
	color: inherit;
}

	.cEvent:not( .cEvent_active ):hover {
		background: rgba(255,255,255,0.4);
	}

	.cEvent:hover {
		color: inherit;
	}

	.cEvent .ipsType_sectionHead {
		font-size: 20px;
		line-height: 1;
		margin-bottom: 5px;
		font-weight: 500;
	}

	.cEvent {
		
	}

.cEvent_active {
	background: #fff;
	border-color: transparent;
}
	
	li:first-child > .cEvent,
	.cEvent_active + .cEvent {
		border-color: transparent;
	}

.cEventColumn {
	padding-right: 0;
}

	.cEventColumn [data-role="tablePagination"] {
		background: #fff;
		padding: 5px;
		margin-top: 10px;
		margin-right: 7px;
		text-align: center;
	}

	.cEventColumn .ipsPagination_pageJump {
		display: none;
	}

.ipsBox {
  border: none;
}