html {
	box-sizing: border-box;
}

*, *:before, *:after {
	box-sizing: inherit;
	color: inherit;
}

body, h1, h2, h3, h4, h5, h6, p, ol, ul, form, input, select {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: inherit;
	box-sizing: border-box;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
	-webkit-appearance: none; 
}

ol, ul {
	list-style: none;
}

img {
	max-width: 100%;
	height: auto;
}