.bts-ticket {
  padding: 0 0 20px;
}
.bts-ticket h3.ticket-title {
  background: #000;
  display: block;
  color: #fff;
  font-size: 18px;
  padding: 4px;
  display: block;
  text-align: center;
}
.bts-ticket p {
  padding: 12px 30px;
  word-break: break-all;
}
.bts-ticket .ticket-table {
  width: 100%;
  display: table;
  width: 100%;
}
.bts-ticket .ticket-table dl {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0;
}
.bts-ticket .ticket-table dt {
  width: 240px;
  font-weight: 700;
  font-size: 16px;
  padding: 20px 8px;
  text-align: center;
  display: table-cell;
}
.bts-ticket .ticket-table dt span {
  display: block;
}
.bts-ticket .ticket-table dd {
  font-size: 14px;
  padding: 20px 16px;
  display: table-cell;
}
.bts-ticket .ticket-table dd p {
  padding: 12px 20px 12px 0;
}
.bts-ticket .bgBlue01 {
  background: #33f;
  color: #fff;
  padding: 4px 6px;
}
.bts-ticket a.ticket-linkBtn {
  background: #ed1c24;
  width: 80%;
  height: 100%;
  color: #fff !important;
  padding: 12px 4px;
  margin: 12px auto;
  text-decoration: none;
  text-align: center;
  display: block;
  position: relative;
  cursor: pointer;
}
.bts-ticket input.ticket-linkBtn {
  background: #ed1c24;
  width: 80%;
  height: 100%;
  color: #fff !important;
  padding: 12px 4px;
  margin: 12px auto;
  text-decoration: none;
  text-align: center;
  display: block;
  position: relative;
  border: none;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -webkit-appearance: none;
  font-size: 16px;
}
.bts-ticket input.ticket-linkBtn:disabled {
  background: #ccc;
  cursor: default;
}
.bts-ticket input.ticket-linkBtn:after {
  content: "";
  top: 0px;
  right: 0px;
  border: none;
  border-right: solid 24px #eaeaea;
  border-top: solid 64px transparent;
  position: absolute;
  z-index: 97;
}

@media screen and (max-width: 768px) {
  .bts-ticket h3.ticket-title {
    padding: 6px;
    font-size: 14px;
  }
  .bts-ticket p {
    padding: 12px 10px;
  }
  .bts-ticket .ticket-table {
    width: 100%;
    display: block;
  }
  .bts-ticket .ticket-table dt {
    width: 100%;
    display: block;
    text-align: center;
    padding: 10px 8px 0;
    font-size: 14px;
  }
  .bts-ticket .ticket-table dd {
    width: 100%;
    display: block;
    padding: 4px 10px 10px;
    font-size: 90%;
  }
  .bts-ticket .ticket-table dd p {
    padding: 12px 0;
  }
}

/*-------------------------------- past design ------------------------------------*/
.bts-ticket h3.tickethead {
  background: rgba(89, 82, 58, 0.4);
  display: block;
  color: #59523a;
  font-size: 18px;
  font-weight: 700;
  margin: 12px 0;
  padding: 4px;
  display: block;
  text-align: center;
}
.bts-ticket th {
  width: 20%;
  font-weight: 700;
  font-size: 16px;
  padding: 20px 8px;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.bts-ticket th p {
  font-weight: 700;
  font-size: 16px;
}
.bts-ticket td {
  padding: 20px 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.bts-ticket strong span {
  font-weight: 700;
}
.bts-ticket .list-unstyled > li {
  width: 33%;
  display: inline-block;
  margin-right: 0.5%;
}
.bts-ticket .list-unstyled > li:nth-of-type(3n) {
  margin-right: 0;
}
.bts-ticket .btn-primary {
  background-color: #a8996e;
  color: #fff;
  border-color: #9e8d5f;
}
.bts-ticket .btn-block {
  display: block;
  width: 100%;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid #645329;
  white-space: nowrap;
  padding: 12px 8px;
  font-size: 13px;
  line-height: 1.428571429;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bts-ticket .well-sm {
  padding: 9px;
  border-radius: 3px;
}
.bts-ticket .well {
  background-color: rgba(255, 255, 255, 0.5);
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
