.payPlan1 {
 text-align:center;
 margin-bottom:35px;
}

.pay-plan-table {
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  color: #383969;
  margin: 0 auto;
  text-align: center;
}

.pay-plan-table th {
  background-color: #0f5196;
  border-left: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
  color: white;
  font-family: 'HelveticaWorldW01-Bold';
  font-size: 18px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 20px;
  padding-left: 20px;
}

.pay-plan-table .upperTH {
  background: #cc3091;
  border-bottom: none;
  border-left: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
}

.pay-plan-table .totals {
  background-color:#cc3091;
  color:white;
  font-family:'Avenir LT W01_65 Medium1475532';
}

.pay-plan-table tr:nth-child(even) {
  background-color: white;
}

.pay-plan-table tr:nth-child(odd) {
  background-color: #f5f5f5;
}

.pay-plan-table td {
  border-left: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  color: #888888;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 20px;
  padding-left: 20px;
}

.pay-plan-table td:last-child, .pay-plan-table th:last-child {
  border-right: 1px solid #d9d9d9;
}

.pay-plan-table .leftColName {
  color: #458cd7;
  font-family: 'HelveticaWorldW01-Bold';
  font-size: 14px;
}

.pay-plan-table .biggerTH {
  font-size: 20px;
}

.pay-plan-table .biggerTD {
  font-size: 18px;
}

.pay-plan-earn-income-four-ways__icon, .pay-plan-earn-income-four-ways__heading {
  display: inline-block;
  vertical-align: middle;
}

.pay-plan-earn-income-four-ways__icon {
  margin-right: 5px;
}

.pay-plan-earn-income-four-ways__heading {
  color: #458cd7;
  font-family: 'HelveticaWorldW01-Bold';
  font-size: 26px;
  font-weight: 500;
  line-height: 35px;
  /* width: 420px; */
}


/* THESE ARE FOR THE BACK OFFICE - REMOVE AFTER REDO */
.payPlan1 {
  text-align: center;
  margin-bottom: 35px;
}

.ppIcon {
  float: left;
}

.payPlanHeader {
  float: left;
  padding-left: 5px;
  line-height: 35px;
}

.payPlanText {
  clear: both;
}

#ppChart {
  display: inline-block;
}

#ppChart table {
  color: #383969;
  text-align: center;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
}

#ppChart tr:nth-child(odd) {
  background: #f5f5f5;
}

#ppChart tr:nth-child(even) {
  background: white;
}

#ppChartClear table, td, th {
  padding:0 0 0 0;
  border:none;
}
#ppChartClear td {
  border:none;
  padding:0 0 0 0;
  font-size:18px;
  background-image:none;
}

#ppChartClear tr:nth-child(odd) {
  background:none;
}

#ppChartClear td:last-child {
  border:none;
}

#ppChart th {
  border-left: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
  color: white;
  font-family: 'HelveticaWorldW01-Bold';
  background: #0f5196;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 18px;
}

#ppChart td {
  border-left: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 20px;
  padding-left: 20px;
  color: #888888;
}

#ppChart .leftColName {
  color: #458cd7;
  font-size: 14px;
  font-family: 'HelveticaWorldW01-Bold';
}

#ppChart td:last-child, #ppChart th:last-child {
  border-right: 1px solid #d9d9d9;
}

.ppTable {
 display:table;
 width:100%;
}
.ppRow {
 display:table-row;
}
.ppCell {
 display:table-cell;
 vertical-align:middle;
 padding-bottom:30px;
}
.ppLeftCell {
 width:530px;
 padding-right:50px;
}
.ppRightCell {
 text-align:center;
}
.ppTable b, .payPlan1 b {
 font-family:'HelveticaWorldW01-Bold';
}

.ppCell li span {
 color: #999999;
}
.ppCell ul {
  color: #980a0a;
}
