div.seatCharts-container {
	/*min-width: 700px;*/
	clear: both;
}
div.seatCharts-container, div.seatCharts-container * {
	outline: none;
}
div.seatCharts-cell {
	height: 20px;
	width: 20px;
	margin: 3px;
	float: left;
	text-align: center;
	font-size: 11px;
	line-height: 19px;
	color: blue;
}
div.seatCharts-seat {
	background-color: green;
	color: white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 10px;
	cursor: default;
}
div.seatCharts-seat:focus {
	border: none;
}
/*
.seatCharts-seat:focus {
	outline: none;
}
*/

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

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

div.seatCharts-seat.selected {
	background-color: #5754ff;
}

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

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

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;
}