/* Overriding the existing class to move the buttons on the left */

.serviceability-legacy .addressChooser .newCta, 
.serviceability-legacy .nationalButtons .newCta {
	float:left;
}

.serviceability-legacy #partnerList div+div+div {
	padding-left:0; 
	clear:both; 
	float:left;
}
