.fuselage
{
   border-left: black 2px solid;
   border-right: black 2px solid;
   position: absolute;
   width: 300px;
   background-color: lightgrey;
   padding: 5px;
}
.row
{
   clear: left;
}

.seat
{
   border-bottom: 5px solid black;
   display: inline-block;
   float: left;
   border-top-left-radius: 5px;
   border-top-right-radius: 5px;
   z-index: 5;
}
.business > .seat
{
   background-color: red;
   width: 40px;
   height: 40px;
   margin: 10px;
}

.business > .seat:nth-child(3), .business > .seat:nth-child(4)
{
   float: right;
}

.cattle > .seat
{
   background-color: blue;
   width: 30px;
   height: 30px;
   margin: 4px;
}

.cattle > .seat:nth-child(4), .cattle > .seat:nth-child(5), .cattle > .seat:nth-child(6)
{
   float: right;
}
.divider
{
   width: 100%;
   background-color: grey;
   clear: left;
   height: 10px;
}
.divider div
{
   background-color: lightgrey;
   width: 25%;
   height: 100%;
   border-color: lightgrey;
   margin: 0 auto;
}
.numbers
{
   position: absolute;
   left: 138px;
   font-size: 35px;
   color: white;
   font-family: 'Exo', sans-serif;
   opacity: 0.8;
}
.five
{
   position: absolute;
   top: 270px;
   font-size: 55px;
   padding-left: 13px;
}
.ten
{
   position: absolute;
   top: 595px;
   font-size: 55px;
}
.fifteen
{
   position: absolute;
   top: 850px;
   padding-left: 10px;
}
.twenty
{
   position: absolute;
   top: 1065px;
   padding-left: 7px;
}
.twentyfive
{
   position: absolute;
   top: 1278px;
   padding-left: 7px;
}
