@mixin appearance($setting) {
	-webkit-appearance: $setting;
	-moz-appearance: $setting;
	appearance: $setting;
}