@charset "UTF-8";
/* CSS Document */

.event-list {}

.event-list p {}

.event-list ul {}

.event-list ul li {
	border-bottom: 1px solid #ccc;
	font-size: 1.3em;
	list-style: none;
	padding: 5px;
	width: 210px;
}

.event-list ul li .date {
	display: block;
	float: left;
	width: 55px;
}

.event-list ul li .location {
	display: block;
	float:left;
	width: 155px;
}

.event-list ul li .clear {
	clear: both;
}