body {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  background-color: #000000;
  text-align: center;
}

a {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #ffffff;
}

table {
    width: 80%;
}

h1 {
    margin-bottom: 30px;
}

.paragraph-normal {
    color: #ffffff;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 19px;
    text-align: justify;
    text-indent: 0px;
    text-transform: none;
}

.tick_main {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tick_table {
    border-spacing: 0 30px;
}

.tick_list {
    display: flex;
    flex-direction: column;
}

.tick_concert_desc {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 30px;
    justify-content: center;
}

.tick_concert {
    vertical-align: top;
    text-align: right;
    /* flex: 500px; */
}

.tick_date {
    font-weight: bold;
    font-size: 15px;
    margin-top: 0px;
    margin-bottom: 5px;
}

.tick_title {
    font-style: italic;
    font-size: 15px;
    margin-top: 0px;
}

.tick_buttons {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.tick_button {
    margin-left: 30px;
    margin-top: 0px;
    margin-bottom: 5px;
    /* text-align: center; */
}

.tick_links {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.tick_links a {
    margin-left: 20px;
    margin-right: 20px;
}

.tick_links p {
    margin-top: 5px;
    margin-botton: 50px;
}

.order-form {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

.order-form h1 {
    font-size: 15px;
}


.order-form form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cust_info {
    /* display: grid; */
    /* grid-template-columns: 150px 250px; */
    /* grid-gap: 10px; */
    /* width: 60%; */
    /* margin: auto; */
}

.cust_info label {
    text-align: right;
}

.cust_order {
    width: 550px;
    display: block;
    margin: auto;
}

.cust_order p {
    text-align: left;
}

.warn {
    color: red;
    padding-right: 3px;
}

/* Floating column for labels: 25% width */
.col-30 {
  float: left;
  width: 30%;
  margin-top: 6px;
  text-align: right;
}

/* Floating column for inputs: 75% width */
.col-70 {
  float: left;
  width: 70%;
  margin-top: 6px;
  text-align: left;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 600px) {
  .col-30, .col-70 {
    width: 100%;
    margin-top: 0;
    text-align: center;
  }

  input {
      max-width: 20em;
  }

  .cust_order {
      width: 80%;
  }

  .cust_order {
    width: 80%;
    display: block;
    margin: auto;
  }

}
