.ticket_page .table {
	background: #FFF;
	display: table;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	width: 100%;
	border-top: 1px solid #E6E9ED;
}

.ticket_page .table .row {
	display: table-row;
}

.ticket_page .table .row .cell {
	display: table-cell;
	vertical-align: middle;
	padding: 0.8em 0em;
	border-bottom: 1px solid #E6E9ED;
}

.ticket_page .table .row .cell:FIRST-CHILD {
	padding-left: 0.8em;
}

.ticket_page .table .row .cell:LAST-CHILD {
	padding-right: 0.8em;
	text-align: right;
}

.ticket_page .table .row .cell:nth-child(2) {
	width: 100%;
	padding: 0.8em;
}

.ticket_page .table .row .cell:nth-child(2) span {
	display: block;
}

.ticket_page .table .row .cell:nth-child(2) span:FIRST-CHILD,.ticket_page .table .row .cell:nth-child(3) span
	{
	font-size: 1.2em;
	padding-bottom: 0.2em;
}

.ticket_page .table .row .cell img {
	display: block;
	width: 1.5em;
	height: 1.5em;
	border-radius: 50%;
}

.ticket_page .ticket_btn {
	position: fixed;
	bottom: 0px;
	width: 100%;
	z-index: 9;
}

#ticket_btn {
	width: 100%;
	font-size: 1.2em;
	color: #FFF;
	height: 3em;
}