
div.seatCharts-seat:focus {
	border: none;
}

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

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

/*div.seatCharts-seat.selected {
	background-color: #795548;
}

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

div.seatCharts-seat.available {
	background-color: #4CAF50;
}

div.seatCharts-seat.unavailable {
	background-color: red;
	cursor: not-allowed;
}*/

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