#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;
}

.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 */

.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 */

.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%;
}
