section.events .event-list {
	width: 100%;
	color: black;
	font-size: 16px;
	padding-top: 15px;
}

section.events table {
	width: 995px;
	border-collapse: collapse;
	border-spacing: 0;
}

section.events table td {
	padding: 8px 0 5px 10px;
}

section.events table td {
	border-top: 1px solid black;
}

section.events table td p {
	margin: 0;
}

section.events button {
	border: none;
	width: 150px;
}

.btn_buy_ticket {
	background: #ff6600;
	color: white;
	padding: 12px 0;
	text-align: center;
	width: 100%;
}
.btn_buy_ticket:hover {
	background: #eb5c06;
	color: white;
	cursor: pointer;
}
.sold_out, .sold_out:hover {
	background: #6f787d;
	cursor: not-allowed;
}