.center-aligned-tabs {
  justify-content: center;
}
.lease-calculator-container .form-select {
  font-size: 14px;
  padding: 6px 12px;
}
.form-control-wrapper {
  position: relative;
}
.form-control-wrapper .subheader {
  position: absolute;
  top: 12px;
  left: 8px;
  z-index: 1;
  cursor: pointer;
  padding: 0 4px;
  color: #70757a;
  font-size: 12px;
  background-color: #fff;
}
.lease-main-header {
  font-family: "Futura Bold", Verdana, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: uppercase;
}

.interest-rate-wrapper {
  display: table;
  width: 100%;
}
.interest-rate-wrapper .interest-rate-input-wrapper {
  display: table-cell;
  width: 100%;
}
.percent-sign-wrapper {
  padding-left: 5px;
  color: #70757a;
  font-size: 16px;
  white-space: nowrap;
  display: table-cell;
}