.event_post {
	margin-bottom: 20px;
}

.event_date {
	font-weight: bold;
	font-size: 18px;
}

.event_title {
	font-size: 18px;
}


.event_tickets {
	margin-top: 15px;
}

.event_description {
	margin-top: 20px;
}

/* Tickets */

.tickets {
	
}

.tickets .ticket {
	
}

.tickets .ticket .title {
	
}

.tickets .ticket .price {
	
}

.tickets .ticket .left {
	
}

.tickets .ticket .buy {

}


/* add to cart form */
#ticket_add_form {
	
}

#ticket_add_form hr {
	margin: 5px 0 5px 0;
}

#ticket_add_form .ticket_type {
	width: 18em;
	padding-right: 1em;
	overflow: hidden;
}

#ticket_add_form .price {
	padding-left: 1em;
}

#ticket_add_form input[name=quantity] {
	margin: 0 1em 0 0;
	padding: 0 0 0 0;
}

#ticket_add_form .total_price, table.tickets tr td.total_price {
	color: limegreen;
}

table.tickets tr.total {
	background-color: #FFFFC7;
	border-top: 1px solid #ddd;
}
table.tickets tr.total td {
	font-weight: bold;
}

table.tickets th:last-child, table.tickets td:last-child {
	text-align: right;
}


/* CHECKOUT FORM */
#checkout_form {
	
}
#checkout_form .box{
	padding: 1em;
}

#checkout_form input[name=first_name] {
	width: 130px;
}
#checkout_form input[name=last_name] {
	width: 150px;
}
