*, :after, :before {
	border: 0;
	box-sizing: border-box;
	font-size: 100%;
	font-weight: 400;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
article, aside, br, details, dialog, figcaption, figure, footer, header, hr, main, menu, nav, section {
	display: block;
}
audio, canvas, video {
	display: inline-block;
}
body {
	line-height: 1;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:after, blockquote:before, q:after, q:before {
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}
button, img, input, select, svg, textarea {
	vertical-align: top;
}
button, input, select, textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input::-ms-clear, input::-ms-reveal {
	visibility: hidden;
}
textarea {
	resize: none;
}
a {
	color: inherit;
	text-decoration: none;
}
