.receipt_header {
	background-color: #7be4fd;
}

.event-ticket {
  min-height:150px;
  border:1px solid black;
}

div.row.event-ticket {
}

.event-ticket-details {
  min-height:inherit;
  border-right:1px dashed black;
}

@media (max-width:768px) {
  .event-ticket-details {
    border-right:none;
  }
}

.event-ticket-image, .event-barcode-image {
  min-height:inherit;
  text-align:center;
  max-height:130px;
}

.event-ticket-image:before, .event-barcode-image:before {
  content:'';
  height:inherit;
  display:inline-block;
  vertical-align:middle;
}

.event-ticket-image img, .event-barcode-image img {
  max-width:95%;
  max-height:inherit;
  display:inline-block;
  vertical-align:middle;
}

@media (max-width:767px) {
  .event-barcode-image img {
    max-height:85%;
  }
}

.event-ticket-event-title {
  margin-top:5px;
  text-align:center;
  font-weight:bold;
  font-style:italic;
}

@media (max-width:767px) {
  .event-ticket-event-title {
    font-size:18px;
  }
}

.event-detail-item {
  margin-top:10px;
}

.event-ticket-tear-off {
  height:inherit;
}

@media (max-width:767px) {
  .event-ticket-tear-off {
    margin-top:15px;
  }
}


.mobileSeatNotice {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: none;
}

@media screen and (min-width: 0px) and (max-width: 800px) {
  .mobileSeatNotice {
    display: block;
  }
}
