#top-image {
  margin: 0 20px 10px 20px;
  float: right;
  max-width: 100%;
}

#top-image img {
  max-width: 100%;
}

.video-embed {
  position: absolute;
  width: 100%;
  height: 100%;
}

.video-embed div {
  position: relative;
}

.sales-reorder-arrival-message {
  text-align: center;
}

.video-embed video {
  display: block;
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#performance-description {
  margin-top: 0.75em;
}

/* .choose-tickets-form */

.availability-badge {
  padding: 5px 9px;
}

.last-few-badge {
  background: #d9534f;
}

.selling-fast-badge {
  background: #ec971f;
}

.choose-tickets-form .price-message {
  color: red;
  font-weight: bold;
}

.co-sell-message {
  font-weight: bold;
}

.co-sell-message div {
  margin-top: 0.75em;
}

.discount-message {
  color: red !important;
  font-weight: bold;
}

.unique-code {
  color: green !important;
  font-weight: bold;
}

.co-sell {
  color: green;
  font-weight: bold;
}

.code-accepted {
  margin-left: 25px;
}

.code-submit {
  padding-top: 10px;
  display: inline-block;
}

.code-submit .alert {
  margin: 10px 0 0 0;
}

.soldout {
  font-weight: bold;
}

#priceInfoAccordion {
  margin-top: 5px;
}

h3.toggle-group {
  margin-top: 3px;
  cursor: pointer;
}

h3.toggle-group:hover {
  text-decoration: underline;
}

/* chooseTickets */

@media all and (min-width: 481px) {
  .choose-tickets .narrow-text {
    display: none;
  }
}

@media all and (max-width: 480px) {
  .choose-tickets .wide-text {
    display: none;
  }
}

.choose-tickets div.tooltip-inner {
  max-width: 400px;
  padding: 15px 10px;
}

.choose-tickets div.tooltip-inner h4 {
  color: white;
}

.choose-tickets div.tooltip-inner ul {
  padding-left: 20px;
  text-align: left;
}

.priceInfo .panel-body h2 {
  margin-top: 0;
}

form#booking {
  padding-top: 10px;
  clear: both;
}

table.choose-tickets tr th {
  border-top: none;
}

table.choose-tickets input,
table.choose-tickets select {
  display: inline;
  width: 70px;
  padding-right: 0;
  margin: 0;
}

table.choose-tickets tbody tr td {
  vertical-align: middle;
}

table.choose-tickets td.select {
  padding: 0;
}

table.choose-tickets .ticket-adjust {
  margin-bottom: 2px;
}

table.choose-tickets .chooseTicketsFields {
  margin-top: 3px;
}

table.choose-tickets .price-heading h4 {
  padding-left: 0;
}

#priceThenSectionSections {
  padding-left: 8px;
}

#priceThenSectionSections legend {
  font-size: 1.2em;
  font-weight: bold;
  margin: 10px 0;
  line-height: 1.2em;
}

#priceThenSectionSections label {
  margin-bottom: 10px;
}

.seating-plan {
  position: relative;
  width: 100%;
  margin-bottom: 0.5em;
}

.seating-plan img {
  margin: 10px 0 0 0;
  width: 100%;
}

.seatingTable .tooltip-inner img {
  max-width: 100%;
}


@media all and (max-width: 480px) {
  .action-area {
    padding: 8px 8px;
  }

  table.choose-tickets {
    font-size: 80%;
  }

  form table.choose-tickets.table > tr > td,
  form table.choose-tickets.table > tr > th {
    padding: 8px 4px;
  }

  table.choose-tickets input, table.choose-tickets select {
    width: 4.5em;
  }

  .btn {
    padding: 6px 9px;
  }

  .form-control {
    padding: 6px 9px;
  }

}

@media all and (max-width: 414px) {
  table.choose-tickets {
    font-size: 70%;
  }
}

@media all and (max-width: 400px) {
  table.choose-tickets {
    font-size: 65%;
  }

  .main h1.header {
    padding: 8px 6px 8px 6px;
  }

  .main .row .col-sm-12 {
    padding-left: 8px;
    padding-right: 8px;
  }

  table.ticket-summary tr > th,
  table.choose-tickets tr > td,
  .performance-list-row.header {
    font-size: 12px;
  }

  .performance-list-cell {
    display: block;
    padding: 4px 8px;
  }

  .performance-list-row.entry .performance-list-cell.name {
    font-weight: bold;
  }

  .performance-list-cell.date,
  .performance-list-cell.day,
  .performance-list-cell.time,
  .performance-list-cell.status {
    display: inline-block;
    height: 40px;
  }

  .performance-list-cell.status {
    float: right;
    display: inline-block;
  }

  .performance-list-cell a {
    width: 100%;
  }

  .performance-list-row {
    display: block;
    clear: both;
  }

  .performance-list-row.entry:not(:last-child) {
    border-bottom: 1px solid #aaa;
    padding-bottom: 8px;
    margin-bottom: 8px;
  }

  .performance-list-row.entry .performance-list-cell {
    border-top: none;
  }
}
