/**
* Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
* http://cssreset.com
*/


input {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
}

i, em { font-style: normal; }

/* HTML5 display-role reset for older browsers */


section {
	display: block;
}

body {
	line-height: 1;
	-webkit-overflow-scrolling: touch;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* custom */

a {
	-webkit-backface-visibility: hidden;
	text-decoration: none;
	color: inherit;
}

li {
	list-style: none;
}

body {
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input,
button {
	-webkit-tap-highlight-color: rgab(0, 0, 0, 0);
	-webkit-appearance: none;
}