
img{
    margin: 2px;
    width: 15px;
    height: 15px;
}

#seatStructure{ 
    visibility: hidden;
}

#seats_r {
	text-align: right;
	white-space: nowrap;
	margin-right:  20px;

  
	
	
}
#seats_m {
	
	text-align: center;
	white-space: nowrap;
margin-right:  20px;
 
	
}

#seats_c {
	
	text-align: center;
	white-space: nowrap;

  margin-right:  20px;
	
}

#seats_l {
	text-align: left;
	white-space: nowrap;

	
}






.flex-container {
   display: flex;
  flex-wrap: nowrap;
  background-color: white;
	padding: 15px;
	
	
  
}

.flex-container2 {
   display: flex;
  flex-wrap: nowrap;
	
  background-color: white;
	
	
  
}

.flex-container3 {
   display: flex;
  flex-wrap: nowrap;
  background-color: black;
	height: 120px;
	border-radius: 10px 10px 50px 50px;
	
	
  
}
.flex-container4 {
   display: flex;
  flex-wrap: nowrap;
  
	 margin-top: 30px;
	border-radius: 15px 15px 15px 15px;
	
	
  
}


.flex-container > * {
   flex: 1 1;
}

.flex-container2 > * {
   flex: 1 1;
}


.centerme{
    position:relative;
    left: 50%;
    right: -50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

