* {
	margin: 0;
	box-sizing: border-box;
	-webkit-overflow-scrolling: touch;
	zoom: 1;
}

body {
	background: #ebebeb;
	margin: 0;
	font: 13px/1.4 Arial, Helvetica, sans-serif;
}
