﻿html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, b, i, del, dfn, em, img, ins, kbd, q, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, input, textarea, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figure, figcaption, footer, header, menu, nav, output, section,
summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-appearance: none;
}

html, body {
	height: 100%;
}
html {
	overflow-y: scroll;
}
body {
	-webkit-text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
}

article, aside, details, figcaption, figure, footer, header, menu, nav, section {
	display: block;
}

a {
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
a:active, a:focus {
	outline: none;
}

img {
	height: auto;
	border: 0;
}

img, li {
	vertical-align: bottom;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
th, td {
	font-weight: normal;
	white-space: nowrap;
	vertical-align: top;
}
th, caption {
	text-align: left;
}
i, em, caption, address {
	font-style: normal;
}

input, select {
	vertical-align:middle;
}