@media only screen and (-webkit-min-device-pixel-ratio:0) { 
	
	/* UNIVERSAL STYLES */
	
	.btn img {
		top: 2px;
	}
	
		
	/* HP HERO */
	
	.tabs {
		bottom: 6px;
	}
	
	
	/* SEARCH RESULTS */
	
	.searchcontrols input[type=submit] {
		position: relative;
		top: -1px;
	}
	
	
	/* FOOTER */
	
	.footer-usa img {
		top: 8px;
	}
}
