.row#C{
  margin-top: 40px; 
}

.row#A .seat4, .row#B .seat4, .row#C .seat3{
  margin-left: 30px; 
}

.row#A .seat10, .row#B .seat10{
  margin-left: 30px; 
}

.row#C .seat8{
  margin-left: 140px;
}

.row#A, .row#B, .row#C{
  transform: rotate(8deg);
  margin-left: 45px;
}


#stage{
  transform: rotate(8deg);
}