
#plan{
  position:relative;
  box-shadow: 0 0 10px #666666;
  padding: 15px 15px 0 15px;
  border-radius: 10px;
  width: 825px;
  background-color:#FFFFFF;
  margin: 20px auto;
  text-align:center;
}


#stage{
  width: 60%;
  margin-left: 20%;
  background-color: #cccccc;
  line-height: 40px;
  text-align:center;
  padding: 30px 0;
  border-top-left-radius:15px;
  border-top-right-radius:15px;
  margin-top: 30px;
}
#stage h3{
  margin-top:0;
}

.row{
  margin-bottom: 5px;
}


.seat{
  display: inline-block;
  width: 25px;
  height: 25px;
  overflow:hidden;
}
.seat img{
  max-width:20px;
  max-height:20px;
}


.seat.wheelchair{
  background-image: url(/images/wheelchair.png);
  background-size:cover;
  background-position:Center center;
  background-repeat: no-repeat;
}

.seat.wheelchair input{
  opacity: .5;
}
.seat.wheelchair:hover input{
  opacity:1;
}
