.promo-content {
 font-size: 1em;
}
.promo-heading {
  font-size: 1em !important;
  font-weight: bold;
}
.promo-content ul {
  margin: 0px;
  padding: 0px 20px;
}
.promo-content ul>li {
  line-height: 16px;
  margin-bottom: 10px;
}
.promo-left {
  float: left;
  width: 290px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.promo-right {
  float: left;
  width: 290px;
  margin-bottom: 20px;
}
.promo-full {
  width: 600px;
  margin-bottom: 20px;
}
p.promo-caption {
  font-size: .85em;
  line-height: 1.4;
}

.figureContent {
  margin-bottom: 20px;
  position: relative;
}
.figureContent .legend {
  display: block;
  text-align: left;
}
.enlarge{
  position: absolute;
  bottom: 0;
  right: 5px;
}
table {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  border-collapse: collapse;
}
td {
  border: 1px solid #666;
  line-height: 16px;
  vertical-align: middle;
}
.payOnly {
  font-size: 16px;
  font-weight: 700;
  color: #70B91C;
  padding-top: 10px;
  text-align: right;
}
.payOnly--green {
  color: #70B91C;
}
.payOnly--orange {
  color: #E99934;
}
.payOnly--blue {
  color: #3C8BB0;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.promo-code {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
}