

*{
	padding: 0;
	margin: 0;
	border: 0 solid;
	outline: 0;
	color: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: inherit;
	font-weight: 400;
	text-align: left;
	vertical-align: top;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
}

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

html, body {
	width: 100%;
	height: 100%;
	min-height: 100%;
}

body, div, p, h1, h2, h3, h4, h5, h6, blockquote, article, aside, details, figcaption, footer, header, hgroup, menu, nav, section, button, div {
	display: block;
}

body{
	line-height: 1;
}

audio, canvas, video, figure, img{
	display: inline-block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

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

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

input{
	outline: none;
}

input, select, textarea{
	border: 1px solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	resize: none;
}

a, button, label, input[type="submit"], input[type="button"]{
	cursor: pointer;
}

strong, b{
	font-weight: 700;
}

i, em{
	font-style: italic;
}
