/* Mozilla */
@-moz-document url-prefix() {
	.rounded span 								{ margin-left:10px !important; }
	}

/* Webkit */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.rounded span 								{ margin-left:10px !important; }
	}

/* Opera */
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
	button.rounded:active span					{ left:-1px; top:-1px; }
	button.rounded span:active 					{ left:-1px; top:-1px; }
	}