body {
  font: 12px Arial, Helvetica, sans-serif;
  line-height: 1.3;
}

.logo {
  background: url("/assets/logo@2x-cdb702f8.png") no-repeat center center;
  background-size: 93px 40px;
  text-indent: -9999px;
  display: inline-block;
  height: 32px;
  width: 80px;
  margin-bottom: 10px;
}

.logo-green {
  background: url("/assets/logo-green@2x-9896b2df.png") no-repeat center center;
  background-size: 93px 40px;
}

.eb_logo {
  float: right;
  background: url("/assets/eb_logo@2x-0c789bf1.png") no-repeat center center;
  background-size: 70px 70px;
  height: 70px;
  width: 70px;
  text-indent: -9999px;
}

.left {
  width: 50%;
  vertical-align: top;
  display: inline-block;
}

.right {
  width: 40%;
  border-left: 1px black solid;
  padding-left: 5%;
  display: inline-block;
}

#frame {
  background-color: white;
  position: relative;
  border: 1px solid rgb(136, 187, 68);
  padding: 15px;
  border-radius: 10px;
}

.alert {
  font-weight: bold;
  color: #cc0000;
}

h2 {
  margin-top: 0px;
}

h3 {
  margin-bottom: 5px;
}

divider {
  width: 90%;
  display: block;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.7em;
  margin-top: 0.2em;
}

#event_title {
  font-weight: bold;
}

.ticket_type .desc .title {
  display: inline-block;
  margin-right: 10px;
  width: 95px;
}
.ticket_type .desc .price {
  display: inline-block;
  margin-right: 10px;
  width: 75px;
  text-align: right;
}

.error {
  display: block;
  color: #f00;
}

.flash .notice {
  color: #f00;
  font-weight: bold;
  background: #fff;
  padding: 5px;
}

.payment-provider-control {
  font-weight: bold;
}
.payment-provider-control span:before {
  content: " - ";
}
.payment-provider-control span {
  font-weight: normal;
}

label {
  display: block;
}

select.country {
  width: 170px;
}

input.string {
  width: 160px;
}

input[type=submit] {
  width: 100%;
  padding: 5px 5px;
}

input.payment_submit {
  width: 30%;
  margin-top: 2px;
}

#performance_id {
  max-width: 100%;
}

input:required:invalid, input:focus:invalid {
  background: #ffcccc;
  -moz-box-shadow: none;
}

.event-link, .added-and-cart-link {
  margin-top: 0;
  display: none;
}
