/* Additional Styling */

.title-calc {
  font-size: 1.8rem;
  padding-bottom: 10px;
  display: none; /* Temp hide */
}

.title-result {
  font-size: 1.3rem;
}

.card {
  padding: 35px 20px 0px;
  border: 0 !important;
}

.saloon-type {
  text-align: center;
  font-size: 1rem;
  margin-bottom: 5px;
}

.nsaloon-type {
  text-align: center;
  font-size: 1rem;
}

.car-type-remarks {
  padding: 30px 15px;
}

.result-area {
  padding: 30px 15px;
  border-radius: 8px; /* Temp */
  background: #fff;
}

#roadTax {
  padding-bottom: 20px;
}

.card.bg-light {
  background-color: #f6f6f6 !important;
}

.contain {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0px 20px 5px;
}

.contain select {
  display: inline-block;
  vertical-align: middle;
}

.form-control {
  padding-top: 4px !important;
}

body {
  background-color: #f6f6f6 !important;
}

.btn-primary {
  background-color: #ed1c24 !important;
  border: 0 !important;
}
