.odd,
.even {
	float: left;
	margin: 10px 0;
	padding: 5px;
	width: 510px;
	border: 1px dashed #5B75A5;
}

.head,
.bottom {
	float: left;
	display: block;
	width: 250px;
	overflow: hidden;
}

.head {
	float: left;
}

.bottom {
	float: right;
}

.title,
.startenddate {
	font-weight: bold;
}

.startdate {
	margin: 5px 0 0 0;
}

.starttime-text,
.endtime-text {
	float: left;
	width: 60px;
}

.starttime,
.endtime {
	float: left;
	margin: 5px 0 0;
}

.endtime {
	clear: both;
}
