#event_container {
	margin-top: 20px;
}

.eventMicrositeImageContainer {
	width: 100%;
	text-align: center;
}

.eventMicrositeImage {
	text-align: center;
}

#event_info h3 {
	text-align: center;
}

.iWantBox {
	float: right;
	text-align: right;
	font-weight: bold;
	margin-top: 20px;
}

.eventCartButton {
	width: 100% !important;
}

.eventMicrositePresentedBy {
	margin: 20px 0;
	font-weight: bold;
}

.eventMicrositeDates {
	margin-bottom: 20px;
	font-weight: bold;
}

.eventMicrositeLocation {
	font-weight: bold;
	margin-bottom: 20px;
}

.ticket_container {
	padding: 20px;
	margin-bottom: 20px;
}

.ticket_terms {
	margin-top: 20px;
}

.eventMicrositeTicketTitle {
	font-weight: bold;
}

.eventMicrositeDelivery {
	font-style: italic;
}

.eventMicrositeYourPrice {
	font-weight: bold;
}

@media(min-width:768px){

	#event_info h3 {
		text-align: left;
	}

	.eventMicrositeImage {
		float: right;
		margin-left: 20px;
		margin-bottom: 20px;
	}

	.ticket_info {
		float: left;
		width: 80%;
	}

}