#monthList {
	list-style-type: none;
}

#monthList li {
	float: left;
	margin-right: 10px;
}

#eventList {
	clear: both;
	margin: 20px 0px 0px 0px;
}

.eventsColumn {
	border: 1px dotted black !important; 
	margin-top: -12px !important;
}
* html .eventsColumn { margin-top: 8px !important; border: 1px solid black !important; }