div.seatCharts-container {
	/*min-width: 700px;*/
	padding:45px;
	padding-top: 0px;
	width:80%;
	text-align: center;
}
div.seatCharts-cell {

	height: 50px;
	width: 50px;
	margin: 7px;
	float: left;
	text-align: center;
	outline: none;
	font-size: 13px;
	line-height:50px;
	color: blue;

}
div.seatCharts-seat {
	background-color: #777;
	color: white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: default;
}
div.seatCharts-seat:focus {
	border: none;
}
/*
.seatCharts-seat:focus {
	outline: none;
}
*/

div.seatCharts-space {
	background-color: white;
}
div.seatCharts-row {
	height: 50px;
}

div.seatCharts-row:after {
	clear: both;
}

div.seatCharts-seat.selected {
	background-color: red;
}

div.seatCharts-seat.focused {
	background-color: blue;
}

div.seatCharts-seat.available {
	background-color: green;
}

div.seatCharts-seat.unavailable {
	background-color: black;
	cursor: not-allowed;
}

ul.seatCharts-legendList {
	list-style: none;
}
li.seatCharts-legendItem {
	margin-top: 10px;
	line-height: 2;
}
.front-seat{
	/*height:20px;*/
	/*width:20px;*/
}
/*-------------- ADD NEW --------------*/

div.seatCharts_return-container {
	/*min-width: 700px;*/
	padding:45px;
	padding-top: 0px;
	width:80%;
	text-align: center;
}
div.seatCharts_return-cell {

	height: 50px;
	width: 50px;
	margin: 7px;
	float: left;
	text-align: center;
	outline: none;
	font-size: 13px;
	line-height:50px;
	color: blue;

}
div.seatCharts_return-seat {
	background-color: green;
	color: white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: default;
}
div.seatCharts_return-seat:focus {
	border: none;
}
/*
.seatCharts_return-seat:focus {
	outline: none;
}
*/

div.seatCharts_return-space {
	background-color: white;
}
div.seatCharts_return-row {
	height: 50px;
}

div.seatCharts_return-row:after {
	clear: both;
}

div.seatCharts_return-seat.selected {
	background-color: red;
}

div.seatCharts_return-seat.focused {
	background-color: #6db131;
}

div.seatCharts_return-seat.available {
	background-color: blue;
}

div.seatCharts_return-seat.unavailable {
	background-color: black;
	cursor: not-allowed;
}

ul.seatCharts_return-legendList {
	list-style: none;
}
li.seatCharts_return-legendItem {
	margin-top: 10px;
	line-height: 2;
}