#quoteBox {
  border: 1px solid silver;
  border-radius: 5px;
  margin: 0 auto;
  margin-top: 10px;
  max-width: 800px;
}

.quoteAlert {
  font-size: 1rem;
}

.alert-warning .alert-link {
  color: #a27d0c
}

#quoteBox h6 {
  margin-top: 10px;
  font-size: 1.3rem;
}

#wsDuration {
  display: none;
}

/* Dates used to be centred radio chips; the quote form now uses a left-aligned select. */
.wsDates {
  margin-top: 0.5rem;
  text-align: left;
  margin-bottom: 0.5rem;
}

.wsDates label {
  margin-left: 0;
  width: 100%;
  text-align: left;
}

#wsDateWrap {
  margin-left: 2px;
}

#getQuoteBtn {
  margin-bottom:10px;
  width: 100%;
}

.city {
  display: none;
}

.wsDates {
  display: none;
}

#noCourse {
  display: none;
  margin-top: 50px;
  text-align: center;
}

#quoteFormError {
  display: none;
}

#mainFormError, #mainFormSuccess {
  font-size: 1rem;
}

#courseSelectWrapper {
  display: none;
}

.errorBorder {
  border: 2px solid red;
}

#courseName option {
  font-size: 1rem;
}
