* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	box-sizing: border-box;
}

html, body {
	height: 100%;
	scroll-behavior: smooth;
	overflow-x: hidden;
}

body {
	line-height: 1;
}

button{
	outline: none;
	background: none;
	border: none;
	font: inherit;
	color: inherit;
	cursor: pointer;
}

li, ul {
	list-style: none;
}

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

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

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

img {
	border: 0px;
}

hr {
	border: #929292 solid 1px;
	margin: 0px;
}

@-moz-document url-prefix() {
    hr {
	    float: left;
	    width: 100%;
	}
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}