*, 
*:before, 
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
	margin: 0;
}
p {
	margin: 0;
}
ul, 
ol, 
dd {
	margin: 0;
	padding: 0;
	list-style: none;
}
a {
	cursor: pointer;
	background-color: transparent;
	color: inherit;
	text-decoration: none;
}
b, 
strong {
	font-weight: bolder;
}
sub, 
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}

img {
	border-style: none;
}

button, 
input, 
optgroup, 
select, 
textarea {
	margin: 0;
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
}
button, 
input {
	overflow: visible;
}
button, 
select {
	text-transform: none;
}
button, 
[type="button"], 
[type="reset"], 
[type="submit"] {
	-webkit-appearance: button;
}
button {
	cursor: pointer;
	padding: 0;
	background-color: transparent;
	color: inherit;
	border-width: 0;
}
button::-moz-focus-inner, 
[type="button"]::-moz-focus-inner, 
[type="reset"]::-moz-focus-inner, 
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
input::-moz-focus-inner {
	margin: 0;
	padding: 0;
	border: 0;
}
button:-moz-focusring, 
[type="button"]:-moz-focusring, 
[type="reset"]:-moz-focusring, 
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
textarea {
	overflow: auto;
}
[type="checkbox"], 
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
[type="number"]::-webkit-inner-spin-button, 
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

[hidden] {
	display: none;
}