.extraInfo{
	font-style:italic;
	font-size:90%;
}

#previousEvents li{
	float:left;
	list-style:none;
}

#listOfStands li{
	margin-top:10px;
	list-style:none;
}

#previousEvents li.previous:after{
	content:",\00a0";
}
#previousEvents li:last-of-type:after{
	content:"\00a0";
}

li.previous {
	margin-top: 10px;
	font-weight:bold;
}

a.previous:link {
	font-weight: bold;
}

#previousEvents .previousHidden{
	display:none;
}
.monthHeader{
	list-style-type: none;
	margin-top:10px;
	padding-top:0;
	font-size:20px;
	background-color:lightgrey;
}

#listOfStands li{
	list-style-type: none;
}

.eventListHeader{
	padding-top:0px;
	font-weight:bold;
}

.next-event{
	display:flex;
	font-family: 'Arial';
	background-color:#00ce00;
	height:30px;
	font-size:13px;
	font-weight:bold;
	padding-left:5px;
}