


#plan{
  width:750px;
}

.row{
  margin:0;
}

.seat{
  display:inline-block;
  width: 20px;
  height:20px;
  text-align:center;
  line-height: 16px; 
  vertical-align: middle;
}
.seat input{
  width: 16px;
  height: 16px; 
  display:block;
  margin: 2px;
}

.seat img{
  width:18px;
}

.seat.wheelchair{
  background-image:url(/images/wheelchair.png);
  background-size:Cover;
}
.seat.wheelchair input{
  opacity:.8;
}




#A .seat9, #B .seat10, #C .seat10, #D .seat11, #E .seat10, #F .seat11, #G .seat10, #H .seat11, #J .seat10, #K .seat11, #L .seat10, #M .seat11{
  margin-right: 40px; 
}

#LL .seat6{
  margin-right: 160px;
}

