* {
	margin: 0px;
	padding: 0px;
	-webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	-webkit-overflow-scrolling: touch;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
	box-sizing:border-box;
}
html, body {
	height:100%;
	font:inherit;
}
@font-face {font-display:swap;}
img {
	display: block;
	vertical-align:bottom;
	-moz-transform: rotate( .0001deg ); /*FF image scale hack*/
}
a {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
a img {
	border:0 none;
}
:focus {
	outline:0 none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
ol, ul {
	list-style:none;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
input, button, textarea, select {
	font:inherit;
}
select {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border:0;
	outline: none;
}
select::-ms-expand {
    display: none;
}
select:focus::-ms-value {
  background-color: transparent;
}
