body .css-wds-stack-menu-button:before {
	content:"Menu";
}

.css-wds-navigation-back-container-disabled span:before, .css-wds-navigation-back-container span:before{
	content: "Back";
}

.css-wds-navigation-next-container span:before, .css-wds-navigation-next-container-disabled span:before{
	content: "Next";
}

.css-wds-navigation-additional-restart-container span:before, .css-wds-navigation-additional-restart-container-disabled span:before{
	content: "Restart";
}

.css-wds-navigation-additional-return-container span:before, .css-wds-navigation-additional-return-container-disabled span:before{
	content: "Return";
}

.css-wds-navigation-additional-print-container .css-wds-navigation-additional-button-wrapper:after{
	content: "Print";	
}

.accountTogglePassword:before{
	content: 'Password' !important;
}

.accountChangePassword:before{
	content: 'Password' !important;
}

#wds-sim-context .css-wds-context-scenario-input-submit-container:before{
	content: "Submit";
}

.css-wds-feedback-context-popup .css-wds-feedback-context-popup-btn-yes-wrapper:before {
    content: "Submit" !important; 
}


.css-wds-feedback-context-popup .css-wds-feedback-context-popup-btn-cancel-wrapper:before {
    content: "Cancel" !important; 
}

html:lang(es) .css-wds-navigation-next-container span:before,
html:lang(es) .css-wds-navigation-next-container-disabled span:before {
	left: 14px;
}

html:lang(de) .css-wds-navigation-next-container span:before,
html:lang(de) .css-wds-navigation-next-container-disabled span:before {
	left: 20px;
}

html:lang(de) .css-wds-feedback-context-popup .css-wds-feedback-context-popup-btn-yes-wrapper:before {
    left: 15px; 
}

html:lang(es) .css-wds-feedback-context-popup .css-wds-feedback-context-popup-btn-yes-wrapper:before {
	left: 30px;
} 

html:lang(de) .css-wds-feedback-context-popup .css-wds-feedback-context-popup-btn-cancel-wrapper:before {
    left: 15px; 
}

html:lang(es) .css-wds-feedback-context-popup .css-wds-feedback-context-popup-btn-cancel-wrapper:before {
	left: 20px;
} 

html:lang(es) .email_section .email_address, 
html:lang(es) .email_section .email_username {
    width: 200px;
}

html:lang(de) div.css-wds-navigation-additional-print-container,
html:lang(es) div.css-wds-navigation-additional-print-container {
    right: 375px;
}

@media only screen and (max-width: 767px) {
	html:lang(es) .css-wds-navigation-next-container span:before,
	html:lang(de) .css-wds-navigation-next-container span:before {
		left: 0;
	}
	
	html:lang(es) .css-wds-navigation-next-container-disabled span:before,
	html:lang(de) .css-wds-navigation-next-container-disabled span:before {
		left: 4px;
	}
}