﻿.rebate-code-header {
  background-color: #373536;
}
.rebate-code-header-img {
  background-color: #000;
  text-align: center;
}
.rebate-code-header-img img {
  display: inline-block;
}
.form-title {
  text-transform: uppercase;
  margin-bottom: 30px;
  line-height: 1.3;
  font-size: 26px;
}
.code-text-box {
  border: 1px solid black !important;
  margin-right: 15px;
  text-align: center;
  font-weight: 600;
}
.code-submit,
.test-drive-submit {
  background-color: black;
  color: white;
  font-size: 15px;
  font-weight: 600;
  border: none;
  padding-bottom: 7px;
  padding-top: 7px;
  padding-left: 20px;
  padding-right: 20px;
}
.text-uppercase {
  text-transform: uppercase;
}
h1 {
  margin: 20px 0;
}
.form-section {
  margin: 20px 0 30px 0;
}
.text-code-validate {
  padding: 10px 30px;
  text-align: left;
}
.terms-new ul {
  display: block;
  list-style-type: disc;
  margin: 1em 0 !important;
  padding-left: 40px;
}
.terms-new ol {
  display: block;
  list-style-type: decimal;
  margin: 1em 0 !important;
  padding-left: 40px;
}
.terms-new ol ol {
  list-style-type: lower-latin;
}
.terms-new blockquote {
  display: block;
  margin: 1em 40px !important;
  /*border-left: 2px solid #ccc;
        padding: 5px 0 5px 10px;*/
}
.terms-new p {
  display: block;
  margin: 1em 0 !important;
}
.terms-new li {
  display: list-item;
}