html {
	-webkit-text-size-adjust: 100%;
}

body, header, main, aside, footer, div, form, nav, ul {
	display: block;
	box-sizing: border-box;
	margin: 0;
	border: 0;
	padding: 0;
}

ul {
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	list-style: none;
}

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

button
{
	box-sizing: border-box;
	margin: 0;
	border: 0;
	padding: 0;
	background-color: transparent;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
	cursor: pointer;
}

input[type=text] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-sizing: border-box;
	margin: 0;
	border: 0;
	border-radius: 0;
	padding: 0;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
	background-color: transparent;
}

input[type=text]::placeholder {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

input[type=text]::-webkit-input-placeholder {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

input[type=text]:focus {
	outline: 0;
	box-shadow: 0 0 0 2px rgba(0, 123, 255, .5);
	border-radius: 0;
}

small {
	font-size: inherit;
}
