html {
	box-sizing: border-box;
	overflow-y: -moz-scrollbars-vertical;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
  	-ms-text-size-adjust: 100%;
  	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smooth: always;
}

*, *::before, *::after {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	box-sizing: inherit;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	text-decoration: none;
	color: inherit;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, main, nav, section, subhead, summary {
	display: block;
}

ol, ul, li {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

*
/* *:hover,
*:active,
*:focus */ {
	outline: none;
	border: none;
	background: transparent;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

img {
	vertical-align: bottom;
}