﻿

.TableSquare { 
    width: 14px;
    height: 41px;
    background: #79797f;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 3px;
    position: absolute;
    box-shadow: 1px 1px 3px #d4d0d0;
    color: white;
    text-align: center;
}

.TableGrad {
      font-size: 12px;
      line-height: 32px;
      background: #a4acb5;
      background: -moz-linear-gradient(top, #a4acb5 0%, #828c95 36%, #484b6b 100%);
      background: -webkit-linear-gradient(top, #a4acb5 0%,#828c95 36%,#484b6b 100%);
      background: linear-gradient(to bottom, #a4acb5 0%,#828c95 36%,#484b6b 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4acb5', endColorstr='#484b6b',GradientType=0 );
}



#SeatContainer{
    width:720px;
    max-width:720px;
    overflow:hidden;
}

