* {
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: none;
	outline: none;
	padding: 0;
	margin: 0;
	text-decoration: none;
	background: none;
	vertical-align: inherit;
	box-sizing: border-box;
	min-height: 0;
}

html {
	vertical-align: baseline;
}

a {
	color: inherit;
}

pre {
	white-space: pre;
}

code {
	white-space: pre;
	font: monospace;
}

input,
textarea,
select {
	display: inline-block;
}

textarea {
	vertical-align: top;
	resize: none;
}

label,
 input,
 textarea,
 select,
 button {
	display: inline-block;
	color: inherit;
}
