* {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
	background: transparent;
	box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	line-height: 100%;
	-webkit-font-smoothing: antialiased;
}
ol, ul {
	list-style: none;
}
img {
	border: 0;
	vertical-align: middle;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td {
	vertical-align: top;
}
blockquote, q {
	quotes: none;
}
blockquote:after, blockquote:before, q:after, q:before {
	content: '';
	content: none;
}
strong {
	font-weight: 700;
}
em {
	font-style: italic;
}
small {
	font-size: 85%;
}
sub, sup {
	font-size: 75%; 
	line-height: 0; 
	position: relative;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
hr {
	display: block;
	height: 1px;
	border: 0;   
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #000; 
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	white-space: pre-line;
	word-wrap: break-word;
}
pre, code, kbd, samp {
	font-family: monospace, sans-serif;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted #000; 
	cursor: help;
}
fieldset {
	border: none;
}
input, select {
	vertical-align: middle;
}
input[type="radio"] {
	vertical-align: text-bottom;
}
input[type="checkbox"] {
	vertical-align: bottom;
}
button, input, select, textarea {
	margin: 0;
}
button,
input[type=button] {
	width: auto; overflow: visible;
}
noscript {
	display: block;
	margin-bottom: 32px;
}
.clear {
	clear: both;
}