﻿a,blockquote,body,button,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,img,input,legend,li,ol,p,pre,section,select,span,table,tbody,td,textarea,tfoot,th,thead,tr,ul {
	margin: 0;
	padding: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-repeat: no-repeat
}

body {
	width: 100%;
	position: relative;
	font-size: 14px;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch
}

img {
	border: 0;
	max-width: 100%;
	height: auto;
	vertical-align: top
}

li {
	list-style: none
}

a {
	text-decoration: none!important;
	-webkit-tap-highlight-color: transparent;
	color: inherit
}

h1,h2,h3,h4 {
	font-weight: 400
}

a,img {
	-webkit-touch-callout: none
}

input,textarea {
	-webkit-border-radius: 0;
	background-color: #fff;
	border: none;
	outline: 0 none;
	-webkit-user-select: auto;
	line-height: 100%
}

input {
	-webkit-border-radius: 0;
	background-color: #fff;
	border: none;
	-webkit-user-select: auto;
	line-height: 100%
}

em,i {
	font-style: normal
}

button {
	border: none
}