body.page__changeDependentFSA .pure-form-aligned label, 
body.page__changeMedicalFSA .pure-form-aligned label {
	width: 18em;
}

.M_2:not(.currentlySelectedBenefitOption), 
.M_4:not(.currentlySelectedBenefitOption), 
.M_6:not(.currentlySelectedBenefitOption) {
	color: #006bb6;
}

.spanishLink {
	color: #e21b1e;
}

/* need to !important this so Google Translate leaves header text alone,
   but then if they close/reopen google, it shows up on the left side of screen **/
.text-right {
	text-align: right !important;
}

			body .dependentCertificationLabel {
				float: right;
				clear: none;
				width: 610px;
				margin-left: 20px;
				color: #006AB6;
				font-size: 12pt;
			}

			body .dependentCertificationCbx {
				float: left;
				display: block;
				position: relative;
				left: 0;
				top: 12px;
				width: 30px;
				clear: none;
				margin-right: 0px;
			}

			.dependentCertificationBox {
				height: 80px;
				overflow: auto;
				margin-top: 15px;
			}

			.dependentCertificationBox p {
				margin-top: 0;
			}

