a, abbr, acronym, address, applet, article, aside, audio, big, blockquote, body,
canvas, caption, cite, code, del, details, dd, dfn, div, dl, dt, em, fieldset,
figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup,
html, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p,
pre, q, s, samp, section, small, span, strike, strong, sub, summary, sup,
table, tbody, td, tfoot, th, thead, time, tr, tt, ul, var, video {
	background: transparent;
	border: none;
	font-size: 100%;
	margin: 0;
	padding: 0;
	text-decoration: none;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
audio, canvas, video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
body {
	-webkit-text-size-adjust: 100%;
}
button, input, select, textarea {
	font: 100% sans-serif;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;	
	cursor: pointer;
	*overflow: visible;
}
button[disabled], html input[disabled] {
	cursor: default;
}
button {
	width: auto;
}
code, kbd, pre, samp {
	font-family: monospace, sans-serif;
}
del {
	text-decoration: line-through;
}
hr {
	border: 0;
	padding: 0;
}
html {
	overflow-y: scroll;
}
img, object, embed {
	height: auto;
	max-width: 100%;
}
iframe {
	max-width: 100%;
}
label {
	cursor: pointer;
}
legend {
	white-space: normal;
}
pre {
	white-space: pre; /* CSS2 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
svg:not(:root) {
	overflow: hidden;
}
table {
	/* border-collapse: collapse; */
	/* border-spacing: 0; */
	font-size: inherit;
	font: 100%;
}
td {
	font-weight: normal;
	vertical-align: top;
}
td img {
	vertical-align: top;
}
textarea {
	overflow: auto;
}
th {
	font-weight: bold;
	vertical-align: bottom;
}
ul {
	list-style: none;
}
[hidden] {
	display: none;
}
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	*zoom: 1;
}
.ie6 html {
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}
.ie6 input {
	vertical-align: text-bottom;
}
.ie7 img {
	-ms-interpolation-mode: bicubic;
}