* {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
}

html, body, ul, li, h1, h2, h3, h4, h5 {
	margin:0;
	padding:0;
}

body {
	font-family: serif;
}

h1 {
	text-align:center;
	padding-bottom: 15px;
}

ul {
	list-style-type: none;
}

.item_container {
	width:500px;
	margin:auto;
}

.item_list {
	position:relative;
}

.seat_item_container {
	display:table;
	width:100%;
}

.seat_item {
	display:table-row;
	width:100%;
	height:22px;
	background:#FFF;
	border:1px solid #555;
}

.seat_item>li {
	color:#000;
	display:table-cell;
	/*width:18%;*/
	text-align:center;
	vertical-align:middle;
	border:1px solid #555;
	padding: 5px 0;
}

.seat_item>.pano_seat_keep {
	display:none;
}

.seat_item>.pano_seat_control {
	display:none;
}

.seat_item_view_btn {
	position:absolute;
	left:5px;
	top:2px;
	background: url('../img/ui_sprite.png') no-repeat -349px -277px; 
	width: 16px; 
	height: 17px;
}

.seat_header_container {
	border-top:1px solid #AAA;
	padding-top:5px;
}

.seat_header {
	width:100%;
	background:#FFF;
}

.seat_header_title {
	color:#000;
	font-size:1.1em;
	padding-bottom: 6px;
}

.column_header {
	display:table-row;
}

.column_header>li {
	color:#000;
	display:table-cell;
	text-align:center;
	font-size:.9em;
	padding-bottom: 5px;
}

.pano_seat_donation {
	display: none !important;
}

.column_header>.pano_seat_keep, .column_header>.pano_seat_control {
	display:none;
}

#invoice_print_customer_name {
	text-align:center;
}

#invoice_print_customer_number {
	text-align:center;
}

#invoice_print_total_label {
	display:inline;
	width:280px;
	height:30px;
	padding:5px 5px 5px 0;
	font-size:1.3em;
	font-weight:bold;
	color:#393939;
}

#invoice_print_total_text {
	display:inline;
	width:200px;
	height:30px;
	font-size:1.3em;
	font-weight:bold;
	color:#393939;
}

#invoice_print_total_container {
	margin:auto;
	display: none;
}