.tripleseat {
  max-width: 800px;
  margin: 0 auto 100px auto;
  padding: 30px;
}

.tripleseat h2 {
  text-align: center;
  font-size: 19px;
  line-height: 19px;
  color: #272011;
  font-weight: lighter;
  padding-top: 20px;
}

@media only screen and (min-width: 800px) {
  .tripleseat h2 {
    font-size: 2rem !important;
  }
}

.tripleseat #errorExplanation {
  margin: 20px auto 0 auto;
  width: 90%;
  max-width: 600px;
  text-align: center;
  background: none;
  padding: 1rem;
  border: 1px solid black;
}

.tripleseat #errorExplanation h2,
.tripleseat #errorExplanation p,
.tripleseat #errorExplanation li {
  color: black;
}

.tripleseat #lead_form_submit a {
  display: none;
}

.tripleseat #errorExplanation li {
  list-style: none;
  padding: .25rem;
  display: block;
  font-size: 1.2rem;
}

.tripleseat #tripleseat_embed_form input.error,
.tripleseat #tripleseat_embed_form .location_list.error,
.tripleseat .errorExplanation {
  background: #dd9999;
}

.tripleseat #tripleseat_embed_form {
  margin: auto;
  width: 90%;
  max-width: 600px;
  margin-top: 30px;
}

.tripleseat #tripleseat_embed_form table {
  width: 100%;
  margin: auto;
}

.tripleseat #tripleseat_embed_form label span.required {
  color: #B30F14;
}

.tripleseat #tripleseat_embed_form table tbody tr td input {
  width: 100% !important;
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid black;
  color: black;
  font-size: 16px;
}

.tripleseat #tripleseat_embed_form table tbody tr td textarea {
  font-size: 16px;
  color: black;
}

.tripleseat #tripleseat_embed_form table tbody tr td input#lead_email_opt_in {
  width: auto !important;
}

.tripleseat #tripleseat_embed_form input.button {
  border: none;
}

.tripleseat #lead_form_submit a {
  padding: 1em;
}

.tripleseat input.timeselect_input {
  padding-left: 23px !important;
}

.tripleseat div#tripleseat_embed_form table label {
  margin: 0 auto;
  width: 100%;
  border: none !important;
  color: black;
  font-weight: 100;
}

.tripleseat div#tripleseat_embed_form table input#lead_submit.button {
  -webkit-appearance: none;
  float: none !important;
  width: 100px !important;
  background: #aa0000;
  color: white;
  margin-bottom: 0;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  text-transform: uppercase;
  cursor: pointer;
}

.tripleseat #tripleseat_embed_form table {
  border: none !important;
}

.tripleseat #tripleseat_embed_form #lead_additional_information {
  width: 100% !important;
  padding: 0;
  border: 1px solid black;
}

.tripleseat #tripleseat_embed_form label span.required {
  color: #B30F14 !important;
}
/*# sourceMappingURL=tripleseat.css.map */