a, body, button, dd, div, dl, dt, h1, h2, h3, h4, h5, h6, html, input,
	li, p, ul {
	padding: 0;
	margin: 0;
}

body {
	text-align: center;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

li, ul {
	list-style: none
}

img {
	width: 100%;
	vertical-align: top
}

a {
	text-decoration: none;
	text-indent: 0;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-moz-user-focus: none
}
button {
    display: block;
    border: none;
    border-radius: 0;
    background-color: transparent;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: 0
}
input {
    display: block;
    border: none;
    border-radius: 0;
    background-color: transparent;
    /* appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none; */
    outline: 0
}


button:focus, input:focus {
	outline: 0
}

* {
	-webkit-tap-highlight-color: transparent
}