body,
div,
p,
ul,
li,
form,
h1,
h2,
h3,
h4,
h5,
fieldset {
  margin: 0;
  padding: 0;
}

body {
  outline: none;
  text-align: center;
  font-size: 14px;
  color: #FFFFFF;
  font-family: Verdana, arial;
  background-color: #1B1B1B;
}

* html body {
  background: none;
  background-color: #1B1B1B;
}

#pageWrapper {
  width: 800px;
  margin: 0 auto;
  text-align: center;
  overflow: visible;
}

#dealerInfo {
  margin-bottom: 12px;
}
#dealerInfo h2 {
  color: #A3F3FF;
  margin: 13px 0 1px;
  font-size: 28px;
}
#dealerInfo h4 {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: normal;
}

a {
  outline: none;
}

h2.Nissan, h2.Infiniti {
  color: #FFF !important;
}

/*
  ticket:DEV:5793 added height to pageWrapper div tag in eas coupon
  */
.pagescroller {
  height: 600px;
}

.margin-bottom--15 {
  margin-bottom: 15px;
}

.buttonWrapper {
  text-align: center;
}

button {
  display: inline-block;
  margin: 10px 0px 0px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.43;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn {
  color: #fff;
  font-weight: bold;
  padding: 8px 18px;
  border-radius: 12px;
  font-size: 13px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  position: relative;
  gap: 6px;
}

.btn-main {
  background: linear-gradient(#35b835, #0d640d);
  border: 1px solid #044904;
}
.btn-main:hover {
  background: linear-gradient(#3fd03f, #0f6f0f);
}
.btn-main:active {
  transform: translateY(1px);
}

.btn-secondary {
  background: linear-gradient(#7c7c7c, #3f3f3f);
  border: 1px solid #2a2a2a;
}
.btn-secondary:hover {
  background: linear-gradient(#8a8a8a, #4a4a4a);
}
.btn-secondary:active {
  transform: translateY(1px);
}

/*# sourceMappingURL=common.css.map */
