#detailsTabs {
	clear: both;
	margin: 60px 0 30px;
}
#eventTypeDetails h2 {
	margin-bottom: 15px;
}
#eventTypeDetails .buttonGroup {
	margin-bottom: 30px;
}

	#eventTypeDetails .eventType.short  .buttonGroup {
	clear: none;
		margin-bottom: 0px;
	}
#dates, #prices {
	padding: 1em 20px 0 0;
}
	#dates li, #prices li {
		position: relative;
		display: block;
		
		font-family: 'Lato', sans-serif;
		font-size: 14px;
		line-height: 16px;
		
		border: 1px solid #000;
		border-bottom-color: #bbb;
		padding: 6px 0 6px 10px;
	}
	#dates .fineprint {
		padding: 20px 20px 0 20px;
	}
	#dates .date {
		display: inline-block;
		font-size: 14px;
		padding: 0;
		border: 0;
		min-width: 90px;
	}
	#dates .status {
		display: inline-block;
		padding: 2px;
		border: 0;
		min-width: 80px;
		text-align: center;
	}
		#dates .status.available {
			color: #fff;
			background: green;
			display: none;
		}
		#dates .status.sold-out {
			color: #fff;
			background: red;
		}
	#dates button.med {
		display: inline-block;
		float: right;
		font-family: 'Lato', sans-serif;
		font-size: 13px;
		height: 23px;
		width: 20px;
		padding: 0;
		border: 0;
		min-width: 80px;
	}
	#dates .talent {
		display: inline-block;
		padding: 0 0 0 6px;
		border: 0;
	}
	#dates .comments {
		display: inline-block;
		padding: 10px 0 0 0;
		border: 0;
	}
	#dates ul {
		margin: 0 0 30px;
	}
#prices p {
	padding-left: 20px;
}
	#prices ul {
		margin: 0 0 30px;
	}
	.agegroup {
		display: inline-block;
		width: 50%;
	}
#lodging {
	font-family: 'Lato', sans-serif;
	font-size: 15px;
}
	#lodging ul {
		margin: 0 0 30px;
	}
#related {
	overflow: auto;
	max-height: 320px;
}
.fineprint {
	clear: both;
	padding-top: 50px;
	font-family: 'Lato', sans-serif;
	font-size: 11px;
	font-style: italic;
	line-height: 18px;
}