.events-list {
	margin: 0;
	padding: 0;
}

	.events-list-item {
		list-style-type: none;
		margin: 0;
		margin-bottom: 1em;
		padding: 0;
	}
	
	.events-list-item:last-child {
		margin-bottom: 0.25em;
	}
	
	.events-list-item p {
		margin-bottom: 3px;
	}

		.events-list-image img {
			border: 0 none;
			height: auto;
			max-width: 100%;
			vertical-align: middle;
		}
		
		.events-list-title {
			margin-bottom: 3px;
		}
		
		.events-list-title a {
			text-decoration: none;
			padding: 0;
		}

	.events-list-item ul > li {
		list-style-type: none;
	}

	.events-list-item ul > li::before {
		content: '–';
		padding: 0;
		position: absolute;
		left: 1em;
	}