.table {
  border: none;
}
.table-header {
  background-color: #e8e8e8;
  font-size: 18px;
  text-align: center !important;
}
label {
  display: inline;
}

/*** Training Courses ***/  
.table--courses {
  width: 100%;
  border: 1px solid #dee2e6;
}
.col--main {
  background-color: rgba(0,0,0,.05);
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}
.col--title {
  background-color: rgba(0,0,0,.05);
  width: 45%;
}
.col--type {
  background-color: rgba(0,0,0,.05);
  width: 20%;
}
.col--date {
  background-color: rgba(0,0,0,.05);
  width: 20%;
}
.col--button {
  background-color: rgba(0,0,0,.05);
  width: 15%;
}
.table--courses tr td button {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.table--courses tr td {
  vertical-align: middle;
}


/*** Details ***/
.table--details {
  width: 100%;
  border: 1px solid #dee2e6;
}
.table--details th {
  width: 17.5%;
  text-align: right;
}
.col--further-details {
  vertical-align: middle !important;
}
.table--details tr td p {
  margin-bottom: 0;
}
.button--large {
  width: 50%;
  display: block;
  font-size: 18px;
  margin-left: auto;
  margin-right: auto;
}
.button__container {
  width: 100%;
}


/*** Booking ***/
select {
  padding: 0.2em;
}
input[type="text"] {
  width: 37.5%;
}
textarea, .final-col {
  width: 75%;
}
.button--link {
  border: none;
  background-color: #fff;
  font-weight: bold;
  color: #326691;
  display: inline-block;
  transition: 0.3s;
  padding: 0;
}
.button--link:hover {
  text-decoration: none;
  color: #8fa7ba !important;
}
.error-message {
  display: block;
}
.table--booking td, .table--booking th {
  border: 0;
}
.table--booking th, .table--info th {
  width: 20%;
  text-align: right;
}
.table--booking label {
  margin-bottom: 0;
}
.table--booking .button--wide {
  padding-left: 2em;
  padding-right: 2em;
}
.input--other {
  margin-top: 0.5em;
}
.info-button {
  vertical-align: middle;
  margin-left: 1em;
}
#notes-button {
  vertical-align: top;
}
.button--booking {
  width: 200px;
}
.centre-button {
  width: 500px;
}
.button--booking + .button--booking {
  margin-left: 1em;
}
.table--info td, .table--info th {
  border: 0;
  padding: 0.2em;
}


/*** Process ***/
.table--review {
  border: 1px solid #dee2e6;
}
.table--review th {
  width: 25%;
  text-align: right;
}
.button--final {
  width: 20%;
  margin-left: 1em;
  margin-right: 1em;
}
.button--final button {
  width: 100%;
}

/*** Terms & Conditions ***/
.terms-list li {
 margin-bottom: 1em;
}
.terms-list ul li {
 margin-bottom: 0em;
}
.terms-list + button {
  margin-left: 1em;
}


@media (max-width: 992px){
  input[type="text"], textarea {
    width: 75%;
  }
}

@media (max-width: 768px){
  .table--courses, .table--booking {
    font-size: 14px;
  }
  .table--booking th {
    width: 25%;
  }
  input[type="text"], textarea {
    width: 100%;
  }
  .with-info-button {
    width: 75% !important;
  }
  .error-box {
    width: 100%;
  }

}



@media (max-width: 576px){
  .button--booking + .button--booking {
    margin-left: 0em;
    margin-top: 1em;
    display: block;
  }
  .centre-button {
    width: 200px;
  }
}
