.bb-slots li {
    list-style-type: none;
    border: solid 1px;
    border-bottom: none;
    padding: 5px;
}

.bb-slots li:last-child {
    border-bottom: solid 1px;
}

#basket-button {
    display: none;
}

a#edit-contact {
    color: #989898;
}

button.btn {
    margin: 10px;
}

div.well {
    background: #13139a;
    border: none;
    border-radius: 0;
    text-align: center;
    font-weight: bold;
    font-size: large;
}

/* Stripe Elements */
/**
 * The CSS shown here will not be introduced in the Quickstart guide, but shows
 * how you can use CSS to style your Element's container.
 */
.StripeElement {
  box-sizing: border-box;

  height: 40px;

  padding: 10px 12px;

  border: 1px solid transparent;
  border-radius: 4px;
  background-color: white;

  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

.stripe-elements-form {
    max-width: 600px;
    margin: 0 auto;
    text-align: left;
}

div#card-errors {
    background: white;
    margin: 5px 0;
    color: red;
    border-radius: 0 0 5px 5px;
    margin-top: -3px;
    padding: 12px;
    font-weight: bold;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

div#card-errors:empty {
   display: none;
}

#payment-form {
    background: #00000066;
    padding: 20px 10px;
}
