#step1-2-3box {
    overflow: hidden; /* Fixes the 1px blue line below the top nav. */
}

.step.last {
    background-image: none; /* Fixes the blue background, which is overlapping the new #redArrow & the right-side red/orange sliver. */
}

.step1 .stepText {
	width: 46%;
}

.step2 .stepText {
	width: 40%;
}

.step3 .stepText {
	width: 43%;
}

.step4 .stepText {
	width: 40%;
}

.step4 .stepText .portraitMode {
	margin-right: 10px;
}

/*.step5.active .stepText {
	padding: 0 5px 0 5px;
	min-width: 100px;
}*/

.stepFrequentFlyer {
	padding: 0px 5px 0 10px; /* Use padding-top: 40px if turning the invisible .stepNumber off, with display: none; */
}
@media only screen and (max-width: 600px) {
  #step1-2-3box .last.step a, #step1-2-3box .last.step span{font-size:11px}
}
