html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html *,
html *:before,
html *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

html,
body,
h1,
h2,
h3,
h4,
p,
button,
ol,
ul {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	color: inherit;
}

ul {
	list-style: none;
}

li {
	text-decoration: none;
}

button {
	cursor: pointer;
	border: 0;
	background-color: transparent;
	display: block;
}

textarea {
	resize: none;
}

header,
footer,
main,
section,
iframe {
	display: block;
}

img,
svg {
	display: block;
	max-width: 100%;
	height: auto;
}

:focus,
a:active,
a:hover {
	outline: 0;
}