div.event {
  overflow: hidden;
  /*white-space: nowrap;*/  
  margin-bottom: 10px;
  padding: 5px;
  border-bottom: solid 1px #bebebe;
  border-left: solid 1px #bebebe;
  border-right: solid 1px #bebebe;
}
div.eventtime {
	position: absolute;
	top: 10px;
	font-weight: bold;
	right: 10px;
}
div.head {
	position: relative;
	background: #eeeced;
	padding: 10px 5px;
	margin: -5px -5px 10px -5px;
  text-transform: capitalize;
}
div.dateheader {
	margin-bottom: 15px;
	padding: 15px 5px;
	border-bottom: solid 1px #bebebe;
		background: #eeeced;

}
div.dateheader h2.prevdate, div.dateheader h2.nextdate {
	font-size: 1.25em;
}
p.location {
	font-weight: bold;
}
div.eventinfo {
	margin: 0 30px 15px 30px;
	border-bottom: solid 1px #EEECED;
}
div.event p, div.event p.admindetails {
	margin: 10px 0 30px 30px;
	font-size: 1em;

}